.. |
compatibility.rb
|
More updates to ivars list.
|
2011-05-06 14:57:25 +02:00 |
conditional_get.rb
|
Revert "Added ActiveRecord::Base#last_modified to work with the new fresh_when/stale? conditional get methods from Action Pack"
|
2011-12-01 20:45:47 +01:00 |
cookies.rb
|
|
|
data_streaming.rb
|
remove File#to_path alias
|
2011-12-25 22:22:22 +03:00 |
exceptions.rb
|
|
|
flash.rb
|
|
|
force_ssl.rb
|
accept optional :host parameter to force_ssl
|
2011-10-08 18:38:02 -05:00 |
head.rb
|
Add ActionController#head example
|
2011-10-11 12:31:27 +04:00 |
helpers.rb
|
Remove unecessary config_accessors.
|
2011-12-24 09:59:28 +01:00 |
hide_actions.rb
|
|
|
http_authentication.rb
|
Fix http digest authentication with trailing '/' or '?' (fixes #4038 and #3228)
|
2011-12-21 00:02:58 +01:00 |
implicit_render.rb
|
Revert to old semantics, use available_action? instead of action_method?.
|
2011-05-06 18:44:18 +02:00 |
instrumentation.rb
|
Log 'Filter chain halted as CALLBACKNAME rendered or redirected' every time a before callback halts.
|
2011-11-30 09:53:09 +01:00 |
mime_responds.rb
|
fix incorrect code example
|
2011-11-07 17:58:03 +05:30 |
params_wrapper.rb
|
ParamsWrapper only wrap the accessible attributes when they were set
|
2011-12-07 22:50:01 -05:00 |
rack_delegation.rb
|
|
|
redirecting.rb
|
Minor enhancement by not unnecessarely escaping forward slashing within a curly regexp and by mentoining the protocol relative scheme in the internal comment
|
2011-12-05 11:48:05 +01:00 |
renderers.rb
|
Refactor to make renderers a Set
|
2011-10-15 18:40:37 +02:00 |
rendering.rb
|
Do not inherit from Rack::Response, remove a shit-ton of unused code.
|
2011-04-19 11:54:12 +02:00 |
request_forgery_protection.rb
|
Change log level for CSRF token verification warning
|
2011-09-10 08:31:04 -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 |
responder.rb
|
Merge pull request #3613 from mitio/fix-actionpack-responder-docs
|
2011-11-11 10:03:29 -08:00 |
session_management.rb
|
|
|
streaming.rb
|
remove File#to_path alias
|
2011-12-25 22:22:22 +03:00 |
testing.rb
|
Fix the issue where default_url_options is being cached on test cases. Closes #1872. Closes #2031.
|
2011-08-01 11:49:24 +02:00 |
url_for.rb
|
deletes spurious arrow
|
2011-08-27 15:34:33 -07:00 |