A Guide to Active Record Associations:
is a connection between two Active Record models. Associations are implemented using macro-style calls, so that you can de...
“A Guide to Active Record Associations”
is a connection between two Active Record models. Associations are implemented using macro-style calls, so that you can de...
#164 Cron in Ruby (revised) - RailsCasts:
Cron is a common solution for recurring jobs, but it has a confusing syntax. In this episode I show you how to use Wheneve...
#301 Extracting a Ruby Gem (pro) - RailsCasts:
#301 Extracting a Ruby Gem Nov 21, 2011 | 16 minutes | Plugins , Testing In this episode I show how to extract a Ruby Gem ...
