Rails 2.x script/plugin install ...
Rails 3 rails plugin install ...
Have you tried this from a command prompt?
Mark
Hello
Lionel
--
You received this message because you are subscribed to the Google Groups
"rubyamf" group.
To post to this group, send email to rub...@googlegroups.com.
To unsubscribe from this group, send email to
rubyamf+u...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/rubyamf?hl=en.
Also, does your ruby script/generate model .. work in your 2.3.4
environment?
Am wondering if you have an issue with your libraries since you have
installed rails 3. Can you run any 2.3.4 scripts?
2. Put the source code in your vendors folder of your project as if you had
installed.
3. Navigate to the folder in a command prompt (windows, sudo mac) where the
install.rb file is and run: ruby install.rb
4. That should do it