Subscribe

Entries from July 2008

ActiveRecord outside of Rails (and YAML)

Date July 16, 2008

Lately I’ve been working on a stock trading program that automatically trades and saves the results to a database (more details to follow in the not too distant future…)  Naturally the choice of language was ruby, and for the front end, a rails application.  Once coded, I bundled the stock trading program into the rails [...]