This page is a list of OSS software projects we may be interested in using in our rails app.
Full stack rails app¶
- Empty with SSL from Caboo.se
svn checkout svn://caboo.se/plugins/court3nay/empty_apps/ssl empty_with_ssl
Rails plugins¶
- Active Merchant from ActiveMerchant.org and Shopify.com
script/plugin install http://activemerchant.googlecode.com/svn/trunk/active_merchant - Stickies from pmade.com
svn co http://pmade.com/svn/oss/stickies/trunk vendor/plugins/stickies - Goldberg from 240gl.org
sudo gem install goldberg_generator rails mysite cd mysite script/generate goldberg snooker vi config/database.yml rake goldberg:install
Image Processor¶
- ImageScience from seattlerb
- Ubuntu Install Process:
curl -O http://umn.dl.sourceforge.net/sourceforge/freeimage/FreeImage393.zip unzip FreeImage393 cd FreeImage make sudo make install sudo gem install RubyInline -y sudo gem install image_science -y
- to have the os X 10.4 SDK installed, via Xcode
- edit the Makefile.osx to remove all references to ppc arch