aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/compatibility.rb
Commit message (Expand)AuthorAgeFilesLines
* Move protected instance variables definition, kill compatibility moduleCarlos Antonio da Silva2012-01-171-13/+0
* Remove deprecated default_charset= from AC::BaseCarlos Antonio da Silva2012-01-171-4/+0
* Move render_to_body logic to return a spaced string to AC::RenderingCarlos Antonio da Silva2012-01-171-4/+0
* Remove method missing handling when action is not found, use action missing i...Carlos Antonio da Silva2012-01-171-8/+0
* Move render :nothing and :text => nil options to AC::RenderingCarlos Antonio da Silva2012-01-171-10/+0
* Remove deprecated logic to render templates starting with /Carlos Antonio da Silva2012-01-171-1/+0
* Remove relative url root setting from ENV varCarlos Antonio da Silva2012-01-171-4/+0
* Remove rescue_action from compatibility module and testsCarlos Antonio da Silva2012-01-171-4/+0
* Remove other old compatibility constantsCarlos Antonio da Silva2012-01-171-3/+0
* Remove constant already defined in exceptions moduleCarlos Antonio da Silva2012-01-171-3/+0
* Remove old compatibility methods not being usedCarlos Antonio da Silva2012-01-171-4/+0
* get rid of using instance_variable_names method from ASSergey Nartimov2012-01-071-4/+4
* More updates to ivars list.José Valim2011-05-061-2/+4
* Move variables to underscore format, update protected instance variables list.José Valim2011-05-061-7/+2
* Cleanup deprecation warnings in Action ControllerCarlos Antonio da Silva2010-09-061-13/+0
* Revert "Setup explicit requires for files with exceptions. Removed them from ...José Valim2010-09-021-2/+0
* Setup explicit requires for files with exceptions. Removed them from autoload...Łukasz Strzałkowski2010-09-021-0/+2
* Remove deprecated support to <% form_for %> and several ActionController::Bas...José Valim2010-08-291-6/+10
* Clean up the config object in ActionPack. Create config_accessor which just d...José Valim2010-04-221-2/+2
* Fix a bug in ActionDispatch::Static where Rails cannot find assets if started...José Valim2010-04-081-2/+0
* Modify assert_template to use notifications. Also, remove ActionController::B...Carlhuda2010-03-171-9/+0
* Clean LookupContext API.José Valim2010-03-081-1/+2
* Finally moved the find template logic to the views.José Valim2010-03-081-3/+8
* More cleanup on the layouts side.José Valim2010-03-081-2/+0
* Added template lookup responsible to hold all information used in template lo...José Valim2010-03-071-13/+0
* Refactor cache_store to use ActionController configCarlhuda2010-03-041-5/+0
* Move stuff from compatibility.rb to deprecated.rbCarlhuda2010-03-041-126/+5
* Move session and session_store onto ActionDispatch and add deprecation warningsCarlhuda2010-03-041-0/+6
* Fix all the broken tests due to the AC configuration refactorCarl Lerche2010-03-031-0/+3
* Add caller to deprecation noticesCarlhuda2010-03-031-11/+11
* Deprecate IP spoofing settings that are directly on the controller in favor o...Carlhuda2010-03-031-7/+26
* 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