You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 24, 2020. It is now read-only.
Currently, when you try to install more into a Rails 3 app, you get
Plugin not found: ["git://github.com/cloudhead/more.git"]
If you try to run script server, you get a NameError on the first request. Here's part of the stack:
/path/to/railsapp/vendor/plugins/more/rails/init.rb:3: undefined local variable or method `config' for main:Object (NameError)
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require'
from /path/to/railsapp/vendor/gems/dirs/rails/activesupport/lib/active_support/dependencies.rb:167:in `require'
from /path/to/railsapp/vendor/gems/dirs/rails/activesupport/lib/active_support/dependencies.rb:537:in `new_constants_in'
from /path/to/railsapp/vendor/gems/dirs/rails/activesupport/lib/active_support/dependencies.rb:167:in `require'
from /path/to/railsapp/vendor/plugins/more/init.rb:1
...