index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_dispatch
/
middleware
/
reloader.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Remove deprecated callbacks from ActionDispatch middlewares
Rafael Mendonça França
2017-01-31
1
-47
/
+3
*
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
1
-4
/
+4
*
Don't reference Rails.application from inside a component
Matthew Draper
2016-03-02
1
-10
/
+6
*
Publish AS::Executor and AS::Reloader APIs
Matthew Draper
2016-03-02
1
-56
/
+18
*
Delete needless `require 'active_support/deprecation'`
yui-knk
2015-10-20
1
-2
/
+0
*
Use ruby 1.9 lambda syntax in documentations [ci skip]
Mehmet Emin İNAÇ
2015-05-03
1
-2
/
+2
*
always use a block for cleanup / prepare callbacks so we can clean the method...
Aaron Patterson
2014-01-28
1
-0
/
+9
*
scope is not necessary
Aaron Patterson
2014-01-28
1
-2
/
+2
*
Code-format references to config settings
Mark Rushakoff
2012-04-27
1
-1
/
+1
*
More using <tt>x</tt> instead of +x+ when the latter renders improperly.
Mark Rushakoff
2012-04-27
1
-2
/
+2
*
use Rack::BodyProxy in AD::Reloader
Sergey Nartimov
2012-01-16
1
-3
/
+3
*
Use a BodyProxy instead of including a Module that responds to close.
Santiago Pastorino
2012-01-13
1
-14
/
+3
*
Allow reloader to be configured.
José Valim
2011-12-12
1
-14
/
+38
*
Use run_callbacks; the generated _run_<name>_callbacks method is not a public...
John Firebaugh
2011-01-31
1
-4
/
+4
*
Clean up callbacks should also be called on exceptions.
José Valim
2010-12-23
1
-0
/
+3
*
Typo (request -> response)
John Firebaugh
2010-12-21
1
-1
/
+1
*
Expand ActionDispatch::Reloader docs
John Firebaugh
2010-12-21
1
-6
/
+14
*
Small changes on AD::Reloader.
José Valim
2010-12-20
1
-20
/
+3
*
Introduce ActionDispatch::Reloader
John Firebaugh
2010-12-20
1
-0
/
+82
*
Wrap dispatcher callbacks around the whole middleware chain. Kill unnecessary...
Joshua Peek
2009-05-03
1
-14
/
+0
*
Move reloader middleware in ActionDispatch
Joshua Peek
2009-04-14
1
-0
/
+14