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

Hi all, hope someone can help here. I am new to rails and have a 'beginers problem'. I am on a Windows 7 64 bit machine with Rails 5.1.4 and...

I'm wondering if it might be possible to use the spring preloader only when running tasks that declare an `=> :environment` dependency. I'm running into problems with an app that...

I'm having several of them with spring (any without): ``` ~/P/n/noosfero ❯❯❯ time bin/rake test test/unit/link_article_test.rb ⏎noosfero ⬆ ✭ ✱ ◼ /home/braulio/Projects/noosfero-ecosol/noosfero/app/models/environment.rb:32: warning: already initialized constant Environment::IDENTIFY_SCRIPTS /home/braulio/Projects/noosfero-ecosol/noosfero/app/models/environment.rb:32: warning: previous...

![screen shot 2017-07-30 at 8 19 57 am](https://user-images.githubusercontent.com/30582744/28760574-2e47188e-7576-11e7-8204-2eb42e74c708.png) I just followed the instruction on the websites. But doesn't work. :( Can any one help me?

Hi there, first time issue reporter here. If this is not allowed by the guidelines, feel free to close that issue. Currently getting up to speed on Rails by following...

Should it be necessary to configure Spring with ```ruby Spring.watch "spec/spec_helper.rb" Spring.watch "spec/rails_helper.rb" ``` or should it restart automatically if these are changed? I'm trying to work out if it's...

See https://github.com/rails/spring/commit/9c03668d187782759bef1e9cba38d2d3733ad34b#commitcomment-19988304 cc @jeremy @jonleighton

As the following example demonstrates, after I edit `config/environments/development.rb`, even though it seems Spring properly restarts, the changes are not reflected when I run `bin/rails c` until I run `bin/spring...

I encountered this problem recently: ``` Running via Spring preloader in process 10299 /usr/local/opt/rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/actionpack-5.0.1/lib/action_dispatch/testing/test_process.rb:33:in `session': stack level too deep (SystemStackError) from /usr/local/opt/rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/actionpack-5.0.1/lib/action_dispatch/testing/test_process.rb:33:in `session' from /usr/local/opt/rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/actionpack-5.0.1/lib/action_dispatch/testing/test_process.rb:33:in `session' from /usr/local/opt/rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/actionpack-5.0.1/lib/action_dispatch/testing/test_process.rb:33:in `session' from...

So I'm working on my first rails 5 application. I got rails 5 installed, and then ran rails server to make sure everything was working correctly. Then I started working...