aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/compatibility.rb
Commit message (Expand)AuthorAgeFilesLines
* Indicate that ActionController::Base.resource_action_separator is deprecated ...Carl Lerche2010-03-031-2/+9
* ActionController::Base.use_accept_header is not actually used anymore, so let...Carl Lerche2010-03-031-2/+8
* Work on deprecating ActionController::Base.relative_url_rootCarlhuda2010-03-031-2/+39
* Move session_store and session_options to the AC configuration objectCarlhuda2010-03-031-3/+0
* Remove ActionController::Base.resources_path_namesCarl Lerche2010-02-241-2/+0
* Use ActionDispatch::Routing everywhereMartin Schürrer2010-02-211-2/+2
* Its not a deprecation if you actually just ignore the callDavid Heinemeier Hansson2010-02-091-0/+2
* Deprecate AC configuration values which were moved to Rack.José Valim2010-02-011-6/+22
* Fix some backward incompatible behavior on AM.José Valim2010-01-301-13/+2
* Move Flash into middlewareJoshua Peek2010-01-151-1/+1
* Respect resources_path_names and :path_names options in new dslJoshua Peek2010-01-131-3/+2
* optimise_named_routes is unnecessaryJoshua Peek2010-01-131-5/+0
* Reorganize autoloads:Carlhuda2009-12-021-1/+1
* cache_store and page_cache_directory are already defined in cachingJoshua Peek2009-12-011-4/+1
* Caching refactoringYehuda Katz2009-10-291-3/+5
* Move legacy param_parsers config onto AD::ParamsParserJoshua Peek2009-08-211-6/+0
* More perf work:Yehuda Katz2009-08-111-4/+3
* Got overhead down from 127 to 85. All tests pass:Yehuda Katz2009-08-111-2/+3
* Allow to configure trusted proxies via ActionController::Base.trusted_proxies...Felipe Talavera2009-08-091-0/+2
* Rename /base to /metal and make base.rb and metal.rb top-level to reflect the...Yehuda Katz2009-08-061-0/+147