aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Fix no method error with error_messages_on. Closes #6935 [nik.wakelin Koz]Michael Koziarski2007-01-073-2/+8
* Slight doc tweak to the ActionView::Helpers::PrototypeHelper#replace docs. C...Rick Olson2007-01-052-1/+3
* Slight doc tweak to #prepend_filter. Closes #6493 [Jeremy Voorhis]Rick Olson2007-01-052-2/+4
* Add more extensive documentation to the AssetTagHelper. Closes #6452 [Bob Si...Rick Olson2007-01-053-147/+150
* Clean up multiple calls to #stringify_keys in TagHelper, add better documenta...Rick Olson2007-01-053-25/+47
* [DOCS] fix reference to ActionController::Macros::AutoComplete for #text_fiel...Rick Olson2007-01-052-2/+4
* Fixed that webrick would strip leading newlines and hang connection (closes #...David Heinemeier Hansson2007-01-051-0/+5
* Update to latest PrototypeSam Stephenson2007-01-051-61/+102
* rollback [5833] and [5835]Rick Olson2007-01-043-10/+8
* Allow ActionController::Base.session_store and #fragment_cache_store to lazil...Rick Olson2007-01-042-6/+6
* Allow ActionController::Base.session_store to lazily load the session class t...Rick Olson2007-01-042-3/+5
* Make sure html_document is reset between integration test requests (closes #6...Jamis Buck2007-01-012-0/+4
* Fix date helper test when run on 31st day of the month! Closes #6907. [mutru]Jeremy Kemper2007-01-011-7/+7
* 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-012-1/+9
* 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-283-9/+19
* 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