I’ve been struggling with finding a good place to host my Globalite Rails plugin. After trying rubyForge and then hosting the plugin myself
I finally decided to move the project to Google code
install the plugin:
<code>script/plugin install http://globalite.googlecode.com/svn/trunk/
</code>
rename the vendor/plugins/trunk => vendor/plugins/globalite or from your vendor/plugins folder:
<code>svn checkout http://globalite.googlecode.com/svn/trunk/ globalite
</code>
Feel free to report issues there or to submit patches.