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-06-15 03:18:28 -07:00
..
compatibility.rb More updates to ivars list. 2011-05-06 14:57:25 +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
data_streaming.rb Remove extra white spaces on ActionPack docs. 2011-05-23 20:22:33 -03:00
exceptions.rb
flash.rb
force_ssl.rb fix minor spelling mistakes in comments 2011-05-23 22:40:29 -07:00
head.rb Fix a few bugs when trying to use Head standalone 2010-10-10 00:54:11 -07:00
helpers.rb Make ActionController::Base.modules_for_helpers and ActionController::Base.all_helpers_from_path public methods 2011-04-25 15:02:41 +02:00
hide_actions.rb cleanup of ActionController::Metal inline documentation 2010-08-26 22:32:40 +02:00
http_authentication.rb remove warning: assigned but unused variable 2011-06-08 00:26:09 -03:00
implicit_render.rb Revert to old semantics, use available_action? instead of action_method?. 2011-05-06 18:44:18 +02:00
instrumentation.rb don't raise an exception if the format isn't recognized 2011-05-26 11:18:30 +02:00
mime_responds.rb Add missing dependency. 2011-04-18 08:13:28 +02:00
params_wrapper.rb some grammatical corrections 2011-06-04 20:12:25 +05:30
rack_delegation.rb Remove a relic of #request being in RackDelegation 2010-06-19 08:19:15 -07:00
redirecting.rb Tweak linebreak in ActionController::Redirecting doc 2011-06-15 03:18:28 -07:00
renderers.rb Slightly reorganize rendering stack. 2011-04-18 08:12:51 +02:00
rendering.rb Do not inherit from Rack::Response, remove a shit-ton of unused code. 2011-04-19 11:54:12 +02:00
request_forgery_protection.rb Merge branch 'master' of git://github.com/lifo/docrails 2011-05-25 22:48:47 +02:00
rescue.rb Remove unused orig_handler and unneeded parentheses 2010-07-20 04:32:08 +08:00
responder.rb Update respond_with docs to deal better with collections. 2011-05-05 03:01:15 -07: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 Remove trailing white-spaces 2011-06-05 10:34:40 -05:00
testing.rb Move @assigns from the controller to the test itself 2010-11-06 21:15:59 -02:00
url_for.rb minor edits after going through what's new in docrails 2011-05-14 11:15:43 +02:00