rails--rails/railties/test
José Valim d627c932bd Pass config.generators options along when RAILS_GENERATORS is set and show --force-plural message just once.
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2009-11-03 18:22:05 -08:00
..
application Pass config.generators options along when RAILS_GENERATORS is set and show --force-plural message just once. 2009-11-03 18:22:05 -08:00
fixtures Avoid duplicated names on help description and show proper error message if trying to load a Rails 2.x generator. 2009-11-03 16:32:47 -08:00
generators Pass config.generators options along when RAILS_GENERATORS is set and show --force-plural message just once. 2009-11-03 18:22:05 -08:00
initializer Remove config.gem in favor of using the bundler. This makes config/boot.rb obsolete. 2009-10-16 18:10:52 -07:00
isolation Refactored railties' isolation tests to be able to run script/* scripts. 2009-10-21 15:46:22 -07:00
mocks RailsFCGIHandler tests. Closes #9630. 2007-09-23 11:20:25 +00:00
plugins Refactored railties' isolation tests to be able to run script/* scripts. 2009-10-21 15:46:22 -07:00
vendor/gems Additional tests for the gem subsystem 2009-04-29 08:07:57 -07:00
abstract_unit.rb Have all the tests running off a single Gemfile 2009-10-20 16:34:44 -07:00
backtrace_cleaner_test.rb Exclude gem backtrace filter if rubygems is not loaded 2009-10-20 09:32:26 -05:00
generators_test.rb Avoid duplicated names on help description and show proper error message if trying to load a Rails 2.x generator. 2009-11-03 16:32:47 -08:00
initializable_test.rb Tests pass again 2009-10-27 19:05:47 -07:00
metal_test.rb Move railties/lib/* into railties/lib/* 2009-09-24 16:11:41 -07:00
paths_test.rb Make rails configuration's path object's root lazy 2009-10-14 11:18:45 -07:00
plugin_loader_test.rb Finish porting over the initializers to the app object and fix all the tests 2009-10-08 18:12:28 -07:00
plugin_locator_test.rb Finish porting over the initializers to the app object and fix all the tests 2009-10-08 18:12:28 -07:00
plugin_test.rb Finish porting over the initializers to the app object and fix all the tests 2009-10-08 18:12:28 -07:00
plugin_test_helper.rb Move railties/lib/* into railties/lib/* 2009-09-24 16:11:41 -07:00
rails_info_controller_test.rb Rails info tests needs use_controllers 2009-10-18 11:13:57 -05:00
rails_info_test.rb Pull middleware for Rails info from the initializer instead of ActionController 2009-09-26 12:41:17 -05:00