.. |
basic_implicit_render.rb
|
Return 204 if render is not called in API controllers
|
2015-06-11 16:54:17 -03:00 |
conditional_get.rb
|
Avoid Time.parse for static date
|
2015-12-30 14:36:32 -05:00 |
cookies.rb
|
remove RackDelegation module
|
2015-08-26 11:53:15 -07:00 |
data_streaming.rb
|
move file sending to the response object
|
2015-10-05 16:50:50 -07: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
|
remove useless status set
|
2015-08-26 10:51:14 -07:00 |
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
|
Merge pull request #14212 from tylerhunt/fix-token-regex
|
2015-12-15 10:59:54 -07:00 |
implicit_render.rb
|
Override default_render's behavior with a block
|
2015-06-20 12:00:07 -04:00 |
instrumentation.rb
|
remove RackDelegation module
|
2015-08-26 11:53:15 -07:00 |
live.rb
|
Fix make_response! when called by serve in RouteSet
|
2015-12-09 08:19:07 -05:00 |
mime_responds.rb
|
fix rdoc markup [ci skip]
|
2015-10-25 21:25:16 +09:00 |
params_wrapper.rb
|
don't deal with nil values
|
2015-09-22 16:20:27 -07:00 |
redirecting.rb
|
Merge pull request #20797 from byroot/prevent-url-for-ac-parameters
|
2015-12-18 12:47:38 -02: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
|
add option for per-form CSRF tokens
|
2016-01-04 12:26:38 -07:00 |
rescue.rb
|
Deprecate exception#original_exception in favor of exception#cause
|
2015-11-03 06:54:34 -08:00 |
streaming.rb
|
deprecate the env method on controller instances
|
2015-08-07 16:27:32 -07:00 |
strong_parameters.rb
|
AC::Parameters#at_json: restore Rails 4.2’s value
|
2016-01-12 10:27:29 -08: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 |