|
Installation
Use the Rails Plugin InstallFrom your rails application directory, run: ruby script/plugin install http://rubyamf.googlecode.com/svn/tags/current/rubyamf |
Sign in to add a comment
|
|
|
Search
|
|
Installation
Use the Rails Plugin InstallFrom your rails application directory, run: ruby script/plugin install http://rubyamf.googlecode.com/svn/tags/current/rubyamf |
Sign in to add a comment
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
For Copy-Paste purposes :
ruby script/plugin install http://rubyamf.googlecode.com/svn/trunk/rubyamf
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
This new path should install from the current stable release
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"]
I removed the old plugin version from my project and installation of the current version completed successfully.
ruby script/plugin install http://rubyamf.googlecode.com/svn/trunk/rubyamf worked perfect for me! Thanks!
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
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
thank you nehuln that helped alot....
What if we are not using rails? It's a shame if this project can only be used from rails...
this plugin can be used with any ruby application.