.. |
session
|
Merge pull request #39860 from hahmed/docs/actiondispatch-cookies-improvements
|
2020-07-31 08:49:25 +05:30 |
templates
|
Use html for DidYouMean suggestions on error pages
|
2020-05-22 18:33:55 +02:00 |
actionable_exceptions.rb
|
Only allow ActionableErrors if show_detailed_exceptions is enabled
|
2020-06-17 07:59:57 -07:00 |
callbacks.rb
|
Enable Style/RedundantBegin cop to avoid newly adding redundant begin block
|
2018-12-21 06:12:42 +09:00 |
cookies.rb
|
Allow a proc to be used in addition to a static value for cookies_same_site_protection
|
2020-08-25 14:33:48 -04:00 |
debug_exceptions.rb
|
Fix InvalidMimeType errors not being caught, with tests.
|
2020-07-20 11:45:57 -04:00 |
debug_locks.rb
|
Add Style/RedundantFreeze to remove redudant .freeze
|
2018-09-29 07:18:44 +00:00 |
debug_view.rb
|
Auto-correct Style/RedundantBegin offence
|
2019-05-08 19:34:31 +09:00 |
exception_wrapper.rb
|
Reuse the exception class name in all places in the wrapper
|
2019-07-16 14:33:47 +01:00 |
executor.rb
|
Use frozen string literal in actionpack/
|
2017-07-29 14:02:40 +03:00 |
flash.rb
|
Add Style/RedundantFreeze to remove redudant .freeze
|
2018-09-29 07:18:44 +00:00 |
host_authorization.rb
|
Enable Layout/EmptyLinesAroundAccessModifier cop
|
2019-06-13 12:00:45 +09:00 |
public_exceptions.rb
|
Enable Layout/EmptyLinesAroundAccessModifier cop
|
2019-06-13 12:00:45 +09:00 |
reloader.rb
|
Use frozen string literal in actionpack/
|
2017-07-29 14:02:40 +03:00 |
remote_ip.rb
|
Revert "Don’t ignore X-Forwarded-For IPs with ports attached"
|
2020-05-12 08:07:17 -04:00 |
request_id.rb
|
Add Style/RedundantFreeze to remove redudant .freeze
|
2018-09-29 07:18:44 +00:00 |
show_exceptions.rb
|
Enable Layout/EmptyLinesAroundAccessModifier cop
|
2019-06-13 12:00:45 +09:00 |
ssl.rb
|
Change default HTTP status to 308 for ActionDispatch::SSL.
|
2020-07-06 14:51:24 +08:00 |
stack.rb
|
Delayed middleware delete does not allow move operations
|
2020-01-08 11:30:02 +02:00 |
static.rb
|
Precompressed static file refactor
|
2020-06-01 08:57:05 -07:00 |