My favorites | Sign in
Logo
                
Search
for
Updated May 18, 2008 by tony.hillerson
Labels: Featured
Installation  

Use the Rails Plugin Install

From your rails application directory, run:

ruby script/plugin install http://rubyamf.googlecode.com/svn/tags/current/rubyamf

Comment by bill.christian, Nov 20, 2007

Installing with the above url causes the plugin to be installed in ./vendor/plugins/trunk/rubyamf. This causes installation issues. The proper install url should be http://rubyamf.googlecode.com/svn/trunk/rubyamf

Comment by dimatter, Dec 13, 2007

For Copy-Paste purposes :

ruby script/plugin install http://rubyamf.googlecode.com/svn/trunk/rubyamf

Comment by nephish, Feb 25, 2008

this did not work for me, i get ERROR INSTALLING RUBYAMF: No such file or directory - ./vendor/plugins/rubyamf/rails_installer_files/rubyamf_config.rb

the copy and paste does not even get it installed on my system.

thanks

Comment by tony.hillerson, May 18, 2008

This new path should install from the current stable release

Comment by mike.r...@comcast.net, Jun 20, 2008

I got an error trying to install the plugin from the ../current/.. path. Did I do something wrong or is this just not working at the moment?

C:\Apps\RoR\ProjectManager?>ruby script/plugin install http://rubyamf.googlecode. com/svn/tags/current/rubyamf + ./CHANGELOG + ./LICENSE + ./README + ./app/actions.rb + ./app/amf.rb + ./app/configuration.rb + ./app/fault_object.rb + ./app/filters.rb + ./app/mime_type.rb + ./app/rails_gateway.rb + ./app/request_store.rb + ./exception/exception_handler.rb + ./exception/rubyamf_exception.rb + ./generators/rubyamf_mappings/rubyamf_mappings_generator.rb + ./generators/rubyamf_scaffold/USAGE Plugin not found: ["http://rubyamf.googlecode.com/svn/tags/current/rubyamf"]

Comment by mike.r...@comcast.net, Jun 20, 2008

I removed the old plugin version from my project and installation of the current version completed successfully.

Comment by co2tux, Aug 19, 2008

ruby script/plugin install http://rubyamf.googlecode.com/svn/trunk/rubyamf worked perfect for me! Thanks!

Comment by nehuln, Nov 18, 2008

ruby script/plugin install http://rubyamf.googlecode.com/svn/trunk/rubyamf

after that I got following error

ruby: Permission denied -- script/plugin (LoadError?)

I am new to ROR and doing something wrong.. platform windows XP SP2

Thank you

Comment by nehuln, Nov 18, 2008

okay got it.. you have to create project first using

rails <projectname> and from that directory call

ruby script/plugin install http://rubyamf.googlecode.com/svn/trunk/rubyamf

Comment by jamsaver, Jul 17, 2009

thank you nehuln that helped alot....

Comment by pjwalker, Sep 24, 2009

What if we are not using rails? It's a shame if this project can only be used from rails...


Sign in to add a comment
Hosted by Google Code