.. |
conditional_get.rb
|
Doc fix [ci skip]
|
2015-03-05 16:36:48 +05:30 |
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
|
Revert "Merge pull request #19682 from supercaracal/fix_force_ssl_redirection_flash_error"
|
2015-04-12 22:26:35 -03:00 |
head.rb
|
Return true from head method
|
2015-03-12 14:39:22 -07:00 |
helpers.rb
|
Tiny documentation edits [ci skip]
|
2015-03-03 21:30:20 +01:00 |
http_authentication.rb
|
Tiny optimization of http auth Realm unquoting
|
2015-04-14 19:56:07 +05:00 |
implicit_render.rb
|
Fix ActionPack tests after changes to missing template logger
|
2015-04-06 09:03:13 -04:00 |
instrumentation.rb
|
Ensure append_info_to_payload is called even if an exception is raised.
|
2014-12-10 22:13:13 +01:00 |
live.rb
|
Freeze static arguments for gsub
|
2015-04-02 02:15:07 +03:00 |
mime_responds.rb
|
Provide friendlier access to request variants
|
2015-03-24 12:49:27 -05:00 |
params_wrapper.rb
|
Doc fix [ci skip]
|
2015-03-05 18:31:40 +05:30 |
rack_delegation.rb
|
Add ActionController#build_with_env
|
2015-01-22 00:26:06 +03: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
|
Add ActionController::Base.render
|
2015-01-22 01:02:13 +03:00 |
request_forgery_protection.rb
|
Add note regarding CSRF for APIs, as a use-case for skipping it [ci skip]
|
2015-04-12 21:58:40 -07: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
|
fix missing "if" in API docs for ActionController::Parameters#permit
|
2015-04-06 13:22:07 +01:00 |
testing.rb
|
Pass symbol as an argument instead of a block
|
2014-11-29 11:53:24 +01:00 |
url_for.rb
|
Fix a few typos [ci skip]
|
2015-04-05 15:58:43 +02:00 |