aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed that named routes didn't use the default values for action and possible...David Heinemeier Hansson2005-07-073-3/+16
* Add test for dynamic dispatch based on action_name accessor.Jeremy Kemper2005-07-071-0/+21
* Fixed first run of "rake migrate" on PostgreSQL by not expecting a return val...David Heinemeier Hansson2005-07-072-1/+6
* Fixed JavascriptHelper#visual_effect to use camelize such that :blind_up will...David Heinemeier Hansson2005-07-072-1/+3
* Post release minor fixesDavid Heinemeier Hansson2005-07-072-3/+3
* Remove fix against memory leaks in development mode as it killed development ...David Heinemeier Hansson2005-07-072-5/+14
* ensure the second manual WS request of scaffolding contains the same state asLeon Breedt2005-07-062-0/+5
* fix bug in unit test causing spurious failures, and make sure theLeon Breedt2005-07-062-4/+8
* Fixed that a SessionRestoreError was thrown if a model object was placed in t...David Heinemeier Hansson2005-07-062-23/+21
* Pegged the versions for releaseDavid Heinemeier Hansson2005-07-067-18/+18
* Keep JS files locallyDavid Heinemeier Hansson2005-07-065-9/+2340
* Fixed routing snafuDavid Heinemeier Hansson2005-07-062-2/+3
* Fixed documentation for release (AS)David Heinemeier Hansson2005-07-064-12/+12
* Fixed that Yaml error message in fixtures hid the real error #1623 [Nicholas ...David Heinemeier Hansson2005-07-062-1/+3
* Made documentation ready for release (AR)David Heinemeier Hansson2005-07-064-48/+46
* Correctly normalize newlines in outgoing emails before encoding the body [Joh...Jamis Buck2005-07-065-8/+29
* Made documentation ready for release (AP)David Heinemeier Hansson2005-07-069-57/+71
* Retract the session fix until 0.13.1 to preserve the truthfulness of the bookDavid Heinemeier Hansson2005-07-061-16/+23
* Make new AJAX helpers aware of more of their options #1622 [Thomas Fuchs]David Heinemeier Hansson2005-07-062-3/+26
* Partly tuned docs for release (AP)David Heinemeier Hansson2005-07-068-76/+188
* Tuned documentation for release (AWS)David Heinemeier Hansson2005-07-063-4/+6
* Tuned documentation for release (AM)David Heinemeier Hansson2005-07-068-51/+21
* Fixed that a SessionRestoreError was thrown if a model object was placed in t...David Heinemeier Hansson2005-07-061-7/+17
* Pulled the gateway.cgi until we can make it work properly out the gatesDavid Heinemeier Hansson2005-07-063-8/+6
* Fixed documentation snafu with send_file -- the option is :stream, not :strea...David Heinemeier Hansson2005-07-061-1/+1
* Added a USAGE document to the migration generatorDavid Heinemeier Hansson2005-07-061-0/+14
* Added fixed gateway script [Nicholas Seckar]David Heinemeier Hansson2005-07-065-215/+197
* Added warning about setting the test database to the same as production or de...David Heinemeier Hansson2005-07-061-0/+3
* benchmark helper takes an optional log level, defaults to :info. Chose symbo...Jeremy Kemper2005-07-052-9/+81
* r2879@asus: jeremy | 2005-07-05 16:15:16 -0700Jeremy Kemper2005-07-051-0/+1
* r2874@asus: jeremy | 2005-07-05 16:13:39 -0700Jeremy Kemper2005-07-053-5/+6
* Move URI to the end for greater overviewDavid Heinemeier Hansson2005-07-051-1/+2
* Fix syntax errorDavid Heinemeier Hansson2005-07-051-1/+1
* Changed logging of SQL statements to use the DEBUG level instead of INFO. Add...David Heinemeier Hansson2005-07-058-3/+14
* Fixed routing regression on index exceptionDavid Heinemeier Hansson2005-07-052-1/+6
* Routing fixJamis Buck2005-07-052-2/+13
* r2866@asus: jeremy | 2005-07-05 13:23:10 -0700Jeremy Kemper2005-07-051-4/+7
* r2850@asus: jeremy | 2005-07-05 13:08:32 -0700Jeremy Kemper2005-07-052-6/+17
* Fix regression from [1631] that caused an attribute to be set to nil if it wa...Jamis Buck2005-07-052-1/+7
* Fixed transparent background for Safari with auto completerDavid Heinemeier Hansson2005-07-051-0/+1
* Added javascript_include_tag :defaults shortcut that'll include all the defau...David Heinemeier Hansson2005-07-052-0/+9
* Backed out of #1694David Heinemeier Hansson2005-07-051-4/+2
* Backed out of #1694 as it broke requests that hit the cache with wrong argume...David Heinemeier Hansson2005-07-051-24/+12
* Fixed recognize bug introduced with #1694David Heinemeier Hansson2005-07-051-1/+1
* Made default changes work in both postgresql and mysql #1612 [Tobias Luetke]David Heinemeier Hansson2005-07-054-6/+23
* Backed out of create/destroy_db -- didnt yet work right in mysql and breaks AWDDavid Heinemeier Hansson2005-07-052-80/+58
* Added create_db and destroy_db tasks in the Rakefile to make it easier to loa...David Heinemeier Hansson2005-07-052-58/+80
* Fixed Prototype bug #1602David Heinemeier Hansson2005-07-051-1/+1
* More inflector fixes #1608David Heinemeier Hansson2005-07-053-45/+60
* Added callbacks on push_with_attributes #1594 [Florian Weber]David Heinemeier Hansson2005-07-052-11/+23