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

In Rails 4.2.6 when I run "rails g scaffold Post title:string content:text" The following error is appear: /home/xxx/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/spring-1.7.2/lib/spring/application.rb:102:in `rescue in preload': undefined method`map' for nil:NilClass

I am using ``` gem 'rails', '5.0.0.1' gem 'spring', '2.0.0' gem 'spring-watcher-listen', '2.0.1' and ruby 2.3.3 ``` Now, I am creating a Welcome controller ```bin/rails g controller Welcome index```. Looks...

Hi, first of all I want to say that I've read issue #240 and it seems very similar to my case, except I don't use `bundle --path` so I don't...

bug

**Rails 4.2.0, Ruby 1.9.3, RSpec 3.1** I want to make sure the transition from Spork to Spring is as seamless as possible. Since we are using Rails 4.2.0 and RSpec...

Today if I start server with docker-compose like that and modify a controller or a model it doesn't work adn I have to launch again with docker-compose up. I'm on...

In a situation where spring server has started but then the project directory is deleted, `spring` throws an error: ``` sh /Users/greg/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/spring-1.1.0/lib/spring/configuration.rb:37:in `pwd': No such file or directory - getcwd...

bug

If a `Gemfile.lock` is created with carriage returns as part of the line ending, spring's binstub fails to locate the spring gem. I'm running RubyMine on Windows with a remote...

Getting following error when running the rake tasks bundle exec rake test:read_message ruby -v 2.1.2 /ruby/gems/2.1.0/gems/spring-1.7.1/lib/spring/client/run.rb:76: syntax error, unexpected ':', expecting ')' (SyntaxError) ..._env, env.server_command, out: File::NULL) ^ /usr/lib/ruby-flo/lib/ruby/gems/2.1.0/gems/spring-1.7.1/lib/spring/client/run.rb:76: syntax...

_From @jeroenvisser101 on April 4, 2016 14:41_ ### Steps to reproduce 1. `rails new ` 2. `rails g controller Home index` 3. [Edit `config/puma.rb` to use workers](https://github.com/jeroenvisser101/rails-puma-workers-helpers-spring/commit/768eb082070c7399a0992af6da4eaf3396ce06f1), without that, the...

railties

I'm trying to make something that goes the full width of the console. Typically I can do this either by stealing the bit from rake [here](https://github.com/ruby/rake/blob/b7a7bfe16ac81a8e7ba0a7e06379c1ebdacb833e/lib/rake/application.rb#L320-L347) or by using `IO.console.winsize`....