Profile Comments (0)
Top Rated »
Most Viewed »
Most Popular »
Upgrading JotRod to Rails 3.1.3
When preparing to add some layout features to JotRod, I realized it was a Rails 3.0.9 application. Here's a quick rundown on upgrading to Rails 3.1.3.
Followers and Following
In order to get someone a timeline in JotRod, we need followers and following lists to compile the Jots from. This means that we need to add a new...
ActiveModel Callbacks in Sandra
For my Jot class in JotRod, I want the jot to set a hash of some kind as the key when it gets saved. This is the perfect scenario for using...
Building a Model Generator
This is a demonstration of building a rails connector gem for an ORM with a model connector
Introduction to Sandra: The Cassandra ORM
When I started playing with Cassandra, I wound up writing part of an ORM to get what I needed from it. I want to build actual projects with Rails...
Welcome to Rails Coach First String
Introduction to the Rails Coach First String Webiste
Polymorphic Associations
Rails has the concept of Polymorphic associations, which are associations that can be of different data types. For example, let’s say we have a...
Ruby Koans
This is a very simple demonstration of learning Ruby from RubyKoans.