rails--rails/railties/test
José Valim fa1d9a884c Speed up development by only reloading classes if dependencies files changed.
This can be turned off by setting `config.reload_classes_only_on_change` to false.

Extensions like Active Record should add their respective files like db/schema.rb and db/structure.sql to `config.watchable_files` if they want their changes to affect classes reloading.

Thanks to https://github.com/paneq/active_reload and Pastorino for the inspiration. <3
2011-12-12 22:54:04 +01:00
..
application Speed up development by only reloading classes if dependencies files changed. 2011-12-12 22:54:04 +01:00
fixtures treat USAGE as an ERB template 2011-11-02 09:00:18 -04:00
generators strip whitespace errors from the generated Gemfile 2011-12-12 13:46:16 -08:00
isolation `rake assets:precompile` loads the application but does not initialize it. 2011-09-24 03:17:23 +02:00
railties Add suffix for migrations copied from engines 2011-12-09 11:45:19 +01:00
abstract_unit.rb Use RAILS_ISOLATED_ENGINE and fix namespaced generators tests 2011-06-07 12:16:05 +02:00
backtrace_cleaner_test.rb Use backtrace cleaner for dev mode exception page 2010-01-16 21:34:35 -06:00
generators_test.rb treat USAGE as an ERB template 2011-11-02 09:00:18 -04:00
initializable_test.rb :group => :assets should only run in the assets environment. 2011-10-02 22:08:33 +02:00
paths_test.rb Removing Deprecated Path API tests 2011-05-24 23:03:01 -05:00
rails_info_controller_test.rb Loading action_controller twice removed. 2011-05-22 02:14:17 +05:30
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 Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00