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
/
railties
/
lib
/
rails
/
application
/
default_middleware_stack.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding frozen_string_literal pragma to Railties.
Pat Allan
2017-08-14
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 unnecessary `tap` call on `ActionDispatch::MiddlewareStack` instance
fatkodima
2017-06-24
1
-1
/
+1
*
Remove deprecated `config.static_cache_control`
Rafael Mendonça França
2017-01-03
1
-1
/
+0
*
Enforce middleware ordering with a test, instead of comments
Matthew Draper
2016-12-31
1
-3
/
+1
*
Allow log remote ip addres when config.action_dispatch.trusted_proxies passed
Leonid Batizhevsky
2016-12-30
1
-1
/
+2
*
applies new string literal convention in railties/lib
Xavier Noria
2016-08-06
1
-3
/
+3
*
Publish AS::Executor and AS::Reloader APIs
Matthew Draper
2016-03-02
1
-19
/
+3
*
Flexible configuration for ActionDispatch::SSL
Tim Rogers
2015-12-29
1
-1
/
+1
*
DebugException initialize with a response_format value
Jorge Bejar
2015-12-09
1
-1
/
+1
*
Response when error should be formatted properly in Rails API if local request
Jorge Bejar
2015-12-09
1
-1
/
+1
*
Make the `static_index` config part of the `config.public_server` config
Yuki Nishijima
2015-11-16
1
-1
/
+1
*
Add enabled flag to the public file server.
Kasper Timm Hansen
2015-11-03
1
-1
/
+1
*
Merge pull request #19135 from yuki24/access-control-support
Jeremy Daer
2015-10-13
1
-1
/
+4
|
\
|
*
Add the ability of returning arbitrary headers to ActionDispatch::Static
Yuki Nishijima
2015-06-13
1
-1
/
+4
*
|
Revert "removing Rack::Runtime from the default stack."
Aaron Patterson
2015-10-03
1
-0
/
+1
*
|
removing Rack::Runtime from the default stack.
Aaron Patterson
2015-10-02
1
-1
/
+0
*
|
mostly remove the ParamsParser middleware
Aaron Patterson
2015-09-18
1
-1
/
+0
*
|
Rely on the load interlock for non-caching reloads, too
Matthew Draper
2015-07-09
1
-15
/
+7
*
|
Soften the lock requirements when eager_load is disabled
Matthew Draper
2015-07-09
1
-9
/
+29
|
/
*
Add config.api_only option to application and remove appropriate middleware w...
Santiago Pastorino
2015-06-11
1
-3
/
+3
*
Change the `index` arg of `ActionDispatch::Static#new` to a kwarg
Yuki Nishijima
2015-06-11
1
-1
/
+1
*
config.static_index configures directory index "index.html" filename
Eliot Sykes
2015-05-28
1
-1
/
+1
*
Merge pull request #18100 from chancancode/serve_static_files
Godfrey Chan
2014-12-19
1
-1
/
+1
*
inject Rack::Lock if config.eager_load is false
Xavier Noria
2014-09-18
1
-1
/
+5
*
Move Rack::Cache after AD::Static in the stack
Jonathan Baudanza
2013-09-25
1
-5
/
+5
*
Revert "Don't use Rack::Sendfile middleware if x_sendfile_header is not present"
Santiago Pastorino
2013-07-15
1
-3
/
+1
*
Creating a class to build the default middleware stack.
wangjohn
2013-06-16
1
-0
/
+101