maccman / bowline

Ruby/JS GUI and Binding framework (deprecated)
http://bowlineapp.com
MIT License
637 stars 32 forks source link

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

Closed minhajuddin closed 14 years ago

minhajuddin commented 14 years ago

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

maccman commented 14 years ago

Pull master