1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/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
..
abstract Deprecate implicit layout lookup in favor of inheriting the _layout config. 2011-12-09 07:20:55 +01:00
activerecord Deprecate set_table_name in favour of self.table_name= or defining your own method. 2011-11-29 20:13:36 +00:00
controller Fix another regression related to the layout optimization. 2011-12-08 22:56:50 +01:00
dispatch Speed up development by only reloading classes if dependencies files changed. 2011-12-12 22:54:04 +01:00
fixtures test helpers in erb using erb 2011-11-30 17:38:09 +03:00
lib Rely on a public contract between railties instead of accessing railtie methods directly. 2011-11-23 19:06:45 +00:00
template Added :use_two_digit_numbers option [Lennart Fridén & Kim Persson] 2011-12-11 22:54:28 +01:00
tmp Use safe tmp dir 2009-08-13 21:03:25 -05:00
abstract_unit.rb Split ShowExceptions responsibilities in two middlewares. 2011-12-01 20:46:18 +01:00
active_record_unit.rb Autoload AR test case 2010-01-04 16:50:01 -06:00
ts_isolated.rb Give useful test:isolated failures 2009-11-04 12:44:06 -08:00