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

if i install google/cloud/firestore i get a threading fault. ## Environment details - OS: Mac OS Catalina 10.15 - Ruby version: ruby-2.4.5 - Gem name and version: google-cloud-firestore (1.1.0) ####...

If I create a skeleton Rails API application, and then remove ActiveRecord from the application, spring still tries to load AR which ultimately fails and prevents generators etc. from working....

I have been using spring since rails 4.1 released and I really like it. Yesterday we found that there's spring processes running on our production servers. We traced down and...

having a rails project with a spec directory: ```cd spec spring rspec lib/acts_as_list_spec.rb >> Spring was unable to find your config/application.rb file. Your project root was detected at /Users/cody/src/canvas-lms/spec, so...

Given a file in `lib/` named `thing.rb` which required within `application.rb` like this: ```ruby require_relative "boot" require "rails/all" # Require the gems listed in Gemfile, including any gems # you've...

Is there a way to setup custom list of files/directories to be ignored by watcher? We are using custom script for starting rails console which runs `svn update` before each...

enhancement

Using the new built-in [multiple database support](https://guides.rubyonrails.org/active_record_multiple_databases.html) seems to be incompatible with Spring. A minimal example that can reproduce the issue is below. For the sake of example, assume there...

When trying to generate new models, it would hang there until I was forced to abort with ctrl-c. I got these error logs ``` $ rails g scaffold book title...

For some reason Spring sets working folder to that from where the command was launched instead of keeping it as RAILS_ROOT. It looks like Rails testing framework expects it that...

``` WARNING: V8 isolate was forked, it can not be disposed and memory will not be reclaimed till the Ruby process exits. Traceback (most recent call last): 15: from bin/rails:3:in...