aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Enable application/x-yaml processing by defaultJamis Buck2006-03-252-6/+9
* remove some documentation cruft on has_manyRick Olson2006-03-241-3/+0
* Change has_many :through to use the :source option to specify the source asso...Rick Olson2006-03-247-21/+83
* Don't polute the top level namespace in the console with ActionView helpers. ...Marcel Molina2006-03-232-4/+12
* Fixed that AWS Scaffold Fails with Struct as a Parameter (closes #4363) [joe@...David Heinemeier Hansson2006-03-233-1/+14
* STI associations are now aliased to the table name for backwards compatibilit...Rick Olson2006-03-231-9/+54
* Fix double url escaping of remote_function. Add :escape => false option to Ac...Nicholas Seckar2006-03-225-3/+23
* Fixed DB2 adapter so nullable columns will be determines correctly now and qu...David Heinemeier Hansson2006-03-223-4/+7
* Fix testDavid Heinemeier Hansson2006-03-221-1/+1
* fix test so that it passesRick Olson2006-03-221-1/+1
* Make all ActionView helpers available in the console for debugging purposes.Marcel Molina2006-03-213-0/+26
* Allow overriding of find parameters in scoped has_many :through calls [Rick O...Rick Olson2006-03-214-10/+41
* add self referential has_many :through example [Rick]Rick Olson2006-03-214-2/+29
* Fixed the hash.delete :sym (closes #2176) [Stefan Kaes]David Heinemeier Hansson2006-03-201-2/+9
* Fix assert_redirected_to so it works with symbolsJamis Buck2006-03-202-5/+20
* Turn RJS debugging on by default and show the source code when an exception i...David Heinemeier Hansson2006-03-202-2/+4
* Fix bug introduced by changeset 3679 which caused custom attribute? methods t...David Heinemeier Hansson2006-03-203-9/+31
* Added sample named route [DHH]David Heinemeier Hansson2006-03-201-2/+5
* lighttpd.conf should use CWD so the config file is portable across systems, b...David Heinemeier Hansson2006-03-201-3/+4
* Dont line up that which does notDavid Heinemeier Hansson2006-03-203-5/+4
* Fixed that schema changes while the database was open would break any connect...David Heinemeier Hansson2006-03-201-11/+15
* Fixed that schema changes while the database was open would break any connect...David Heinemeier Hansson2006-03-202-2/+16
* Clearing doesnt need migrationsDavid Heinemeier Hansson2006-03-201-2/+1
* Replaced old session rake tasks with db:sessions:create to generate a migrati...Rick Olson2006-03-202-15/+8
* Comments, commentsDavid Heinemeier Hansson2006-03-201-0/+3
* My beautiful eyes [DHH]David Heinemeier Hansson2006-03-205-12/+8
* Update docs and index.html [DHH]David Heinemeier Hansson2006-03-202-8/+26
* Updated Kernel#returning for the AP performance patch [DHH]David Heinemeier Hansson2006-03-202-2/+11
* fix usage of #returning in ActionController::BaseRick Olson2006-03-201-1/+1
* Performance speedup for ActionController (closes #4174) [Stefan Kaes] Include...David Heinemeier Hansson2006-03-208-78/+80
* Rolled back #2176 because it destroyed performance [DHH]David Heinemeier Hansson2006-03-202-26/+36
* fix indifferent hash. The lambdas were acting funny in a running rails app. ...Rick Olson2006-03-201-5/+15
* Added option to String#camelize to generate lower-cased camel case by passing...David Heinemeier Hansson2006-03-205-7/+29
* Add :script option to in_place_editor to support evalScripts (closes #4194) [...Rick Olson2006-03-193-0/+11
* Fix mixed case enumerable methods in the JavaScript Collection Proxy (closes ...Rick Olson2006-03-193-2/+17
* Don't classify the has_one class when eager loading, it is already singular. ...Rick Olson2006-03-195-15/+38
* Reject Ruby 1.8.3 when loading Rails; extract version checking code.Nicholas Seckar2006-03-194-19/+29
* Remove explicit loading of RailsInfo and RailsInfoController.Nicholas Seckar2006-03-196-19/+23
* Fix RailsInfoController.Nicholas Seckar2006-03-193-1/+7
* add support for COUNT(DISTINCT id) queries in sqlite2 (closes #4300) [Rick Ol...Rick Olson2006-03-192-5/+22
* skip count_by_sql test using COUNT(DISTINCT) for sqlite2 onlyRick Olson2006-03-191-2/+4
* Fix boolean testDavid Heinemeier Hansson2006-03-191-2/+2
* Undo accidental escaping for mail_to; add regression test. Fix incorrect cred...Nicholas Seckar2006-03-193-2/+7
* Rails is not compatible with Ruby 1.8.3, explicitly prevent usage [DHH]David Heinemeier Hansson2006-03-191-1/+8
* Quit ignoring default :include options in has_many :through calls [Mark James]Rick Olson2006-03-196-14/+49
* Allow has_many :through associations to find the source association by settin...Rick Olson2006-03-196-11/+28
* If RAW_POST_DATA was set explicitly, use that (closes #4281)David Heinemeier Hansson2006-03-191-6/+10
* Fix for destroying migrations made when generating a model (closes #4246) [to...David Heinemeier Hansson2006-03-191-2/+5
* Remember kiddies, Dir[] uses Dir#glob, not a RegexpRick Olson2006-03-191-1/+1
* Added nicer message for assert_redirected_to (closes #4294) [court3nay, Chris...Rick Olson2006-03-197-3/+49