rails--rails/actionpack/lib/action_controller/metal
Xavier Noria 207fa59675 Merge remote branch 'rails/master'
Conflicts:
	actionpack/lib/abstract_controller/base.rb
2010-06-20 23:13:19 +02:00
..
compatibility.rb Clean up the config object in ActionPack. Create config_accessor which just delegates to the config object, reducing the number of deprecations and add specific tests. 2010-04-22 12:00:13 +02:00
conditional_get.rb Rename RackConvenience => RackDelegation 2009-12-20 20:05:26 -06:00
cookies.rb Rename config.cookie_secret to config.secret_token and pass it as configuration in request.env. This is another step forward removing global configuration. 2010-04-05 12:00:24 +02:00
exceptions.rb Remove fancy method not allowed resource exceptions since they are 2009-12-11 00:01:22 -06:00
flash.rb Move Flash into middleware 2010-01-15 14:55:13 -06:00
head.rb Including UrlFor in Redirecting and Head will warn usefully if a controller is wired up without a router included (and still support redirect_to "omg") 2010-02-26 15:56:17 -08:00
helpers.rb Ruby 1.9: helper path may be a pathname, so convert to a string before quoting for regexp 2010-05-16 18:03:27 -07:00
hide_actions.rb class_attribute is not a direct replacement of class_inheritable_*. 2010-06-10 19:39:09 +02:00
http_authentication.rb add HTTP Token Authorization support to complement Basic and Digest Authorization. 2010-04-30 07:46:30 -07:00
implicit_render.rb Finally moved the find template logic to the views. 2010-03-08 11:32:01 +01:00
instrumentation.rb edit pass: the names of Rails components have a space, ie, "Active Record", not "ActiveRecord" 2010-06-14 23:22:04 +02:00
mime_responds.rb Ensure details are frozen after @details_keys lookup. The implementation waits to freeze until the last required moment, to avoid duping hashes. 2010-03-27 20:52:11 +01:00
rack_delegation.rb Remove a relic of #request being in RackDelegation 2010-06-19 08:19:15 -07:00
redirecting.rb Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warnings are in dependencies. 2010-03-17 00:20:09 -07:00
renderers.rb Always downstream given options in :json, :xml and :js renderers and add tests for it. 2010-04-22 12:12:38 +02:00
rendering.rb Ensure controller filters are executed before stuff starts to happen. 2010-03-13 21:28:34 +01:00
request_forgery_protection.rb Fix a bunch of minor spelling mistakes 2010-06-11 14:15:34 +04:00
rescue.rb
responder.rb Fix a bug where responders were not working properly on method override. 2010-05-24 13:12:40 +02:00
session_management.rb Deprecated ActionController::Base.session_options= and ActionController::Base.session_store= in favor of a config.session_store method (which takes params) and a config.cookie_secret variable, which is used in various secret scenarios. The old AC::Base options will continue to work with deprecation warnings. 2010-03-04 16:05:52 -08:00
streaming.rb Makes send_file work again by deferring to Rack::Sendfile. 2010-02-23 17:06:35 -08:00
testing.rb Fix streaming by having it create a File object, which can be handled by Rack servers as appropriate 2010-02-23 15:37:17 -08:00
url_for.rb Make named helpers unprotected without becoming actions [#4696 state:resolved] 2010-06-07 15:29:55 -04:00