.. |
basic_implicit_render.rb
|
Lock down new ImplicitRender behavior for 5.0 RC
|
2016-02-25 01:19:49 -08:00 |
conditional_get.rb
|
Grammar fixes based on pass over ETag doc changes
|
2016-04-03 03:01:49 +05:30 |
cookies.rb
|
Fixes #24239
|
2016-04-04 08:51:29 -05:00 |
data_streaming.rb
|
Update send_data documentation [ci skip]
|
2016-04-19 17:02:46 +02:00 |
etag_with_template_digest.rb
|
Remove unused block arguments
|
2015-08-23 16:06:29 +02:00 |
exceptions.rb
|
Deprecate exception#original_exception in favor of exception#cause
|
2015-11-03 06:54:34 -08: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
|
Fix formatting of force_ssl options documentation [ci skip]
|
2015-07-19 10:18:01 +01:00 |
head.rb
|
Fix nodoc to internal class error document some of them
|
2016-01-25 23:04:40 +05:30 |
helpers.rb
|
typo "description not clear corrected with proper description and action_controller_overview file Rails' -> Rails" [ci skip]
|
2015-09-02 09:19:47 +05:30 |
http_authentication.rb
|
[ci skip] This modifies the HTTP Token authentication example's authenticate method, to use the secure_compare method with two constant-length strings. This defends against timing attacks, and is best practice. Using == for sensitive actions is not recommended, and this was the source of a CVE fixed in October 2015: 17e6f1507b
|
2016-04-12 09:41:51 +12:00 |
implicit_render.rb
|
Refinement of our "are you missing a template or did you omit it on purpose?" heuristics
|
2016-03-03 16:43:28 -07:00 |
instrumentation.rb
|
Pass headers through to payload for logging.
|
2016-03-08 22:59:27 -05:00 |
live.rb
|
Hand off the interlock to the new thread in AC::Live
|
2016-02-07 08:32:27 +10:30 |
mime_responds.rb
|
Render default template if block doesn't render
|
2016-02-25 07:14:49 -06:00 |
params_wrapper.rb
|
don't deal with nil values
|
2015-09-22 16:20:27 -07:00 |
redirecting.rb
|
Fix typo for redirect_back
|
2016-03-22 19:21:24 +01:00 |
renderers.rb
|
[ci skip] Fix typo Renderering --> Rendering
|
2016-01-09 05:28:44 +05:30 |
rendering.rb
|
Delete needless require 'active_support/deprecation'
|
2015-10-20 20:02:59 +09:00 |
request_forgery_protection.rb
|
Pass over all Rails 5 warnings, to make sure:
|
2016-04-12 02:26:56 +05:30 |
rescue.rb
|
Use the most highest priority exception handler when cause is set
|
2016-03-11 10:53:01 -07:00 |
streaming.rb
|
deprecate the env method on controller instances
|
2015-08-07 16:27:32 -07:00 |
strong_parameters.rb
|
Filter scalar values when params permit hashes or arrays
|
2016-04-15 09:09:50 -06:00 |
testing.rb
|
Remove unnecessary method
|
2015-10-29 14:12:19 -07:00 |
url_for.rb
|
Decrease string allocations in url_options
|
2015-07-29 20:41:57 -05:00 |