rails--rails/railties/test
Santiago Pastorino e107c208f0 Make config.generators accept string namespaces, you can do now config.generators.test_framework 'rspec' for instance
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-07-21 17:17:23 +02:00
..
application Make config.generators accept string namespaces, you can do now config.generators.test_framework 'rspec' for instance 2010-07-21 17:17:23 +02:00
fixtures It would be nice to actually commit test fixtures 2010-04-30 16:25:40 -07:00
generators Makes test use the new config.action_view.javascript_expansions[:defaults] initialization syntax 2010-07-17 05:53:18 +08:00
isolation 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
railties Add console hook to force ActiveRecord::Base to be loaded when console starts avoiding reference loops. 2010-07-18 11:02:07 +02:00
abstract_unit.rb AS::Isolation functional on Windows/JRuby. 2010-06-24 09:10:58 -07:00
backtrace_cleaner_test.rb Use backtrace cleaner for dev mode exception page 2010-01-16 21:34:35 -06:00
generators_test.rb Update generators test. 2010-05-15 15:21:14 +02:00
initializable_test.rb Remove run_initializers from class methods. 2010-06-24 11:40:22 +02:00
paths_test.rb Add skip_eager_load!, skip_autoload! and friends to path objects. 2010-07-17 09:55:11 +02:00
rails_info_controller_test.rb Avoid calls to Rails::Application since this is not the official API. 2010-07-01 18:43:44 +02:00
rails_info_test.rb Takes out stale methods relating to edge_rails_version 2010-05-16 17:21:29 +02:00
script_rails_loader_test.rb detect being inside a rails application even from a subdirectory 2010-06-10 14:16:45 -04:00