Active Record Without Rails - Update, Delete, and Associations

preview_player
Показать описание
A lecture describing the basics of updating and deleting records using ActiveRecord and SQLite3. This is done outside of the context of a Rails application.

Рекомендации по теме
Комментарии
Автор

What could possibly be the issue if just setting the value on the object triggers the update without needing a call to save? When I find a record and try to modify its contents I end up issuing an update each time I do a set. Please help

ananthakrishnankrishnan