spring
spring copied to clipboard
Rails application preloader
thanks for a great project! The docs say this command `bundle exec spring binstub --all` should produce this: ```ruby begin load File.expand_path('../spring', __FILE__) ... ``` But that's not what i'm...
Spring occasionally crashes on boot due to deadlock errors that occur from calling `require` and `autoload` of `Bundler::SharedHelpers` in separate threads. Ruby bug: https://bugs.ruby-lang.org/issues/15598 Error stack trace: ``` /usr/local/bundle/gems/bundler-2.3.24/lib/bundler/shared_helpers.rb:12:in `':...
I have an issue where I am unable to Ctrl C out of a failed console. Example: If you happen to omit an `end` around a block, you get a...
Hello, With the release of Spring 4.0, rake tasks and processes just hang, both on local systems as well as the CI Pipeline. For example: ```bash bundle exec rails db:drop...
We couldn't run the console on our production server since updating our binstubs with #662. Our setup has not been considered in that change but we found an easy change...
With Spring enabled, a Ruby command interrupted by a signal exits with a **different exit code** compared to that same command run with Spring disabled. This issue was detected in...
Ruby 2.1.2, Rails 4.1.4, Spring 1.1.3, RSpec 2.14.1, spring-commands-rspec 1.0.2 While Spring is running, if I remove the test log file it is not created at the next `bin/rspec` execution;...
I have Spring running in a Docker container via `spring server`. Works fine, but the *first* time I run a command through Spring in the container I pay the load...
I had an issue where the `dotenv-rails` gem wasn't being loaded in my console. After lots of investigating I eventually ran `spring stop` and that fixed the issue. In trying...