aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed that clear_association_cache doesn't delete new associations on new rec...David Heinemeier Hansson2005-06-253-1/+24
* Fixed prototype to consider all fields it doesn't know as text (such as Safar...David Heinemeier Hansson2005-06-253-8/+6
* Eliminate a "string literal in condition" warning from some routesJamis Buck2005-06-252-1/+13
* fix WSDL generation, change the way protocols are instantiated, and add Leon Breedt2005-06-2514-56/+112
* Fix problem with symbol/string mismatch on some routesJamis Buck2005-06-242-1/+8
* Increased accuracy of 1.year by accounting for leap years. The time extensio...Jeremy Kemper2005-06-243-3/+5
* Pass association finder arguments through to the association class exactly as...Jeremy Kemper2005-06-242-2/+4
* Fix routes generation for unit tests. #1434Jeremy Kemper2005-06-241-1/+9
* Improved performance of Routes generation by a factor of 5 #1434 [Nicholas Se...David Heinemeier Hansson2005-06-2415-772/+1420
* Improved AbstractRequest documentation. Closes #1483.Jeremy Kemper2005-06-242-23/+49
* Allow specific "multipart/xxx" content-type to be set on multipart messages #...Jamis Buck2005-06-243-6/+25
* ActionMailer::Base subclasses are reloaded with other rails components #1262Jamis Buck2005-06-243-0/+66
* Added ActionController::Base.allow_concurrency to control whether the applica...David Heinemeier Hansson2005-06-234-3/+11
* Fixed new WEBrick handling to actually pass parametersDavid Heinemeier Hansson2005-06-221-14/+23
* Removed the mutex from the WEBrick adapter under the production environment s...David Heinemeier Hansson2005-06-224-39/+75
* Missing parameter for trap_handler in dispatch.fcgiJamis Buck2005-06-222-2/+2
* Updated changelog for [1479]Jamis Buck2005-06-221-1/+1
* Refactored dispatch.fcgi. Added unit tests for dispatch.fcgi. Added trap to r...Jamis Buck2005-06-224-53/+202
* Use the real charset for parts generated by a template, instead of the string...Jamis Buck2005-06-222-1/+3
* Added a migration generatorDavid Heinemeier Hansson2005-06-222-0/+16
* Unquoted @ chars in received email headers are parsed properly in spite of RF...Jamis Buck2005-06-225-4/+46
* Fixed docs #856David Heinemeier Hansson2005-06-211-4/+3
* Updated documentation for partials #1171David Heinemeier Hansson2005-06-211-7/+9
* Include Routing tests in rake run #1287David Heinemeier Hansson2005-06-211-0/+0
* Added an exception if calling id on nil to WhinyNil #584 [kevin-temp@writesoo...David Heinemeier Hansson2005-06-212-0/+6
* Fixed that calling Model.find([]) returns [] and doesn't throw an exception #...David Heinemeier Hansson2005-06-213-0/+7
* Removed the AR::Recursion module--it broke more code than it fixedJamis Buck2005-06-215-78/+38
* changelog messageDavid Heinemeier Hansson2005-06-211-0/+4
* Added TextHelper#word_wrap(text, line_length = 80) #1449 [tuxie@dekadance.se]David Heinemeier Hansson2005-06-213-0/+11
* Added a fall-through action for form_remote_tag that'll be used in case Javas...David Heinemeier Hansson2005-06-212-0/+12
* Added :xhr => true/false option to verify so you can ensure that a request is...David Heinemeier Hansson2005-06-215-2/+54
* Added Fix/Bignum#multiple_of? which returns true on 14.multiple_of?(7) and fa...David Heinemeier Hansson2005-06-213-1/+24
* Fixed that mailer generator generated fixtures/plural while units expected fi...David Heinemeier Hansson2005-06-212-2/+4
* Added tag_options as a third parameter to AssetHelper#auto_discovery_link_tag...David Heinemeier Hansson2005-06-213-4/+17
* Added option to pass in parameters to CaptureHelper#capture, so you can creat...David Heinemeier Hansson2005-06-213-9/+18
* Make migrations work with the latest SQLiteDavid Heinemeier Hansson2005-06-211-10/+10
* Proper order in test #1329David Heinemeier Hansson2005-06-211-2/+2
* Changed the default name of the input tag generated by FormTagHelper#submit_t...David Heinemeier Hansson2005-06-212-1/+3
* Forgot to actually add the whiny nilDavid Heinemeier Hansson2005-06-202-0/+83
* Added a 'whiny nil' that's aim to ensure that when users pass nil to methods ...David Heinemeier Hansson2005-06-183-0/+6
* Fixed that adding a record to a has_and_belongs_to collection would always sa...David Heinemeier Hansson2005-06-189-3/+35
* Document better #1057David Heinemeier Hansson2005-06-181-2/+2
* More tests for JavascriptHelper #1460David Heinemeier Hansson2005-06-181-0/+52
* Fixed relative urls support for lighttpd #1048 [Nicholas Seckar/maznawak@neri...David Heinemeier Hansson2005-06-183-7/+33
* r1335@iwill: jeremy | 2005-06-17 11:41:50 -0700Jeremy Kemper2005-06-173-7/+25
* Fixed saving of in-memory association structures to happen as a after_create/...David Heinemeier Hansson2005-06-172-1/+7
* Updated CHANGELOGJamis Buck2005-06-161-0/+2
* Helper support for ActionMailerJamis Buck2005-06-169-3/+260
* Fix quote_bound_value to not map Strings #1416 [htonl]David Heinemeier Hansson2005-06-162-5/+8
* Revealed the man behind the mask!David Heinemeier Hansson2005-06-165-53/+53