09
Sep
stored in: Random Thoughts
I got sick of scouring the web every time I wanted to find a GoDaddy coupon code so here’s my “definitive list” of coupon codes. Feel free to post updated codes in the comments.
CJC695DOM – $6.95 .COM for both NEW and RENEWALS
EMMA1 – 10% off Any Order
cjc695t1 - $7.49 for .COM domains
So there you have it, [...]
03
Jul
I just implemented very simple and primitive class table inheritance in ActiveRecord. The goal is for this to become mature enough to become a true feature in Rails. Check it out here:
http://guest@blog.raylucke.com/svn/inherits_from
Here’s how it looks in action:
create_table “books”, :force => true do |t|
t.column “product_id”, :integer
t.column “pages”, :integer
t.column “author”, :string
end
create_table [...]



