.. |
conditional_get.rb
|
Consistently markup etag options.
|
2014-09-16 15:24:24 -04: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
|
Update Docs in favor to use render plain instead of text option
|
2014-02-18 15:05:10 -05:00 |
etag_with_template_digest.rb
|
Wrap code snippets in +, not backticks, in sdoc
|
2014-11-20 15:45:15 -08:00 |
exceptions.rb
|
UrlGenerationError are not catched as 404 anymore
|
2014-10-27 16:53:10 -04:00 |
flash.rb
|
Custom flash should be defined only for the class that defines it and it's subclasses.
|
2013-09-13 10:19:29 -03:00 |
force_ssl.rb
|
just set the host, no need for another hash allocation / merge!
|
2014-08-01 11:55:47 -07:00 |
head.rb
|
docs, add ref where to find valid head status symbols.
|
2014-07-25 15:31:24 +02:00 |
helpers.rb
|
pass app config to controller helper proxy
|
2013-10-24 08:03:31 +03:00 |
hide_actions.rb
|
Fix broken ActionController#action_missing
|
2013-03-20 08:20:54 +01:00 |
http_authentication.rb
|
Merge pull request #17186 from tgxworld/header_authentication_token
|
2014-11-27 01:44:13 +10:30 |
implicit_render.rb
|
Use performed? instead of checking for response_body
|
2012-01-19 18:25:52 -02:00 |
instrumentation.rb
|
Use request method instead of ActionDispatch::Request#request_method instead of ActionDispatch::Request#method to pick up overrides by the middleware
|
2014-11-20 15:14:53 -05:00 |
live.rb
|
remove unused #await_close
|
2014-12-04 14:35:52 +03:00 |
mime_responds.rb
|
Removed documentation that still mentioned using respond_with in place
|
2014-11-05 20:36:45 -08:00 |
params_wrapper.rb
|
Rephrasing sentences
|
2014-10-07 09:23:51 -04:00 |
rack_delegation.rb
|
remove duplicate method (_status_code) in action_dispatch
|
2014-10-19 17:59:07 +00:00 |
redirecting.rb
|
refactor Redirecting so we do not need a controller instance
|
2014-08-06 14:17:57 -07:00 |
renderers.rb
|
Removed documentation that still mentioned using respond_with in place
|
2014-11-05 20:36:45 -08:00 |
rendering.rb
|
Removed single space padding from empty response body.
|
2014-07-10 16:33:22 -07:00 |
request_forgery_protection.rb
|
Use AS secure_compare for CSRF token comparison
|
2014-10-23 14:54:17 -03:00 |
rescue.rb
|
Show detailed exceptions no longer returns true if the request is local in production.
|
2011-12-16 10:45:59 +01:00 |
streaming.rb
|
[ci skip] Fix capitalization
|
2014-06-07 14:23:27 +05:30 |
strong_parameters.rb
|
Merge pull request #18006 from sikachu/add-params-to_unsafe_h
|
2014-12-12 23:58:46 -02:00 |
testing.rb
|
Pass symbol as an argument instead of a block
|
2014-11-29 11:53:24 +01:00 |
url_for.rb
|
Simplify code branch, remove #tap
|
2014-07-31 09:47:46 -03:00 |