Spring v0.0.8 Release Notes

    • โœ… Renamed spring test to spring testunit.
    • ๐Ÿš… Implemented spring rails to replace spring [console|runner|generate].
    • config/spring.rb is only loaded in the server process, so you can require stuff from other gems there without performance implications.
    • File watcher no longer pays attention to files outside of your application root directory.
    • ๐Ÿ‘€ You can use the listen gem for less CPU intensive file watching. See README.