Files
rails/activerecord/lib/active_record
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
..
2011-12-09 01:15:54 +05:30
2011-05-10 03:44:57 -07:00
2011-12-09 01:15:54 +05:30
2011-06-30 10:18:36 -03:00