Posts Tagged ‘Ruby on Rails’

A typ­i­cal rails design pat­tern is to store object ids in ses­sion vari­ables rather than the objects them­selves. Objects can be unwieldy depend­ing on size, com­plex­ity, and asso­ci­a­tions. Ids on the the other hand are small, sleek, and more agile.

(more…)