Archive for the ‘Rails’ Category

Rails Basics

Sunday, February 10th, 2008

What would a community site be without the basics? I know there are many sites out there with how to set things up but if you happened to come across my site first, Iíll be happy to lead you in the right direction. Step 1 ñ Installation For installation there is ...

Single Table Inheritance Tricks

Saturday, February 9th, 2008

Single Table Inheritance Tricks.. Single table inheritance is an extremely powerful and extremely easy thing to do in rails. If you wanted to do this in java you would probably shoot yourself just designing it, but all that pain is relieved inside the wonderful rails framework. The Scenario You have the ...