Spring v1.2.0 Release Notes

    • ๐Ÿš… Accept -e and --environment options for rails console.
    • 0๏ธโƒฃ Watch config/secrets.yml by default. #289 - @morgoth
    • ๐Ÿ”„ Change monkey-patched Kernel.raise from public to private (to match default Ruby behavior) #351 - @mattbrictson
    • ๐Ÿ’Ž Let application_id also respect RUBY_VERSION for the use case of switching between Ruby versions for a given Rails app - @methodmissing
    • Extract the 'listen' watcher to a separate spring-watcher-listen gem. This allows it to be developed/maintained separately.