Hi,
On Mon, Jun 30, 2008 at 6:46 AM, Lost Warrior
<rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org>
wrote:> hi iam using rails 2.1.o when i connected to my mysql.and i created a
> scaffold name user.in the database the id of the model user is
> incremented to 996332880
Are you connecting to your test database? Do you have any test
fixtures loaded? Test fixtures get generated IDs, which are usually
very large. If you create a new user after some user fixtures are
loaded, the new ID will be very large as well.
~ j.
--~--~---------~--~----~------------~-------~--~----~
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
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---