This page is a list of OSS software projects we may be interested in using in our rails app.

Full stack rails app

  1. Empty with SSL from Caboo.se
    svn checkout svn://caboo.se/plugins/court3nay/empty_apps/ssl empty_with_ssl

Rails plugins

  1. Active Merchant from ActiveMerchant.org and Shopify.com
    script/plugin install http://activemerchant.googlecode.com/svn/trunk/active_merchant
  2. Stickies from pmade.com
    svn co http://pmade.com/svn/oss/stickies/trunk vendor/plugins/stickies
  3. 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

  1. 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 get it to work on a mac, you need
  • to have the os X 10.4 SDK installed, via Xcode
  • edit the Makefile.osx to remove all references to ppc arch

Also available in: HTML TXT