March 2007
$ cheat browse
command line cheat sheets
November 2006
New on edge: Magic join model creation
habtm fun
October 2006
August 2006
Hivelogic: Articles: Building Ruby, Rails, LightTPD, and MySQL on Tiger
by 16 others (via)Install ruby , rails on mac os X tiger
June 2006
Shovel Lighttpd Deployment for TextDrive | Ruby on Rails for Newbies
by 1 otherRails deployment on TxD using Capistrano
May 2006
Act as taggable
(via)mybook = Book.new
mybook.tag_with('red library book')
mybook.save
mybook.tag_list #gives back 'red library book'
Book.find_tagged_with('library') #gives your Book
April 2006
Act_as_idiot
A very simple template for act_as
Ruby Forum - Models accessing the session...
by 1 otherDiscussion on solutions for securing the model depending on the current logged in user.
1
(19 marks)