Guard Ruby On Rails 3.2 Tutorial
问题 I'm following along with the Ruby on Rails Tutorial. Things are working pretty well, but I noticed that Guard only runs after I save some files (view or controller files), but doesn't run when I save others (routes or spec files). I've got Guard hooked up to Spork, not sure if that matters. When I looked at the console window running Guard/Spork, I noticed an error after I saved the non-running tests: Exception encountered: #<LoadError: no such file to load -- /Users/Tyler/Development