Mysterious Rails Crashes

What's in your development.log?

ActiveRecord adds its own Array#sum (it might actually be on Enumerable--this is from 6mo memory) that takes an additional parameter. If you define it in the obvious was, kaboom!, but if you don't define it yourself the one they provide works fine.

--MarkusQ