[Please quote when replying.] Bob Smith wrote: > It acts like I set a breakpoint, but I haven't. Not sure why, but this > problem vanished last night..
Perhaps the class was cached (which Rails does automatically in production) and the cached version included the breakpoints? Then if you restarted the server, it would have reloaded the class. > > Bob Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- 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.

