rails/railties/guides
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
..
assets update guides, use html safe translations in i18n 2011-09-15 10:41:55 +04:00
code/getting_started revises some stuff that was out of sync with the recent generated README.rdoc 2011-12-10 02:10:18 +01:00
rails_guides Fixes deprecation warning about passing a template handler 2011-11-10 22:36:20 +05:30
source Speed up development by only reloading classes if dependencies files changed. 2011-12-12 22:54:04 +01:00
rails_guides.rb upgrades RedCloth dependency to ~> 4.2, adds RedCloth to the project's Rakefile, removes gem call from the guides generator (use bundle exec if needed) 2011-01-12 21:12:44 +01:00
w3c_validator.rb fixed comment in w3c_validator 2010-12-25 01:19:33 +05:30