James Brennan wrote: > You're probably seeing this error because ruby 1.8.7 introduced count as > a method on Array, whereas it does not exist in 1.8.6. Chances are > production is running 1.8.6 or earlier.
Thank you for your post. That's exactly what happened to me: dev: 1.8.7 prod: 1.8.6 -- Posted via http://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.

