aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a bug in Routing where a parameter taken from the path of the current req...Nicholas Seckar2006-12-093-3/+16
* Rewrap scaffold_resource USAGE so it displays nicely on most terminals. Clos...Jeremy Kemper2006-12-081-20/+28
* Unrescued ActiveRecord::RecordNotFound responds with 404 instead of 500.Jeremy Kemper2006-12-083-1/+5
* Remove side effects of [5684]Tobias Lütke2006-12-082-4/+4
* Improved auto_link to match more valid urls correctlyTobias Lütke2006-12-073-14/+22
* added tests checking for nested singleton resourcesRick Olson2006-12-071-0/+26
* fix docs for singleton resourcesRick Olson2006-12-071-4/+4
* Add singleton resources. [Rick Olson]Rick Olson2006-12-073-8/+209
* Remove support for json in X-Post-Data-Format header since it's for backward ...Jeremy Kemper2006-12-061-2/+0
* Remove unrelated render :yaml changes. References #4185.Jeremy Kemper2006-12-062-13/+5
* Update changelog to reflect application/json content type.Jeremy Kemper2006-12-061-1/+1
* More thorough JSON tests. Use application/json by default, per rfc4627. Refer...Jeremy Kemper2006-12-063-14/+26
* respond_to recognizes JSON. render :json => @person.to_json automatically set...Jeremy Kemper2006-12-066-0/+79
* Changelog for bungled commit.Jeremy Kemper2006-12-061-0/+2
* Missed commit from [5686].Jeremy Kemper2006-12-062-1/+4
* Don't do introspection queries during locking tests [Michael Schoen]Jeremy Kemper2006-12-061-2/+5
* Bob's raining patches: fixes date_helper bugs and usability issues. Reference...Jeremy Kemper2006-12-065-275/+1005
* Consolidated different create and create! versions to call through to the bas...Tobias Lütke2006-12-065-24/+71
* find supports :lock with :include. Check whether your database allows SELECT ...Jeremy Kemper2006-12-053-17/+32
* AssociationCollection#any? takes a block [Michael Schoen]Jeremy Kemper2006-12-051-3/+7
* *_path instance methods. Check for missing/invalid site uri. http_mock respon...Jeremy Kemper2006-12-055-33/+54
* Add AssociationCollection#create! to be consistent with AssociationCollection...Tobias Lütke2006-12-053-8/+20
* Added counter optimization for AssociationCollection#any? so person.friends.a...David Heinemeier Hansson2006-12-053-0/+8
* Fixed script/process/spawner to work properly with Mongrel including in -r (d...David Heinemeier Hansson2006-12-042-4/+16
* Dropped the idea of automatically routing :format for the vanilla routes -- t...David Heinemeier Hansson2006-12-044-9/+34
* Added support for decimal types. Closes #6676.Kent Sibilev2006-12-039-10/+27
* Documentation for generators (closes #6671) [topfunky]David Heinemeier Hansson2006-12-031-24/+73
* Fixed Array#to_xml when it contains a series of hashes (each piece would get ...David Heinemeier Hansson2006-12-033-2/+14
* Added Request#format to return the format used for the request as a mime type...David Heinemeier Hansson2006-12-024-0/+32
* Added the option for extension aliases to mime type registration [DHH] Refact...David Heinemeier Hansson2006-12-024-65/+33
* WupsDavid Heinemeier Hansson2006-12-011-4/+4
* Subclasses of an abstract class work with single-table inheritance. Closes #5...Jeremy Kemper2006-12-016-11/+70
* If only life was that simple (it didnt help)David Heinemeier Hansson2006-12-015-10/+25
* Replace the elaborate reloading connection checking scheme, just fix the Ruby...David Heinemeier Hansson2006-12-015-25/+10
* Added one-letter aliases for the three default environments to script/console...David Heinemeier Hansson2006-12-012-1/+10
* Refactored to use same option setupDavid Heinemeier Hansson2006-11-301-6/+11
* Premature commitDavid Heinemeier Hansson2006-11-303-20/+0
* Fixed that script/server running against Mongrel should tail the proper log r...David Heinemeier Hansson2006-11-306-5/+30
* Merge [5645] from 1.2.Jeremy Kemper2006-11-281-4/+6
* @response.redirect_url works with 201 Created responses: just return headers[...Jeremy Kemper2006-11-283-1/+22
* Merge [5641] to TrunkMichael Koziarski2006-11-271-1/+1
* merge 5639 to trunkMichael Koziarski2006-11-271-1/+2
* Only reload connections in development mode that supports (and requires that)...David Heinemeier Hansson2006-11-264-2/+23
* Use Location rather than location header.Jeremy Kemper2006-11-263-3/+3
* Fix that redirects should set "Location" header, not "location", and remove d...David Heinemeier Hansson2006-11-262-8/+1
* redirect_to is the one place where _url should be used, not _path [DHH]David Heinemeier Hansson2006-11-261-4/+4
* uses_component_template_root looks at caller[0] which turns up the deprecatio...Jeremy Kemper2006-11-262-2/+3
* strip_tags passes through blank args such as nil or "". Closes #6702, refere...Jeremy Kemper2006-11-263-3/+3
* Added Time#to_s(:time) which will just return H:M, like 17:44 [DHH]David Heinemeier Hansson2006-11-253-0/+4
* Tried delaying database disconnect until after dependency resolution (referen...David Heinemeier Hansson2006-11-251-5/+3