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
Carlos Antonio da Silva 1b4edd173d Use performed? instead of checking for response_body
* Check for performed? instead of response_body
* Change performed? to return a boolean
* Refactor AC::Metal#response_body= to reuse variable
2012-01-19 18:25:52 -02:00
..
conditional_get.rb Revert "Added ActiveRecord::Base#last_modified to work with the new fresh_when/stale? conditional get methods from Action Pack" 2011-12-01 20:45:47 +01: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 File#to_path alias 2011-12-25 22:22:22 +03:00
exceptions.rb Remove other old compatibility constants 2012-01-17 10:04:37 -02:00
flash.rb Move Flash into middleware 2010-01-15 14:55:13 -06:00
force_ssl.rb When force redirecting to SSL, make sure that the session is kept. As we're moving from a non-secure to secure environment, it's safe 2012-01-12 20:31:23 +01:00
head.rb Add ActionController#head example 2011-10-11 12:31:27 +04:00
helpers.rb Use Kernel#Array in ActionController::Helpers 2012-01-05 17:13:27 -03:00
hide_actions.rb cleanup of ActionController::Metal inline documentation 2010-08-26 22:32:40 +02:00
http_authentication.rb fix base64 require 2012-01-03 00:07:50 +03:00
implicit_render.rb Use performed? instead of checking for response_body 2012-01-19 18:25:52 -02:00
instrumentation.rb Log 'Filter chain halted as CALLBACKNAME rendered or redirected' every time a before callback halts. 2011-11-30 09:53:09 +01:00
mime_responds.rb fix incorrect code example 2011-11-07 17:58:03 +05:30
params_wrapper.rb Change more Array.wrap to Kernel#Array 2012-01-05 17:57:56 -03:00
rack_delegation.rb Remove a relic of #request being in RackDelegation 2010-06-19 08:19:15 -07:00
redirecting.rb Minor enhancement by not unnecessarely escaping forward slashing within a curly regexp and by mentoining the protocol relative scheme in the internal comment 2011-12-05 11:48:05 +01:00
renderers.rb Refactor to make renderers a Set 2011-10-15 18:40:37 +02:00
rendering.rb Move render_to_body logic to return a spaced string to AC::Rendering 2012-01-17 10:04:38 -02:00
request_forgery_protection.rb removed warning because logger.warn differentiate the warings 2012-01-05 23:42:58 +05:30
rescue.rb Show detailed exceptions no longer returns true if the request is local in production. 2011-12-16 10:45:59 +01:00
responder.rb Merge pull request #3613 from mitio/fix-actionpack-responder-docs 2011-11-11 10:03:29 -08: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 Move render_to_body logic to return a spaced string to AC::Rendering 2012-01-17 10:04:38 -02:00
testing.rb Fix the issue where default_url_options is being cached on test cases. Closes #1872. Closes #2031. 2011-08-01 11:49:24 +02:00
url_for.rb deletes spurious arrow 2011-08-27 15:34:33 -07:00