Published April 20th, 2007
in General.
Active Record, the ORM layer in the Rails cake (and camping, and Merb, etc) is strong magic.
Before stumbling on this trick, I would create new rails projects for every little thing I needed to figure out. Running
rails test_proj -d sqlite3
is just so easy!
Yesterday, I needed […]
Published April 11th, 2007
in General.
Update: I forgot to link to the repos! Here it is:
http://opus.winelibrary.com/peglist/trunk/.
There is a key for a popular photosharing site in there (rhymes with ticker), please don’t abuse it.
Camping, a ruby “micro-framework” is really a lot of fun once you get into it. It has sessions, ActiveRecord, MVC […]