Open Seybo opened 7 years ago
@Seybo Have you got the solution?
@HardikUPurohit Nope. It's not worth it anyway. Just forgot it. Too many problems with this hot reloading thing AFAIS
damn i just got the same issue as well
same thing
It's because of deprecated code.
As hotfix add this patch to config/initializers/patches.rb
ActionDispatch::Reloader.class_eval do
def self.to_prepare &block
ActiveSupport::Reloader.to_prepare &block
end
end
Hi. For the first time trying your gem and here is what I get on
rails 5.1.3
andreact-rails 2.2.1