Souschef wrote: >> Are you using fixtures? If so, then high id numbers like this are >> normal. >> >> If not, then something else is going on. > > I haven't tackled fixtures yet
Good: fixtures are crap. Use factories instead. Bad: that suggests that you're not developing test-first yet. Get the habit *now*. > so I'm not consciously using one, > unless there is something in authlogic that's using one that I'm not > aware of... There shouldn't be. Sounds like you have a problem elsewhere. 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.

