rails

Sep 11 2009

Use GMail with Rails ActionMailer

Sending ActionMailer emails through GMail is much easier now that Ruby on Rails natively supports TLS connections.

Jul 19 2009

Rails has_and_belongs_to_many Associations

When creating a many-to-many relationship in Ruby on Rails, you will need to perform some actions manually. In this example, I'm associating a number of groups with the users in the system.

Jul 06 2009

ActiveRecord without Rails

This article discusses how you can use ActiveRecord without Rails, such as in a daemon that stores information in a datastore.

Recent comments