aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Move request parsing related code to ActionController::RequestParserPratik Naik2008-12-251-0/+4
* ActionController::VerbPiggybacking middlewareJoshua Peek2008-12-231-0/+1
* Rename RackRequest to RequestPratik Naik2008-12-231-2/+2
* Remove rack_process.rbPratik Naik2008-12-231-1/+1
* Rename AbstractResponse to Response and inheirt from Rack::ResponseJoshua Peek2008-12-191-2/+1
* Move gaint lock into middlewareJoshua Peek2008-12-181-0/+1
* Switch to Rack based session stores.Joshua Peek2008-12-151-9/+6
* Fix ActionController autoloadsJeremy Kemper2008-12-101-2/+1
* Boot out CGI Processor.Joshua Peek2008-12-041-2/+6
* Add internal middleware stack to DispatcherJoshua Peek2008-12-011-0/+1
* Depend on rack 0.4.0 instead of vendoring itJoshua Peek2008-11-251-1/+3
* Ensure ActionView will be available to ActionMailer if ActionController is no...Joshua Peek2008-11-251-0/+2
* Add config.preload_frameworks to load all frameworks at startup. Default to f...Jeremy Kemper2008-11-241-2/+0
* Add LAZY env flag for testing autoload/lazy load featureJoshua Peek2008-11-241-1/+1
* prefer autoloaded html scannerJoshua Peek2008-11-241-2/+2
* Ensure integration test is load in script/console [#1452 state:resolved]Joshua Peek2008-11-241-0/+10
* Use autoload instead of explicit requires for ActionControllerJoshua Peek2008-11-231-40/+56
* Vendor rack 0.4.0Joshua Peek2008-11-221-0/+1
* Remove deprecated render_component. Please use the plugin from http://github....Pratik Naik2008-11-191-2/+0
* Added ActionController::Translation module delegating to I18n #translate/#t a...Sven Fuchs2008-09-101-0/+2
* Harmonize framework require strategy. Don't add self to load path since Rails...Jeremy Kemper2008-08-251-9/+6
* Fix file permissionsTarmo Tänav2008-07-311-0/+0
* Added Rack processorEzra Zygmuntowicz2008-06-011-0/+1
* Updated copyright yearsDavid Heinemeier Hansson2008-05-111-1/+1
* Remove unused ActionController::Base.template_class. Closes #10787Pratik Naik2008-03-051-1/+0
* Provide a nicer way to access headers. request.headers["Content-Type"] inste...Michael Koziarski2008-01-111-0/+1
* Merge csrf_killer plugin into rails. Adds RequestForgeryProtection model tha...Rick Olson2007-09-231-0/+2
* Moved ActionController::Macros::AutoComplete into the auto_complete plugin on...David Heinemeier Hansson2007-09-111-2/+0
* Moved ActionController::Macros::InPlaceEditing into the in_place_editor plugi...David Heinemeier Hansson2007-09-101-2/+0
* Scaffolding is no longer mixed inDavid Heinemeier Hansson2007-09-091-1/+0
* Scaffolding is no longer mixed inDavid Heinemeier Hansson2007-09-091-1/+0
* Update copyright spanDavid Heinemeier Hansson2007-09-091-1/+1
* Deprecation: remove pagination. Install the classic_pagination plugin for for...Jeremy Kemper2007-06-111-3/+1
* Removed deprecated parameters_for_method_reference concept (legacy from befor...David Heinemeier Hansson2007-05-121-1/+1
* Included the HttpAuthentication plugin as part of core (ActionController::Htt...David Heinemeier Hansson2007-05-081-0/+2
* Added the first part of Simply Helpful to core. The rest is pending a clean i...David Heinemeier Hansson2007-04-301-0/+2
* Deprecation: remove deprecated dependency methods.Jeremy Kemper2007-03-131-2/+0
* Deprecation: remove deprecated request methods.Jeremy Kemper2007-03-131-1/+0
* Deprecation: remove deprecated redirect methods.Jeremy Kemper2007-03-131-1/+0
* Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [...David Heinemeier Hansson2007-02-041-1/+1
* Use a consistent load path to avoid double requires. Fix some scattered Ruby ...Jeremy Kemper2007-01-281-2/+4
* Deprecated all of ActionController::Dependencies. All dependency loading is n...David Heinemeier Hansson2006-09-031-1/+1
* Update copyright timesDavid Heinemeier Hansson2006-09-031-1/+1
* Added better support for using the same actions to output for different sourc...David Heinemeier Hansson2006-03-111-0/+2
* Added new infrastructure support for REST webservices.Tobias Lütke2006-03-051-0/+2
* Stopped the massive bleeding of concerns into ActionController::Base. Base no...David Heinemeier Hansson2006-02-121-4/+4
* Only attempt to require Active Support if it hasnt been already #1959David Heinemeier Hansson2005-09-151-7/+10
* Added easy assignment of fragment cache store through use of symbols for incl...David Heinemeier Hansson2005-09-131-2/+0
* Added in-place editing support in the spirit of auto complete with ActionCont...David Heinemeier Hansson2005-09-111-2/+4
* Improved performance of test app req/sec with ~10% refactoring the render met...David Heinemeier Hansson2005-07-241-1/+1