Tag Archives: performance

Updating Objects

How can you efficiently update a model instance without re-saving the entire object? You can use the ActiveRecord update function. It takes a model instance and a field, and updates only that field in that object. No need to re-save, or to save the entire object! Continue reading

Posted in Development | Tagged , , | Comments Off