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
*
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
*
Handle files from ActionDispatch::Static with Rack::Sendfile (fixes #5225)
Piotr Sarnacki
2012-03-03
1
-1
/
+1
*
Deprecate RAILS_CACHE constant.
kennyj
2012-01-18
1
-2
/
+2
*
convert railties to use AS::TestCase
Aaron Patterson
2012-01-05
1
-1
/
+1
*
Add ORIGINAL_FULLPATH to env
Piotr Sarnacki
2011-12-21
1
-1
/
+10
*
Split ShowExceptions responsibilities in two middlewares.
José Valim
2011-12-01
1
-1
/
+3
*
Allow rescue responses to be configured through a railtie.
José Valim
2011-12-01
1
-21
/
+1
*
Adding ActionDispatch::RequestId in middleware test
Arun Agrawal
2011-10-20
1
-0
/
+1
*
Make the Rack::SSL middleware configurable
Justin Leitgeb
2011-09-26
1
-0
/
+8
*
Check that Rack::Sendfile is not included unless config.action_dispatch.x_sen...
Santiago Pastorino
2011-08-13
1
-0
/
+8
*
Solve the RAILS_ENV problem in the railties tests in a more generic way
Jon Leighton
2011-06-06
1
-1
/
+5
*
Move content length to the server, this brings the same behavior as in rack 1.2.
José Valim
2011-05-23
1
-7
/
+6
*
Temporarily ship with ContentLength middleware.
José Valim
2011-05-20
1
-3
/
+3
*
Use Rack::ContentLength.
José Valim
2011-05-19
1
-5
/
+6
*
Fix tests to reflect IdentityMap no longer default
David Lee
2011-05-10
1
-1
/
+1
*
Logs should show overridden method; Issue 426
David Lee
2011-05-07
1
-2
/
+2
*
s/with/when/
Xavier Noria
2011-03-27
1
-1
/
+1
*
Add `config.force_ssl` configuration which will load `Rack::SSL` middleware i...
Prem Sichanugrist
2011-03-27
1
-0
/
+6
*
Always use ActionDispatch::ShowExceptions middleware [#6462 state:resolved]
Prem Sichanugrist
2011-02-25
1
-2
/
+2
*
We really don't care about IM middleware order, the important is that it gets...
Emilio Tagua
2011-02-18
1
-1
/
+1
*
Merge remote branch 'rails/master' into identity_map
Emilio Tagua
2010-12-20
1
-0
/
+7
|
\
|
*
Introduce ActionDispatch::Reloader
John Firebaugh
2010-12-20
1
-0
/
+7
*
|
Don't load IdentityMap middleware if not enabled. Simplify middleware.
Emilio Tagua
2010-11-19
1
-0
/
+5
[next]