1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/test/application/middleware
Piotr Sarnacki 55dd060347 Handle files from ActionDispatch::Static with Rack::Sendfile (fixes #5225)
This makes rails behave properly when you serve static assets
and you have X-Sendfile headers enabled. Nevertheless in most
cases you should not rely on that and serve static assets with
a webserver like Apache or Nginx (as you already have it in
place anyway if you use X-Sendfile)
2012-03-03 20:46:56 +01:00
..
best_practices_test.rb convert railties to use AS::TestCase 2012-01-05 17:30:17 -08:00
cache_test.rb convert railties to use AS::TestCase 2012-01-05 17:30:17 -08:00
cookies_test.rb convert railties to use AS::TestCase 2012-01-05 17:30:17 -08:00
exceptions_test.rb convert railties to use AS::TestCase 2012-01-05 17:30:17 -08:00
remote_ip_test.rb convert railties to use AS::TestCase 2012-01-05 17:30:17 -08:00
sendfile_test.rb Handle files from ActionDispatch::Static with Rack::Sendfile (fixes #5225) 2012-03-03 20:46:56 +01:00
session_test.rb config.force_ssl should mark the session as secure. 2012-01-13 19:54:37 +01:00