aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
* use stringify_keysJeremy Kemper2007-01-011-1/+1
* Merge [5822] from 1.2 (oops, wrong order).Jeremy Kemper2007-01-011-9/+14
* Set session to an empty hash if :new_session => false and no session cookie o...Jeremy Kemper2007-01-011-1/+7
* Make RDoc not spew errors on install because of HTML comments in code commentsDavid Heinemeier Hansson2006-12-311-4/+4
* Routing uses URI escaping for path components and CGI escaping for query para...Jeremy Kemper2006-12-281-7/+8
* Make error_message_on handle nil objects. [dan]Michael Koziarski2006-12-271-1/+3
* Fix assert_redirected_to bug where redirecting from a nested to to a top-leve...Rick Olson2006-12-251-2/+2
* Singleton resources: POST /singleton => create, GET /singleton/new => newJeremy Kemper2006-12-221-24/+31
* Use 400 Bad Request status for unrescued ActiveRecord::RecordInvalid exceptions.Jeremy Kemper2006-12-221-1/+2
* Fix date helper :include_blank regression. Closes #3811. [mhw]Jeremy Kemper2006-12-201-1/+1
* Silence log_error deprecation warnings from inspecting deprecated instance va...Jeremy Kemper2006-12-191-8/+10
* Only cache GET requests with a 200 OK response. Closes #6514, #6743.Jeremy Kemper2006-12-191-1/+1
* Add a 'referer' attribute to TestRequestJamis Buck2006-12-191-0/+4
* Ensure render :json => ... skips the layout. Closes #6808 [Josh Peek]Rick Olson2006-12-191-1/+1
* Fix HTML::Node to output double quotes instead of single quotes. Closes #684...Rick Olson2006-12-141-1/+1
* Correctly report which filter halted the chain. References #6699.Jeremy Kemper2006-12-121-5/+3
* Fix a bug in Routing where a parameter taken from the path of the current req...Nicholas Seckar2006-12-091-3/+3
* Unrescued ActiveRecord::RecordNotFound responds with 404 instead of 500.Jeremy Kemper2006-12-081-1/+2
* Improved auto_link to match more valid urls correctlyTobias Lütke2006-12-071-13/+13
* fix docs for singleton resourcesRick Olson2006-12-071-4/+4
* Add singleton resources. [Rick Olson]Rick Olson2006-12-071-8/+96
* 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-061-11/+3
* More thorough JSON tests. Use application/json by default, per rfc4627. Refer...Jeremy Kemper2006-12-061-2/+4
* respond_to recognizes JSON. render :json => @person.to_json automatically set...Jeremy Kemper2006-12-063-0/+35
* Bob's raining patches: fixes date_helper bugs and usability issues. Reference...Jeremy Kemper2006-12-062-121/+224
* Dropped the idea of automatically routing :format for the vanilla routes -- t...David Heinemeier Hansson2006-12-041-0/+5
* Added Request#format to return the format used for the request as a mime type...David Heinemeier Hansson2006-12-022-0/+14
* Added the option for extension aliases to mime type registration [DHH] Refact...David Heinemeier Hansson2006-12-022-65/+22
* Premature commitDavid Heinemeier Hansson2006-11-302-14/+0
* Fixed that script/server running against Mongrel should tail the proper log r...David Heinemeier Hansson2006-11-302-0/+14
* @response.redirect_url works with 201 Created responses: just return headers[...Jeremy Kemper2006-11-281-1/+1
* 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-261-1/+1
* strip_tags passes through blank args such as nil or "". Closes #6702, refere...Jeremy Kemper2006-11-261-1/+1
* Dont set default charset if the response is sending a file. Closes #6689 [DHH]David Heinemeier Hansson2006-11-251-1/+5
* Added CSV to Mime::SET so that respond_to csv will workTobias Lütke2006-11-241-1/+1
* Fixed that HEAD should return the proper Content-Length header (that is, actu...David Heinemeier Hansson2006-11-231-8/+16
* * Added GET-masquarading for HEAD, so request.method will return :get even fo...David Heinemeier Hansson2006-11-231-4/+9
* 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-221-0/+4
* 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-201-4/+2
* Extract template_changed_since? from compile_template? so plugins may overrid...Jeremy Kemper2006-11-201-4/+10
* Update trunk w/ latest Prototype and script.aculo.usThomas Fuchs2006-11-194-15/+159
* simple_format helper doesn't choke on nil. Closes #6644.Jeremy Kemper2006-11-191-6/+4
* Update Prototype in trunk to [5550]Thomas Fuchs2006-11-171-0/+24
* Reuse named route helper module between Routing reloads to prevent memory leaks.Nicholas Seckar2006-11-171-1/+5