aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed assert_redirected_to to handle absolute controller paths properly #1472...David Heinemeier Hansson2005-06-273-6/+29
* Added event-based observations when frequency is not set on observe_field/for...David Heinemeier Hansson2005-06-272-5/+18
* Dont use evals in backtraces #1513David Heinemeier Hansson2005-06-271-6/+8
* Update to Prototype 1.3.0; closes #1441, #1348Sam Stephenson2005-06-271-389/+435
* Update script.aculo.us scripts to fix some bugs #1515David Heinemeier Hansson2005-06-263-20/+31
* Fixed that Functional tests do not set request.path_parameters properly #1512...David Heinemeier Hansson2005-06-262-4/+23
* Renamed remote_sortable to sortable_elementDavid Heinemeier Hansson2005-06-262-2/+32
* Added auto_complete_for to controller and text_field_with_auto_complete to vi...David Heinemeier Hansson2005-06-262-16/+57
* Include the new Javascripts in new appsDavid Heinemeier Hansson2005-06-262-11/+14
* Added script.aculo.us Javascripts (controls.js, dragdrop.js, effects.js) (NEE...David Heinemeier Hansson2005-06-267-189/+1558
* Removing javascripts to make it an svn:externals insteadDavid Heinemeier Hansson2005-06-261-763/+0
* Updated all references to the old find_first and find_all to use the new styl...David Heinemeier Hansson2005-06-2615-92/+89
* Added testing of named routes #1506 [Nicholas Seckar]David Heinemeier Hansson2005-06-263-2/+14
* Fixed problem with eager loading when using a has_and_belongs_to_many associa...David Heinemeier Hansson2005-06-262-1/+3
* Added help text for WEBrick #1508 [courtney]David Heinemeier Hansson2005-06-261-0/+1
* RoutingError should show 404.html when in public #1503 [Ulysses]Jamis Buck2005-06-251-4/+5
* add RDoc for base signature typesLeon Breedt2005-06-252-13/+30
* clean up cases where we override #inheritedLeon Breedt2005-06-252-13/+13
* Fixed Base#find to honor the documentation on how :joins work and make them c...David Heinemeier Hansson2005-06-253-6/+23
* Fixed that validations didn't respecting custom setting for too_short, too_lo...David Heinemeier Hansson2005-06-253-7/+14
* Fixed rakefile actions against PostgreSQL when the password is all numeric #1...David Heinemeier Hansson2005-06-252-4/+6
* Added tests for whiny nil #1476 [court3nay/marcel]David Heinemeier Hansson2005-06-252-23/+20
* Fixed ActionMailer generated tests to work properly after quoted refactoring ...David Heinemeier Hansson2005-06-251-1/+3
* Updated assert_generates/routing to the new Routes code #1498 [Rick Olson]David Heinemeier Hansson2005-06-252-1/+6
* 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