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
2011-12-12 13:40:29 -06:00
..
initializers Fix testcase an error on ruby 1.8.x. 2011-12-09 01:42:34 +09:00
middleware Add ActiveSupport::Cache::NullStore to expose caching interface without actually caching for development and test environments. 2011-12-12 13:40:29 -06:00
rack Fix failing tests. 2011-10-26 09:20:24 +02:00
rake Fix indentation 2011-12-09 22:00:56 +01:00
asset_debugging_test.rb Warnings removed for "assert_match /" Please do 2011-09-04 08:23:13 +05:30
assets_test.rb Default relative_url_root to ENV["RAILS_RELATIVE_URL_ROOT"]. Fixes #3365 2011-12-12 17:11:07 +01:00
configuration_test.rb put backtrace_cleaner to env 2011-11-28 19:25:37 +03:00
console_test.rb Unused variable removed 2011-11-15 13:23:27 +05:30
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 Split ShowExceptions responsibilities in two middlewares. 2011-12-01 20:46:18 +01: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 Unused variable removed 2011-11-15 13:23:27 +05:30
rake_test.rb Moves migrations tests from railties/test/application/rake_test.rb to railties/test/application/rake/migrations_test.rb 2011-12-07 17:34:29 +01:00
route_inspect_test.rb Display mounted engines in rake routes by default 2011-11-25 12:45:58 +01:00
routing_test.rb should be using a / in this route rather than a # 2011-08-31 16:12:26 -07: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 run_test method conflicts with newer minitest, so change the name 2011-11-30 09:08:30 -08:00
url_generation_test.rb Create a deprecation behavior that triggers a notification for deprecation notices, and make the behaviors independent of the environment names. 2010-06-29 12:20:15 -07:00