.. |
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
|
Spelling/typo/grammatical fixes [ci skip]
|
2015-05-23 03:01:33 +05:30 |
cookies.rb
|
|
|
data_streaming.rb
|
Stop using deprecated render :text in test
|
2015-07-17 22:27:33 -04: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
|
Fix formatting of force_ssl options documentation [ci skip]
|
2015-07-19 10:18:01 +01:00 |
head.rb
|
Deprecate passing hash as first parameter into ActionController::Head
|
2015-06-15 23:53:45 +03:00 |
helpers.rb
|
Freeze string literals when not mutated.
|
2015-07-19 17:45:10 -05:00 |
http_authentication.rb
|
Authorization scheme should be case insensitive. Fixes #21199
|
2015-08-11 15:59:44 -07:00 |
implicit_render.rb
|
Override default_render's behavior with a block
|
2015-06-20 12:00:07 -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
|
Stop using deprecated render :text in test
|
2015-07-17 22:27:33 -04:00 |
params_wrapper.rb
|
Fix params_wrapper doc [ci skip]
|
2015-07-26 07:18:40 +03:00 |
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
|
added description instead of remove usage [ci skip]
|
2015-07-11 21:28:07 -05:00 |
rendering.rb
|
Add deprecation warning for render :text
|
2015-07-17 21:12:47 -04:00 |
request_forgery_protection.rb
|
add a setter for the cookie jar
|
2015-08-06 07:54:47 -07:00 |
rescue.rb
|
|
|
streaming.rb
|
deprecate the env method on controller instances
|
2015-08-07 16:27:32 -07:00 |
strong_parameters.rb
|
drop conditionals in conversion logic
|
2015-07-21 15:10:14 -07:00 |
testing.rb
|
Pass symbol as an argument instead of a block
|
2014-11-29 11:53:24 +01:00 |
url_for.rb
|
Decrease string allocations in url_options
|
2015-07-29 20:41:57 -05:00 |