Hi,
I just installed streamlined to see how it could fit as an admin panel
for our existing web app... and while the demo looks nice, i couldn't
get it to start when i installed it as a plugin in our app.
We are using Rails 2.0.1, so i had to install the plugin using the
following commands:
$ script/plugin install
http://github.com/relevance/streamlined.git --
force
$ cp vendor/plugins/streamlined.git/tasks lib/tasks/
$ rake streamlined:install_files
All seems well, but when I launch the server, I get this error:
=> Booting Mongrel (use 'script/server webrick' to force WEBrick)
=> Rails application starting on
http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
** Starting Mongrel listening at
0.0.0.0:3000
** Starting Rails with development environment...
Exiting
/Users/khelal/Sites/trunk/vendor/rails/activesupport/lib/
active_support/dependencies.rb:266:in `load_missing_constant':
uninitialized constant ActiveSupport::Dependencies (NameError)
from /Users/khelal/Sites/trunk/vendor/rails/activesupport/lib/
active_support/dependencies.rb:453:in `const_missing'
from /Users/khelal/Sites/trunk/vendor/plugins/streamlined.git/init.rb:
2:in `evaluate_init_rb'
from ./script/../config/../vendor/rails/railties/lib/rails/plugin.rb:
79:in `evaluate_init_rb'
from /Users/khelal/Sites/trunk/vendor/rails/activesupport/lib/
active_support/core_ext/kernel/reporting.rb:11:in `silence_warnings'
from ./script/../config/../vendor/rails/railties/lib/rails/plugin.rb:
75:in `evaluate_init_rb'
from ./script/../config/../vendor/rails/railties/lib/rails/plugin.rb:
39:in `load'
from ./script/../config/../vendor/rails/railties/lib/rails/plugin/
loader.rb:33:in `load_plugins'
from ./script/../config/../vendor/rails/railties/lib/rails/plugin/
loader.rb:32:in `each'
... 31 levels...
from /Users/khelal/Sites/trunk/vendor/rails/activesupport/lib/
active_support/dependencies.rb:496:in `require'
from /Users/khelal/Sites/trunk/vendor/rails/railties/lib/commands/
server.rb:39
from ./script/server:3:in `require'
from ./script/server:3
Any ideas?