1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_controller/metal
2011-04-13 13:23:18 +02:00
..
compatibility.rb Cleanup deprecation warnings in Action Controller 2010-09-06 13:40:45 +02:00
conditional_get.rb Fix small typo in documentation 2010-10-12 22:55:19 +03: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
force_ssl.rb Add controller-specific force_ssl method to force web browser to use HTTPS protocol 2011-03-28 04:58:47 +08:00
head.rb Fix a few bugs when trying to use Head standalone 2010-10-10 00:54:11 -07:00
helpers.rb Add config.action_controller.include_all_helpers, by default it is set to true. 2010-11-18 00:20:57 +01:00
hide_actions.rb cleanup of ActionController::Metal inline documentation 2010-08-26 22:32:40 +02:00
http_authentication.rb Merge branch 'master' of git://github.com/lifo/docrails 2011-04-03 22:22:03 +02:00
implicit_render.rb pass respond_with options to controller render when using a template for api navigation 2011-03-31 18:53:36 +02:00
instrumentation.rb Action Pack typos. 2011-03-05 11:56:35 +01:00
mime_responds.rb removes the RJS template handler 2011-04-13 13:23:18 +02:00
rack_delegation.rb Remove a relic of #request being in RackDelegation 2010-06-19 08:19:15 -07:00
redirecting.rb There is no need to use instance_eval since the proc is created in the same context it is eval'ed. 2010-09-24 12:54:31 +02:00
renderers.rb removes support for render :update 2011-04-13 13:23:17 +02:00
rendering.rb Use Mime::Type references. 2011-02-08 14:14:26 -08:00
request_forgery_protection.rb Prepend the CSRF filter to make it much more difficult to execute application code before it fires. 2011-02-23 09:00:41 +13:00
rescue.rb Remove unused orig_handler and unneeded parentheses 2010-07-20 04:32:08 +08:00
responder.rb Improve docs. 2011-03-31 19:00:05 +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 render :text => proc { ... } is no longer supported. 2010-10-04 11:14:42 -07:00
testing.rb Move @assigns from the controller to the test itself 2010-11-06 21:15:59 -02:00
url_for.rb :subdomain, :domain and :tld_length options can now be used in url_for, allowing for easy manipulation of the host during link generation. 2010-11-23 09:54:42 +01:00