Tags
ajax apache apple bioinformatics catalyst command-line css eee ego firefox funny geek gem git google html ie iphone javascript leopard linux mac microsoft mysql oracle os x perl postgresql prototype r rant ruby safari sql tablekit tool tutorial twitter ubuntu vmware webdev windows wordpress xbox xbox360Categories
Archives
- March 2010
- February 2010
- January 2010
- September 2009
- August 2009
- July 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
Category Archives: ruby
Installing RMagick on Snow Leopard / Leopard
UPDATE: After using this for a little, i’ve discovered that there’s a small problem with the install script, it does not include the ghostscript fonts (for use with ImageMagick) properly. I’ve forked the repository and applied a fix (http://github.com/dazoakley/ImageMagick-sl) - … Continue reading
Installing the Ruby Bindings for Oracle on Mac OS X
This quick crib sheet is for the guys at work (and anyone else who might need help on this one)… First install the oracle instant client somewhere - I normally install it to /usr/local/oracle/instantclient_10_2. Then… cd /usr/local/oracle/instantclient_10_2 ln -s libclntsh.dylib.10.1 … Continue reading
My First Gem: Biomart
A lot of my work these days involves building and querying biomart datasets. Interacting with the webservices (for queries) is pretty simple, you just have to post a piece of xml at the right url, but I found myself reusing … Continue reading
Using PostgreSQL With Ruby on Rails on OS X
Following on from my last post for getting PostgreSQL up and running nicely on Mac OS X, my next task was getting it playing nicely with ruby on rails - I’m off on a rails course next week so I’m … Continue reading
Developing Rails Applications on Mac OS X Leopard
First in a series of three articles from Apple on Ruby on Rails development on Mac OS X Leopard. Definitely worth a bookmark. Ruby on Rails is a popular and powerful open source web framework for rapidly creating high-quality web … Continue reading
Active Scaffold Ajax CRUD Interfaces for Ruby on Rails
This could be most useful in the near future… Most web applications have many more model objects exposed on the backend, or admin side, than they do on the front. Coding interfaces for all those models is redundant and a … Continue reading