spring icon indicating copy to clipboard operation
spring copied to clipboard

Rails application preloader

Results 118 spring issues
Sort by recently updated
recently updated
newest added

I have a Rails 6 app and when using zeitwerk autoloader mode, it looks like Spring is adding all the rb-files to the watch list. So every change in any...

When I was using zeus, it tried to load in advance every thing: so rails g, rails c, rails s, rake should run instantly after changes. Not so much with...

_From @joelpresence on May 13, 2015 18:53_ According to the default auto-generated `config/application.rb` that comes from `rails new toy_app` in Rails 4.2.1 using Ruby 2.2.2p95 (for Heroku compatibility): ``` ......

Out-of-the box, spring needs custom configuration of the `SPRING_APPLICATION_ID` env var to support dual-booting different Gemfiles. This is because the generated `application_id` only takes into account the `RUBY_VERSION` and the...

When I run "rails console" I get the following error: `$ rails c /usr/lib/ruby/vendor_ruby/sprockets/digest_utils.rb:47: warning: constant ::Fixnum is deprecated /usr/lib/ruby/vendor_ruby/sprockets/digest_utils.rb:51: warning: constant ::Bignum is deprecated /usr/lib/ruby/vendor_ruby/sprockets/processor_utils.rb:110: warning: constant ::Fixnum is...

After updating to Rails beta 2 and 3, spring prevents console and server from starting (using binstubs). If I try "spring start", that also hangs. If I "control C" on...

Spring 2.0.2 on OpenBSD (which might be the cause of us seeing the race condition due to its slowness). ```ruby vendor/bundle/ruby/2.3/gems/spring-2.0.2/lib/spring/client/run.rb:26:in `initialize': Connection refused - connect(2) for /var/run/spring/103b87e8a42dc3cc7a9ec24c7d7e65f1 (Errno::ECONNREFUSED) from...

Hey Guys, I've recently posted a question on SO, but no one answers, I think that my issue is actually related to spring, here's the question: https://stackoverflow.com/questions/48461291/ruby-on-rails-5-2-0-beta2-initializers-loading Long story short:...

I use the environment variable BUNDLE_PATH to set the gem directory. All spring commands then fail as if no gems are installed requesting bundle install to be run. What appears...

Hi, I'm posting this here, but I'm unsure which component is directly responsible for that problem. I guess that it would be nice to have some guard to prevent this...