maccman / bowline

Ruby/JS GUI and Binding framework (deprecated)

Home Page:http://bowlineapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bowline error due to changed method names in ActiveSupport::Dependencies

minhajuddin opened this issue · comments

The following error occurs when I run the latest bowline for a simple app

gems/bowline-0.9.3/lib/bowline/initializer.rb:113:in `set_autoload_paths': 
undefined method `load_paths=' for ActiveSupport::Dependencies:Module (NoMethodError)

The reason for this is that the method load_paths has been changed to autoload_paths

Pull master