On Mar 11, 3:14 am, Sj Tib <[email protected]> wrote:

> What is the best/fastest way for me to update the records in the db? Or
> do I just have to iterate through the array, retrieving each record
> again from the db and setting up the call to update_attributes by
> retrieving each attribute individually from the array?

Have a look at the update_all method in the api docs.

Fred

>
> It feels so unlike rails to have to do that and sounds like there must
> be a more efficient way to get all the changed data from the array to
> the database perhaps in a single call.
>
> Appreciate any pointers or help. I am using Rails 2.2 if that is a
> factor in your answer.
>
> Thanks,
> -S
> --
> Posted viahttp://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to