Marnen Laibow-Koser wrote: > Rails always spews a stacktrace when it encounters an error. What did > the trace say?
If it throws a trace on a #<RangeError: 0x3770f58 is recycled object> I cannot find it. The following is fairly typical ... Completed in 5814ms (View: 30, DB: 2) | 200 OK [http://localhost/signed_in/conne cted_to_email_address] #<RangeError: 0x37bf284 is recycled object> #<RangeError: 0x37c0e90 is recycled object> #<RangeError: 0x37be91a is recycled object> #<RangeError: 0x37be988 is recycled object> That's from the console. There is nothing in the log with the word "recycled" or "RangeError" in it. -- 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.

