Closed taniarv closed 9 years ago
This issue seems to be related with the use of the spring
gem by rails
. Are you using it? If yes, try commenting out its line on the Gemfile
:
#gem 'spring', group: :development
If this works, you can always uncomment it back after running the bootstrap:install
and scaffold
/controller
generators.
Can you please check if this works for you?
Yes, you are right, I uninstalled the spring gem and it did work! ThankS!
I have been using this gem in rails 3.X without a problem, but in Rails 4.1.X it didn't work any more. I have had to add the following code in application.rb :