..
conditional_get.rb
Missing require hash/keys
2013-02-01 14:01:04 +09: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
Accept symbols as #send_data :disposition value
2012-11-27 00:21:12 +01:00
exceptions.rb
remain backwards compatible, exception can be constructed with no arguments
2012-10-25 13:51:30 -07:00
flash.rb
Use "instance_accessor" for flash types class attribute
2012-07-07 09:16:48 -03:00
force_ssl.rb
Add support for extra options to force_ssl
2013-04-25 13:45:52 +01:00
head.rb
charset should not be appended for head
responses
2012-12-31 16:08:36 +01:00
helpers.rb
Remove unecessary variable call, #sort!
always returns an array
2013-04-07 21:55:35 +03:00
hide_actions.rb
Fix broken ActionController#action_missing
2013-03-20 08:20:54 +01:00
http_authentication.rb
Prefer find_by over dynamic finders in rdoc
2013-04-02 15:09:15 -04:00
implicit_render.rb
Use performed? instead of checking for response_body
2012-01-19 18:25:52 -02:00
instrumentation.rb
Adding filter capability to ActionController logs
2012-12-05 11:07:14 +01:00
live.rb
Fix typo
2013-04-09 13:00:45 -03:00
mime_responds.rb
fix respond_to without blocks not working if one of the blocks is all
2013-02-24 11:47:20 -05:00
params_wrapper.rb
Remove warning of circular require
2012-11-27 02:37:24 -02:00
rack_delegation.rb
extract response setting to a method
2012-07-03 14:59:31 -07:00
redirecting.rb
Use \A in Regexps
2013-02-01 00:01:11 +07:00
renderers.rb
Multiple changes to 1,9 hash syntax
2012-10-27 22:05:27 +02:00
rendering.rb
Return nil for Mime::NullType#ref
2013-04-10 08:18:06 +01:00
request_forgery_protection.rb
This cache is not needed
2013-02-21 15:25:26 -02: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
responder.rb
Multiple changes to 1,9 hash syntax
2012-10-27 22:05:27 +02:00
streaming.rb
Model.scoped is deprecated in favour of Model.all
2013-01-02 04:08:14 +09:00
strong_parameters.rb
fixed missing comma in example
2013-04-24 16:21:42 +04:00
testing.rb
group things that are alike
2012-07-03 17:18:31 -07:00
url_for.rb
Multiple changes to 1,9 hash syntax
2012-10-27 22:05:27 +02:00