Tag Archives: use

ID Optional in latest JazzRecord 0.7

As of version 0.07 build 1236659271 (please find on Github), the ID column is now optional once more when using automigrations or in declaring columns on models. In actuality, allcolumns are optional in model declarations, if manual migrations are used. This is somewhat similar to the Hobo project’s automatically-generated migrations, only in reverse. (model fields are determined by migrations rather [...]

JazzRecord: You Have The Power!

Since I recently held a conversation over IRC about some of how JazzRecord’s association loading and saving works, I thought I’d share it with the world as well.
The coolest two things about JazzRecord, and likewise Rails’ ActiveRecord:
* the fact they automatically load associated records as objects, based on models’ knowledge of interrelations with other models, [...]