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
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
..
initializers convert railties to use AS::TestCase 2012-01-05 17:30:17 -08:00
middleware Handle files from ActionDispatch::Static with Rack::Sendfile (fixes #5225) 2012-03-03 20:46:56 +01:00
rack convert railties to use AS::TestCase 2012-01-05 17:30:17 -08:00
rake Correctly print names of non-timestamped migrations with db:migrate:status 2012-02-17 16:58:11 +01:00
asset_debugging_test.rb convert railties to use AS::TestCase 2012-01-05 17:30:17 -08:00
assets_test.rb fix assets test 2012-01-31 11:52:39 +03:00
build_original_fullpath_test.rb convert railties to use AS::TestCase 2012-01-05 17:30:17 -08:00
configuration_test.rb put and patch both are allowed for update 2012-02-25 09:40:50 +05:30
console_test.rb convert railties to use AS::TestCase 2012-01-05 17:30:17 -08:00
generators_test.rb convert railties to use AS::TestCase 2012-01-05 17:30:17 -08:00
loading_test.rb Fix railties tests 2012-01-15 16:37:46 +01:00
middleware_test.rb Handle files from ActionDispatch::Static with Rack::Sendfile (fixes #5225) 2012-03-03 20:46:56 +01:00
paths_test.rb Remove the dependent_restrict_raises configuration if activerecord is 2012-02-01 17:03:23 -02:00
rackup_test.rb convert railties to use AS::TestCase 2012-01-05 17:30:17 -08:00
rake_test.rb use a regular expression for the number of passes. We only care that 2012-01-06 13:46:28 -08:00
route_inspect_test.rb fixes a test: rake routes now includes PATCH for resources 2012-02-24 17:21:45 -08:00
routing_test.rb convert railties to use AS::TestCase 2012-01-05 17:30:17 -08:00
runner_test.rb convert railties to use AS::TestCase 2012-01-05 17:30:17 -08:00
test_test.rb convert railties to use AS::TestCase 2012-01-05 17:30:17 -08:00
url_generation_test.rb convert railties to use AS::TestCase 2012-01-05 17:30:17 -08:00