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
Santiago Pastorino 6dda216715 Merge pull request #2324 from zenapsis/3-1-stable
Rails 3.1 throws a Errno::ENOTDIR if files are put in assets directories
2011-08-01 16:33:27 -03:00
..
initializers Make i18n tests more robust. 2011-06-12 12:45:09 +02:00
middleware Solve the RAILS_ENV problem in the railties tests in a more generic way 2011-06-06 13:54:05 +01:00
rack Solve the RAILS_ENV problem in the railties tests in a more generic way 2011-06-06 13:54:05 +01:00
assets_test.rb Merge pull request #2324 from zenapsis/3-1-stable 2011-08-01 16:33:27 -03:00
configuration_test.rb Rails.application#env_config is now public API. [Closes #1924] 2011-07-11 11:05:26 +02:00
console_test.rb Solve the RAILS_ENV problem in the railties tests in a more generic way 2011-06-06 13:54:05 +01:00
generators_test.rb Solve the RAILS_ENV problem in the railties tests in a more generic way 2011-06-06 13:54:05 +01:00
loading_test.rb Solve the RAILS_ENV problem in the railties tests in a more generic way 2011-06-06 13:54:05 +01:00
middleware_test.rb Check that Rack::Sendfile is not included unless config.action_dispatch.x_sendfile_header is set 2011-07-26 00:19:45 -03:00
paths_test.rb assets.cache_store now defaults to filesystem. You will want to share tmp/assets_cache between deploys. 2011-07-12 22:30:17 -03:00
rackup_test.rb Solve the RAILS_ENV problem in the railties tests in a more generic way 2011-06-06 13:54:05 +01:00
rake_test.rb Improve formatting of route to Rack application in rake routes. 2011-07-17 00:49:48 +08:00
routing_test.rb Solve the RAILS_ENV problem in the railties tests in a more generic way 2011-06-06 13:54:05 +01:00
runner_test.rb make 'rails runner' show usage when run without any options 2011-06-10 18:48:50 +05:30
test_test.rb Solve the RAILS_ENV problem in the railties tests in a more generic way 2011-06-06 13:54:05 +01:00
url_generation_test.rb