This repository was archived by the owner on Apr 24, 2020. It is now read-only.

Description
Hi,
This Gem worked very well for me on Rails 4.0. Thanks for making it! Unfortunately it doesn't on 4.1:
irb(main):001:0> Rails.application.class.method_defined?(:reload_dependencies?)
=> false
This means that RailsDevTweaks::GranularAutoload::Middleware.reload_dependencies? always returns true, which makes this gem pretty much unusable with 4.1 because any savings gained from not reloading assets are negated by the overhead of always reloading classes even when nothing has changed.
Can I suggest to declare incompatibility with Rails 4.1 in the gemspec?