React-rails: Getting ActionDispatch::Reloader:Class error

Created on 19 Jul 2017  路  3Comments  路  Source: reactjs/react-rails

I'm using ruby-2.3.1, rails 5.1.1,
geting this error

/ruby-2.3.1/gems/react-rails-1.6.2/lib/react/rails/railtie.rb:88:in block in <class:Railtie>': undefined methodto_prepare' for ActionDispatch::Reloader:Class

Most helpful comment

Can you upgrade to react-rails 2.0? It has a new configuration for watching files:

https://github.com/reactjs/react-rails/blob/master/lib/react/rails/railtie.rb#L36-L42

All 3 comments

Can you upgrade to react-rails 2.0? It has a new configuration for watching files:

https://github.com/reactjs/react-rails/blob/master/lib/react/rails/railtie.rb#L36-L42

Thank you @rmosolgo , It's fixed

glad to hear it!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ttanimichi picture ttanimichi  路  4Comments

axhamre picture axhamre  路  3Comments

tbrd picture tbrd  路  5Comments

wenwei63029869 picture wenwei63029869  路  3Comments

rstudner picture rstudner  路  5Comments