All Versions
43
Latest Version
Avg Release Cycle
139 days
Latest Release
-

Changelog History
Page 3

  • v1.4.2 Changes

    • Don't suppress non-spring load errors in binstub
  • v1.4.1 Changes

    • ๐Ÿš… Enable terminal resize detection in rails console.
  • v1.4.0 Changes

    • โž• Add support for client side hooks. config/spring_client.rb is loaded before bundler and before a server process is started, it can be used to add new top-level commands.
    • Do not boot up the server when using -h / --help
  • v1.3.6 Changes

    • Ensure the spawned server is loaded from the same version of the Spring gem as the client. Issue #295.
  • v1.3.5 Changes

    • ๐Ÿ›  Fix rails test command to run in test environment #403 - @eileencodes
  • v1.3.4 Changes

    • โž• Add rails test command.
  • v1.3.3 Changes

    • ๐Ÿ›  Fix yet another problem with loading spring which seems to affect some/all rbenv users. Issue #390.
  • v1.3.2 Changes

    • ๐Ÿ›  Fix another problem with gems bundled from git repositories. This affected chruby and RVM users, and possibly others. See #383.
  • v1.3.1 Changes

    • ๐Ÿ›  Fix a problem with gems bundled from a git repository, where the bin/spring was generated before 1.3.0.
  • v1.3.0 Changes

    • Automatically restart spring after new commands are added. This means that you can add spring-commands-rspec to your Gemfile and then immediately start using it, without having to run spring stop. (Spring will effectively run spring stop for you.)
    • ๐Ÿ‘‰ Make app reloading work in apps which spew out lots of output on startup (previously a buffer would fill up and cause the process to hang). Issue #332.
    • ๐Ÿ‘‰ Make sure running bin/spring does not add an empty string to Gem.path. Issues #297, #310.
    • ๐Ÿ›  Fixed problem with $0 including the command line args, which could confuse commands which try to parse $0. This caused the spring-commands-rspec to not work properly in some cases. Issue #369.
    • โž• Add OpenBSD compatibility for spring status. Issue #299.
    • ๐Ÿš… Rails 3.2 no longer officially supported (but it may continue to work)