React_on_rails: undefined method `react' for #<Rails::Application::Configuration

Created on 26 Jan 2016  路  2Comments  路  Source: shakacode/react_on_rails

Hi there.

I've just added the gem to my rails project and bundled. Although, I'm getting this error when trying to run the install generator. (Using ruby 2.20 and Rails 4.2.2)

/home/boromir/.rvm/gems/ruby-2.2.0@gemini/gems/railties-4.2.2/lib/rails/railtie/configuration.rb:95:in method_missing': undefined methodreact' for #Rails::Application::Configuration:0x0000000d7eb7f8 (NoMethodError)
from /home/boromir/workspace/gemini/config/application.rb:87:in <class:Application>' from /home/boromir/workspace/gemini/config/application.rb:21:inmodule:Gemini'
from /home/boromir/workspace/gemini/config/application.rb:20:in <top (required)>' from /home/boromir/.rvm/gems/ruby-2.2.0@gemini/gems/railties-4.2.2/lib/rails/commands/commands_tasks.rb:141:inrequire'
from /home/boromir/.rvm/gems/ruby-2.2.0@gemini/gems/railties-4.2.2/lib/rails/commands/commands_tasks.rb:141:in require_application_and_environment!' from /home/boromir/.rvm/gems/ruby-2.2.0@gemini/gems/railties-4.2.2/lib/rails/commands/commands_tasks.rb:128:ingenerate_or_destroy'
from /home/boromir/.rvm/gems/ruby-2.2.0@gemini/gems/railties-4.2.2/lib/rails/commands/commands_tasks.rb:50:in generate' from /home/boromir/.rvm/gems/ruby-2.2.0@gemini/gems/railties-4.2.2/lib/rails/commands/commands_tasks.rb:39:inrun_command!'
from /home/boromir/.rvm/gems/ruby-2.2.0@gemini/gems/railties-4.2.2/lib/rails/commands.rb:17:in <top (required)>' from script/rails:6:inrequire'
from script/rails:6:in `

'

Most helpful comment

@gemini-google-group Did you maybe forget to uninstall the react-rails gem?

We don't have any method called react.

All 2 comments

@gemini-google-group Did you maybe forget to uninstall the react-rails gem?

We don't have any method called react.

When I received this message, it was because I had removed react-rails from my Gemfile but not the configuration code in config/development.rb

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hakunin picture hakunin  路  3Comments

thomassnielsen picture thomassnielsen  路  4Comments

risinglf picture risinglf  路  3Comments

hoenth picture hoenth  路  4Comments

chintanparikh picture chintanparikh  路  5Comments