TrustCommerce gem moves to github

March 31st, 2008 Git

I've just moved the TrustCommerce Subscription gem repository over to github.

Get it while it's hot:

git clone git://github.com/zackchandler/trustcommerce.git
--- --- ---

2 Comments

  1. Comment by Todd on 04/09/08
    Could you by chance post some details and how to get TCLink installed on a production Linux box. I was able to build it and install it in the application's lib directory where it works fine on my OSX laptop, but when I deploy I keep getting tclink not found errors. I've tried the ruby/1.8 folder also. Any trick to it? Thanks
  2. Comment by Zack on 04/10/08
    Todd - build and install the native tclink lib $ tar zvxf tclink-3.4.2-ruby.tar.gz $ cd tclink-3.4.2-ruby $ ./build.sh $ ruby tctest.rb $ cp tclink.so /usr/local/lib/ruby/1.8/i686-linux

Commenting is closed for this article.