aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Make error_message_on handle nil objects. [dan]Michael Koziarski2006-12-272-1/+7
* forgot to save CHANGELOGRick Olson2006-12-251-0/+2
* Fix assert_redirected_to bug where redirecting from a nested to to a top-leve...Rick Olson2006-12-253-4/+26
* Singleton resources: POST /singleton => create, GET /singleton/new => newJeremy Kemper2006-12-223-24/+38
* Use 400 Bad Request status for unrescued ActiveRecord::RecordInvalid exceptions.Jeremy Kemper2006-12-223-1/+5
* Fix date helper :include_blank regression. Closes #3811. [mhw]Jeremy Kemper2006-12-202-1/+44
* Silence log_error deprecation warnings from inspecting deprecated instance va...Jeremy Kemper2006-12-193-9/+19
* Only cache GET requests with a 200 OK response. Closes #6514, #6743.Jeremy Kemper2006-12-193-29/+94
* Add a 'referer' attribute to TestRequestJamis Buck2006-12-192-0/+6
* Ensure render :json => ... skips the layout. Closes #6808 [Josh Peek]Rick Olson2006-12-193-1/+14
* Another test that the deprecation spout is plugged.Jeremy Kemper2006-12-171-0/+11
* Work around a cross-platform number_to_precision inconsistency in unit tests....Jeremy Kemper2006-12-171-3/+7
* Fix HTML::Node to output double quotes instead of single quotes. Closes #684...Rick Olson2006-12-143-6/+8
* Correctly report which filter halted the chain. References #6699.Jeremy Kemper2006-12-122-5/+5
* Fix a bug in Routing where a parameter taken from the path of the current req...Nicholas Seckar2006-12-093-3/+16
* Unrescued ActiveRecord::RecordNotFound responds with 404 instead of 500.Jeremy Kemper2006-12-083-1/+5
* 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
* Bob's raining patches: fixes date_helper bugs and usability issues. Reference...Jeremy Kemper2006-12-065-275/+1005
* Dropped the idea of automatically routing :format for the vanilla routes -- t...David Heinemeier Hansson2006-12-043-4/+25
* 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
* 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-303-0/+20
* 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
* 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
* 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
* Dont set default charset if the response is sending a file. Closes #6689 [DHH]David Heinemeier Hansson2006-11-252-1/+13
* Added CSV to Mime::SET so that respond_to csv will workTobias Lütke2006-11-242-1/+3
* Fixed that HEAD should return the proper Content-Length header (that is, actu...David Heinemeier Hansson2006-11-232-8/+18
* * Added GET-masquarading for HEAD, so request.method will return :get even fo...David Heinemeier Hansson2006-11-233-7/+21
* Added text/csv as a default mime type and included example on how to make you...David Heinemeier Hansson2006-11-231-0/+5
* Update Routing to complain when :controller is not specified by a route. Clos...Nicholas Seckar2006-11-224-2/+14
* Make sure .morph makes it inThomas Fuchs2006-11-201-1/+6
* Ensure render_to_string cleans up after itself when an exception is raised. C...Jeremy Kemper2006-11-203-4/+52
* Extract template_changed_since? from compile_template? so plugins may overrid...Jeremy Kemper2006-11-203-5/+48
* Update trunk w/ latest Prototype and script.aculo.usThomas Fuchs2006-11-195-15/+161
* simple_format helper doesn't choke on nil. Closes #6644.Jeremy Kemper2006-11-193-11/+15
* Update Prototype in trunk to [5550]Thomas Fuchs2006-11-172-0/+26