rails--rails/railties/test
Carlos Antonio da Silva 973b278598 Remove app building setup/teardown for remote ip railtie tests
These tests rely on "make_basic_app", which is a faster version that
does not need to create the whole app directory structure.
2012-08-21 17:37:52 -03:00
..
application Remove app building setup/teardown for remote ip railtie tests 2012-08-21 17:37:52 -03:00
commands Set RACK_ENV to nil in the dbconsole test 2012-05-30 23:29:47 -03:00
configuration using __method__ for the command method calls 2012-05-21 16:20:40 -07:00
fixtures treat USAGE as an ERB template 2011-11-02 09:00:18 -04:00
generators remove some artifacts of dependent_restrict_raises that I missed 2012-08-10 18:12:26 +01:00
isolation Set eager load option in "make_basic_app" for railties tests 2012-08-21 17:36:00 -03:00
queueing adding Rails::Queueing::Container 2012-07-19 12:09:39 -07:00
railties Fix handling SCRIPT_NAME from within mounted engine's 2012-08-11 00:21:46 +02:00
abstract_unit.rb Ensure that Rails.env is equal to "test" by default when running tests. 2012-05-06 21:36:59 -07:00
backtrace_cleaner_test.rb Gem cont presence checking has been removed 2012-05-02 13:56:13 +03:00
engine_test.rb Remove another missing test related to draw external routes 2012-06-29 14:55:09 -03:00
generators_test.rb Fix class_eval without __FILE__ and __LINE__. 2012-07-18 01:16:55 +09:00
initializable_test.rb :group => :assets should only run in the assets environment. 2011-10-02 22:08:33 +02:00
paths_test.rb Fix failing test related to persist glob when replacing a path 2012-07-01 13:56:11 -03:00
rails_info_controller_test.rb Rails::InfoController tests passing 2012-05-24 12:50:16 -05:00
rails_info_test.rb Updated/changed useless tr/gsubs 2012-04-03 15:16:09 +02:00
script_rails_loader_test.rb