[Rails] ruby script/plugin install ...
I am trying to migrate a rails app from the rails 2.x world (which was the last time I worked with rails) and I'm trying to run the command:
ruby script/plugin install git://github.com/activescaffold/active_scaffold.git --force
which returns:
/home/user/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:53:in `require': cannot load such file -- script/../config/boot (LoadError)
from /home/user/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:53:in `require'
from script/plugin:2:in `<main>'
evidently this command is deprecated in ruby 2.0.0p247 (with rails 4.0.0). Can anyone tell me how this command might be specified nowadays (under ruby 2.0.0 ?). Thanks, RVic
-- ruby script/plugin install git://github.com/activescaffold/active_scaffold.git --force
which returns:
/home/user/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:53:in `require': cannot load such file -- script/../config/boot (LoadError)
from /home/user/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:53:in `require'
from script/plugin:2:in `<main>'
evidently this command is deprecated in ruby 2.0.0p247 (with rails 4.0.0). Can anyone tell me how this command might be specified nowadays (under ruby 2.0.0 ?). Thanks, RVic
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/b76fc50d-adb5-4a84-ac5a-5f0a77f8098b%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home