aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
* r5515@ks: jeremy | 2006-10-08 13:24:42 -0700Jeremy Kemper2006-10-081-2/+3
* add response to list of deprecated instance variablesJeremy Kemper2006-10-021-1/+1
* use instance vars in rescue templates since controller may not be instantiate...Jeremy Kemper2006-10-022-5/+5
* Fixed some deprecation warnings in ActionPack [Rick Olson]Rick Olson2006-09-302-4/+3
* Deprecate @responseJeremy Kemper2006-09-297-23/+24
* Deprecate @headersJeremy Kemper2006-09-292-6/+6
* Deprecate @cookiesJeremy Kemper2006-09-292-4/+4
* assert_select_rjs decodes escaped unicode chars since the Javascript generato...Jeremy Kemper2006-09-291-17/+23
* Deprecation: @request will be removed after 1.2. Use the request method instead.Jeremy Kemper2006-09-294-14/+14
* modify head so that you can specify a bare status code as the first parameterJamis Buck2006-09-281-5/+21
* Add ActionController::Base#head for rendering empty responses. Add support fo...Jamis Buck2006-09-282-1/+105
* Fix bug that kept any before_filter except the first one from being able to h...Rick Olson2006-09-271-5/+4
* Make sure map.resources(:things, :new => { :new => :any }) correctly sets /th...Jamis Buck2006-09-261-5/+8
* whitespaceJeremy Kemper2006-09-261-5/+5
* Clear the cache of possible controllers whenever Routes are reloaded.Nicholas Seckar2006-09-231-1/+3
* Filters overhaul including meantime filter support for around filters. Closes...Jeremy Kemper2006-09-221-215/+439
* Just use the vanilla mime type string, no need for fancy lookups [DHH]David Heinemeier Hansson2006-09-201-2/+2
* Update CGI process to allow sessions to contain namespaced models. Closes #4638.Nicholas Seckar2006-09-201-1/+1
* Fix routing to respect user provided requirements and defaults when assigning...Nicholas Seckar2006-09-201-8/+27
* Hash.create_from_xml has been renamed to Hash.from_xml, alias will exist unti...David Heinemeier Hansson2006-09-201-1/+1
* Rescue Errno::ECONNRESET to handle an unexpectedly closed socket connection. ...Jeremy Kemper2006-09-181-4/+4
* Added that respond_to blocks will automatically set the content type to be th...David Heinemeier Hansson2006-09-171-2/+5
* Added proper getters and setters for content type and charset [DHH] Added utf...David Heinemeier Hansson2006-09-174-5/+33
* Declare file extensions exempt from layouts. Closes #6219.Jeremy Kemper2006-09-161-1/+15
* remove implicit primary actions - more pain than gain. test collection actio...Jeremy Kemper2006-09-141-9/+0
* Add chained replace/update support for assert_select_rjs [Rick Olson]Rick Olson2006-09-141-10/+25
* Make sure that formatted routes for all verbs are created. Still needs to res...David Heinemeier Hansson2006-09-131-15/+19
* Skip params with empty names, such as the &=Save query string from <input typ...Jeremy Kemper2006-09-121-1/+2
* Fix assert_tag so that :content => "foo" does not match substrings, but only ...Jamis Buck2006-09-101-1/+1
* Update descriptive messages for exceptions thrown by cgi_methods. Closes #6103.Jeremy Kemper2006-09-081-3/+5
* Add descriptive messages to the exceptions thrown by cgi_methods. Closes #6091.Nicholas Seckar2006-09-071-2/+8
* Update UrlWriter to support :only_path.Nicholas Seckar2006-09-061-6/+11
* Still need the regular assertionsDavid Heinemeier Hansson2006-09-051-0/+1
* caller is necessary for proper trace in deprecationDavid Heinemeier Hansson2006-09-051-1/+1
* Better bundling of new assertions and make integration tests work againDavid Heinemeier Hansson2006-09-052-15/+20
* Documentation for routes (closes #5165) [rramdas@gmail.com]David Heinemeier Hansson2006-09-041-0/+188
* Fixed default routing NoMethodError downcase for nil when default controller ...David Heinemeier Hansson2006-09-041-2/+5
* Update usage notes to verifyDavid Heinemeier Hansson2006-09-041-0/+3
* Doc fix (closes #6023)David Heinemeier Hansson2006-09-041-1/+1
* Dont raise deprecation warning on render :action => "stuff"David Heinemeier Hansson2006-09-041-2/+2
* Don't use deprecated render API. Cosmetics.Jeremy Kemper2006-09-041-28/+28
* silence deprecation warnings. cosmetics.Jeremy Kemper2006-09-041-82/+84
* pass caller to deprecation warningJeremy Kemper2006-09-041-2/+4
* Active Record integration deprecation testsJeremy Kemper2006-09-041-3/+3
* Changed that uncaught exceptions raised any where in the application will cau...David Heinemeier Hansson2006-09-031-4/+7
* Integration tests: thoroughly test ActionController::Integration::Session. Cl...Jeremy Kemper2006-09-031-7/+18
* Docs and deprecationDavid Heinemeier Hansson2006-09-033-6/+20
* Added deprecation language for in_place_editor and auto_complete_field that b...David Heinemeier Hansson2006-09-036-9/+12
* Deprecated all of ActionController::Dependencies. All dependency loading is n...David Heinemeier Hansson2006-09-031-24/+7
* Deprecated old render parameter callsDavid Heinemeier Hansson2006-09-031-7/+16