And yes, to answer my own question, Subversion is REQUIRED in order to install the plugin. THIS SHOULD HAVE BEEN IN THE INSTALLATION INSTRUCTIONS!!
Code:
$ ruby script/plugin install acts_as_taggable
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27: command not found: svn ls svn://rubyforge.org/var/svn/expressica/plugins/
+ ./acts_as_taggable/README
+ ./acts_as_taggable/init.rb
+ ./acts_as_taggable/lib/taggable.rb
+ ./acts_as_taggable/test/abstract_unit.rb
+ ./acts_as_taggable/test/acts_as_taggable_test.rb
+ ./acts_as_taggable/test/database.yml
+ ./acts_as_taggable/test/fixtures/companies.yml
+ ./acts_as_taggable/test/fixtures/posts.yml
+ ./acts_as_taggable/test/fixtures/topics.yml
$
Code:
$ ruby script/plugin list
svn: Connection closed unexpectedly
Unknown command:
Usage: plugin [OPTIONS] command
Rails plugin manager.
C'mon Sitepoint, get it together, it's so frustrating being put through this kind of thing!
Bookmarks