I’ve recently started playing with InstantRails 1.0 and am now wanting
to experiment with the Login and active RBAC engines but having trouble
getting them to install.
I’ve checked the following but can’t find any info on how to get it to
work.
http://rails-engines.org/wiki/pages/Engines+plugin
I’ve also tried the following:
C:\InstantRails-1.0\rails_apps\my_project>ruby script/plugin install -x
http://svn.rails-engines.org/plugins/engines
but get the following error.
C:/InstantRails-1.0/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/commands
/plugin.rb:675:in method': wrong number of arguments (0 for 1) (ArgumentError) from C:/InstantRails-1.0/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/commands /plugin.rb:675:in
determine_install_method’
from
C:/InstantRails-1.0/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/commands
/plugin.rb:690:in parse!' from C:/InstantRails-1.0/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/commands /plugin.rb:411:in
parse!’
from
C:/InstantRails-1.0/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/commands
/plugin.rb:427:in parse!' from C:/InstantRails-1.0/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/commands /plugin.rb:823 from C:/InstantRails-1.0/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require. rb:21:in
require’
from
C:/InstantRails-1.0/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/
active_support/dependencies.rb:214:in `require’
from script/plugin:3
I’m sure there must be something simple I’m doing wrong but I’ve tried
everything I can think of without success.
–Bill