If I am reading your error message correctly:
UPDATE photos SET votes_count = 0, rating = 0 WHERE id NOT IN ()
Looks like your IN Operator is empty.  Pretty sure that will throw an 
error.  If I am correct, I think that you should check the return on pids.
Otherwise, thanks for this offering.... I learned a lot from it.  


>
>

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/e7d50bff-2f4b-4ef1-8eca-65aea6251eda%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to