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
/
test
/
application
/
middleware_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Enforce middleware ordering with a test, instead of comments
Matthew Draper
2016-12-31
1
-3
/
+34
*
Merge pull request #27515 from kbrock/fix_log_remote_ip_before_dispatcher_ips...
Matthew Draper
2016-12-31
1
-2
/
+2
|
\
|
*
Allow log remote ip addres when config.action_dispatch.trusted_proxies passed
Leonid Batizhevsky
2016-12-30
1
-1
/
+1
|
/
*
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
1
-2
/
+2
*
Remove deprecated code in ssl middleware
Rafael Mendonça França
2016-10-10
1
-2
/
+2
*
Remove deprecated support to :text in render
Rafael Mendonça França
2016-10-10
1
-4
/
+4
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
1
-12
/
+12
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
*
applies new string literal convention in railties/test
Xavier Noria
2016-08-06
1
-5
/
+5
*
Remove unused boot_rails method and it's usage
Prathamesh Sonpatki
2016-07-04
1
-1
/
+0
*
Fix etag expectation to work with the SHA256
Rafael Mendonça França
2016-05-06
1
-1
/
+1
*
Publish AS::Executor and AS::Reloader APIs
Matthew Draper
2016-03-02
1
-22
/
+4
*
Replace `serve_static_files` in tests with `public_file_server.enabled`.
Kasper Timm Hansen
2015-11-04
1
-2
/
+2
*
Revert "removing Rack::Runtime from the default stack."
Aaron Patterson
2015-10-03
1
-9
/
+11
*
removing Rack::Runtime from the default stack.
Aaron Patterson
2015-10-02
1
-11
/
+9
*
mostly remove the ParamsParser middleware
Aaron Patterson
2015-09-18
1
-2
/
+0
*
Rely on the load interlock for non-caching reloads, too
Matthew Draper
2015-07-09
1
-7
/
+7
*
Soften the lock requirements when eager_load is disabled
Matthew Draper
2015-07-09
1
-4
/
+21
*
Add config.api_only option to application and remove appropriate middleware w...
Santiago Pastorino
2015-06-11
1
-0
/
+27
*
Allow Rack::Runtime to be deleted from middleware stack.
Guo Xiang Tan
2015-02-19
1
-0
/
+16
*
Merge pull request #18100 from chancancode/serve_static_files
Godfrey Chan
2014-12-19
1
-2
/
+2
*
inject Rack::Lock if config.eager_load is false
Xavier Noria
2014-09-18
1
-2
/
+9
*
Expectations first
Akira Matsuda
2014-08-28
1
-1
/
+1
*
We don't need parenthesis for this
Guillermo Iguaran
2014-08-05
1
-1
/
+1
*
Fix digest ETAG test.
Arthur Neves
2014-08-05
1
-1
/
+1
*
Merge pull request #12365 from jbaudanza/reorder
Guillermo Iguaran
2013-12-01
1
-1
/
+1
|
\
|
*
Move Rack::Cache after AD::Static in the stack
Jonathan Baudanza
2013-09-25
1
-1
/
+1
*
|
Expose MiddlewareStack#unshift to environment configuration.
Ben Pickles
2013-10-09
1
-0
/
+6
|
/
*
Added CheckPending middleware in default
Arun Agrawal
2013-07-15
1
-0
/
+4
*
No need to add config for x_sendfile_header
Arun Agrawal
2013-07-15
1
-2
/
+0
*
Rack::Sendfile is now included in middleware by default, change tests to refl...
Guillermo Iguaran
2013-07-15
1
-10
/
+4
*
Calls to the application constant have been refactored to use
wangjohn
2013-06-10
1
-2
/
+2
*
Testing CheckPending middleware
Arun Agrawal
2013-06-08
1
-0
/
+8
*
Bring config.allow_concurrency back
José Valim
2013-03-03
1
-0
/
+6
*
Remove BestStandardsSupport middleware
Guillermo Iguaran
2013-01-29
1
-2
/
+1
*
Don't use action_controller.perform_caching to enable rack-rack.
Rafael Mendonça França
2012-10-18
1
-4
/
+1
*
Use Ruby 1.9 Hash syntax in railties
Robin Dupret
2012-10-14
1
-4
/
+4
*
config.action_dispatch.rack_cache should set explicitly to enable Rack::Cache
Guillermo Iguaran
2012-10-04
1
-1
/
+10
*
Remove unused require.
kennyj
2012-08-29
1
-2
/
+0
*
Remove allow_concurrency as a flag
José Valim
2012-08-21
1
-2
/
+2
*
Remove ActionDispatch::Head middleware in favor of Rack::Head
Santiago Pastorino
2012-07-23
1
-1
/
+1
*
Freeze the middleware stack after it's built
Jeremy Kemper
2012-04-20
1
-0
/
+7
*
Rack::SSL -> ActionDispatch::SSL
Rafael Mendonça França
2012-03-17
1
-3
/
+3
*
Remove --http.
José Valim
2012-03-14
1
-30
/
+0
*
Add test to ensure setting config.generators.http_only actually disables the ...
Carlos Antonio da Silva
2012-03-14
1
-1
/
+1
*
Remove IdentityMap
Carlos Antonio da Silva
2012-03-13
1
-7
/
+0
*
Change api_only to http_only
Carlos Antonio da Silva
2012-03-10
1
-2
/
+1
*
Add config.middleware.api_only!
Carlos Antonio da Silva and Santiago Pastorino
2012-03-05
1
-0
/
+30
[next]