1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_dispatch/middleware
2017-01-31 15:52:12 -05:00
..
session Reduce string objects by using \ instead of + or << for concatenating strings 2017-01-12 17:45:37 +09:00
templates Add text template for source code 2015-11-03 22:13:10 +00:00
callbacks.rb Remove deprecated callbacks from ActionDispatch middlewares 2017-01-31 15:52:12 -05:00
cookies.rb Reduce string objects by using \ instead of + or << for concatenating strings 2017-01-12 17:45:37 +09:00
debug_exceptions.rb Format and send logs to logger.fatal from DebugExceptions instead of calling fatal multiple times. Expose tags_text from TaggedLogging to be used for log formatting 2016-11-12 15:47:39 -05:00
debug_locks.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
exception_wrapper.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
executor.rb applies new string literal convention in actionpack/lib 2016-08-06 18:51:43 +02:00
flash.rb Privatize unneededly protected methods in Action Pack 2016-12-24 18:54:48 +09:00
public_exceptions.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
reloader.rb Remove deprecated callbacks from ActionDispatch middlewares 2017-01-31 15:52:12 -05:00
remote_ip.rb Reduce string objects by using \ instead of + or << for concatenating strings 2017-01-12 17:45:37 +09:00
request_id.rb [ci-skip] Swap method and its alias, format doc 2016-10-04 00:37:40 +03:00
show_exceptions.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
ssl.rb HSTS subdomains is now true, so let's fix documentation [ci skip] (#26870) 2016-10-23 21:27:59 +05:30
stack.rb Remove deprecated support to passing strings to the middleware stack 2016-10-10 01:35:59 -03:00
static.rb Use already defined Encoding constant rather than freezing a String 2017-01-11 16:25:19 +09:00