You can tell Ruby on Rails to respond to changes in certain files during development. Rails knows to watch config/routes.rb for changes and reload them when the files change. You can use the same mechanism to watch other files and take action when they change. I used this feature for