I currently have ruby 1.8.7 running with a Rails 2.3.4 webapp. I'm trying to install the rubyamf plugin from github but I keep getting a 'plugin not found error'. I cloned the repo locally and copied the plugin into the vendor/plugins folder. However, now when i run ruby install.rb, i get this error: ERROR INSTALLING RUBYAMF: uninitialized constant Rails
How do I install this plugin?
Thanks!