When I run "ruby script/generate model users" or "ruby script/generate migration users" (just as a test to see what number the migrations is going to give me as a first run on a newly created project) I get something like
20081026044945_create_users.rb
when it should be
001_create_users.rb
Man, I have been trying to figure this out all day. I uninstalled rails and re-installed and tried all kinds of stuff and I cant seem to get this to work.
I am using Eclipse as my IDE with the APTANA plugin. I have ruby 1.8 installed and rails 2 .x.x installed.
Has anyone else had this problem. I cant seem to find an answer from a past post.
Thanks!