Re: [Rails] Strange regression in 3.0.14

2012-06-20 Thread Walter Lee Davis
Yayayayayayaa! Thanks for the find! Walter On Jun 20, 2012, at 8:15 AM, ook ook wrote: > Found the cause: > > https://github.com/rails/rails/commit/a5a0338b9b3f2f24efde0ae6a56e99b938eff7cf > > And its resolution: Rails 3.0.15 was discreetly released some days ago. > > -- > Posted via http:/

Re: [Rails] Strange regression in 3.0.14

2012-06-20 Thread Walter Lee Davis
No, nothing yet. I am trying a new server as soon as I have time to migrate, but for now I am living dangerously! Walter On Jun 20, 2012, at 5:42 AM, ook ook wrote: > I met strictly the same problem. Have you a solution? > > -- > Posted via http://www.ruby-forum.com/. > > -- > You received

[Rails] Strange regression in 3.0.14

2012-06-14 Thread Walter Lee Davis
I updated an application from 3.0.10 to 3.0.14, and now I'm getting an error of NoMethodError (undefined method `collect' for #): app/models/attachment.rb:20:in `set_uid' app/controllers/attachments_controller.rb:24:in `create' It's being triggered by the call to Attachment.find_by_uid in thi