All Versions
43
Latest Version
Avg Release Cycle
139 days
Latest Release
-
Changelog History
Page 3
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
- โ Add support for client side hooks.
-
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
- ๐ Fix
-
v1.3.4 Changes
- โ Add
rails test
command.
- โ Add
-
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.
- ๐ Fix a problem with gems bundled from a git repository, where the
-
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 runspring 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 toGem.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)
- 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