aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed that FormHelper#checkbox should return a checked checkbox if the value ...David Heinemeier Hansson2005-05-193-0/+12
* Fixed use of construct_finder_sql when using :join #1288 [dwlt@dwlt.net]David Heinemeier Hansson2005-05-193-1/+11
* Fixed doc #1291David Heinemeier Hansson2005-05-191-1/+1
* Fixed the pluralization of analysis to analyses #1295 [seattle@rootimage.msu....David Heinemeier Hansson2005-05-193-0/+4
* Fixed that :delete_sql in has_and_belongs_to_many associations couldn't acces...David Heinemeier Hansson2005-05-195-2/+26
* Fixed docs for scaffolding generator #1303 [thijs@vandervossen.net]David Heinemeier Hansson2005-05-192-3/+1
* Fixed Form.disable in Prototype #1317 [Wintermute]David Heinemeier Hansson2005-05-193-2/+4
* Push to .org insteadDavid Heinemeier Hansson2005-05-198-16/+20
* Fixed that clone would break when an aggregate had the same name as one of it...David Heinemeier Hansson2005-05-193-15/+62
* Fixed that Time.local(2005,12).months_since(1) would raise "ArgumentError: ar...David Heinemeier Hansson2005-05-192-1/+4
* Added accessors to logger, params, response, session, and headers from the vi...David Heinemeier Hansson2005-05-193-0/+14
* Update docs to X-POST_DATA_MARSHALDavid Heinemeier Hansson2005-05-141-4/+4
* Use X-POST_DATA_FORMAT instead of just POST_DATA_FORMATDavid Heinemeier Hansson2005-05-142-4/+4
* Added support for POST data in form of YAML or XML, which is controller throu...David Heinemeier Hansson2005-05-142-1/+31
* Added support for POST data in form of YAML or XML, which is controller throu...David Heinemeier Hansson2005-05-145-8/+1065
* Fixed that render_partial_collection should always return a string (and not s...David Heinemeier Hansson2005-05-132-1/+4
* Step cautiously around subheaders in TMail #1285 [Jamis Buck]David Heinemeier Hansson2005-05-105-5/+34
* Fix attachments and content-type problems #1276 [Jamis Buck] Fix to only perf...David Heinemeier Hansson2005-05-107-11/+280
* Go straight to the class for asset_hostDavid Heinemeier Hansson2005-05-091-1/+1
* Added TextHelper#sanitize that can will remove any Javascript handlers, block...David Heinemeier Hansson2005-05-093-0/+81
* Fixed the HTML scanner used by assert_tag where a infinite loop could be caus...David Heinemeier Hansson2005-05-093-4/+17
* add test to ensure the bug fixed by [1295] can't occur again.Leon Breedt2005-05-082-9/+13
* fix that functional testing for :layered SOAP would complain that itLeon Breedt2005-05-081-4/+1
* support using invocation filters in :direct controllers as well, forLeon Breedt2005-05-074-5/+12
* add base64 signature type (thanks, Shugo Maeda!)Leon Breedt2005-05-078-10/+72
* Only gsub on a stringDavid Heinemeier Hansson2005-05-061-1/+1
* Added functionality to assert_tag, so you can now do tests on the siblings of...David Heinemeier Hansson2005-05-064-5/+59
* Fixed the TMail#body method to look at the content-transfer-encoding header a...David Heinemeier Hansson2005-05-063-86/+150
* Changed RAILS_ASSET_HOST to become ActionController::Base.asset_hostDavid Heinemeier Hansson2005-05-062-1/+7
* Added better error handling for regexp caching expirationDavid Heinemeier Hansson2005-05-063-3/+12
* remove usages of @request, @response, @params, and replace with #request, #re...Leon Breedt2005-05-054-58/+50
* fix boolean field rendering in scaffoldingLeon Breedt2005-05-052-2/+4
* fix :delegated invocation in the scaffoldingLeon Breedt2005-05-052-1/+8
* Made dispatch.fcgi more robust by catching fluke errors and retrying unless i...David Heinemeier Hansson2005-05-042-6/+53
* Treat all request types as upper-case so the switch will workDavid Heinemeier Hansson2005-05-041-2/+2
* Made it default to assuming a GET request and reading from command-line only ...David Heinemeier Hansson2005-05-041-4/+4
* Added that both AssetHelper#stylesheet_link_tag and AssetHelper#javascript_in...David Heinemeier Hansson2005-05-033-2/+11
* Added FormTagHelper#image_submit_tag for making submit buttons that uses imagesDavid Heinemeier Hansson2005-05-032-0/+6
* Added the option of specifying a RAILS_ASSET_HOST that will then be used by a...David Heinemeier Hansson2005-05-032-2/+4
* Dont activate the query cache just yetDavid Heinemeier Hansson2005-05-021-1/+0
* Improved the silence method on the logger to ensure restoring the old level #...David Heinemeier Hansson2005-05-021-6/+4
* Missing test dataDavid Heinemeier Hansson2005-05-021-0/+14
* Added automatic decoding of base64 bodies #1214 [Jamis Buck]David Heinemeier Hansson2005-05-023-1/+19
* Changed that destroying an object will only freeze the attributes hash, which...David Heinemeier Hansson2005-05-021-0/+2
* Changed the callbacks such that observers are notified before the in-object c...David Heinemeier Hansson2005-05-024-5/+26
* Added that delivery errors are caught in a way so the mail is still returned ...David Heinemeier Hansson2005-05-022-9/+11
* Added silencing to the default Logger classDavid Heinemeier Hansson2005-05-022-0/+15
* Dont expire or read fragments if caching is turned offDavid Heinemeier Hansson2005-05-021-0/+6
* Dont benchmark if the logger has been turned offDavid Heinemeier Hansson2005-05-021-0/+2
* Started work on a per-request query cacheDavid Heinemeier Hansson2005-05-021-0/+1