Spring v1.1.2 Release Notes

    • Detect old binstubs generated with Spring 1.0 and exit with an error. This prevents a situation where you can get stuck in an infinite loop of spring invocations.
    • ⚠ Avoid warning: already initialized constant APP_PATH when running rails commands that do not use spring (e.g. bin/rails server would emit this when you C to exit)
    • 🛠 Fix reload! in rails console
    • Don't connect/disconnect the database if there are no connections configured. Issue #256.