This has always worked previously. I have not changed anything with my database config. I am able to use the credentials in the database.yml file when using mysql -u.... Here is the problem: $ rake db:migrate (in /Users/siddeeqm/Documents/development/qadepot/trunk) $ rake db:migrate version=5 (in /Users/siddeeqm/Documents/development/qadepot/trunk) $ ruby script/about About your application''s environment Ruby version 1.8.6 (i686-darwin8.10.3) RubyGems version 0.9.2 Rails version 1.2.3 Active Record version 1.15.3 Action Pack version 1.13.3 Action Web Service version 1.2.3 Action Mailer version 1.3.3 Active Support version 1.4.2 Application root /Users/siddeeqm/Documents/development/ qadepot/trunk Environment development Database adapter mysql Database schema version 11 $ ls db/migrate/ 001_create_qa_tags.rb 007_create_qa_step_flags.rb 002_create_qa_plans.rb 008_create_qa_runs.rb 003_create_qa_cases.rb 009_create_qa_results.rb 004_create_qa_steps.rb 010_create_qa_jira_tickets.rb 005_create_qa_assignments.rb 011_create_qa_pictures.rb 006_create_qa_run_statuses.rb --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On Sep 20, 2007, at 12:26 PM, Konoha wrote:> $ rake db:migrate version=5Try using VERSION=5 (note the uppercase) -Rob Rob Biedenharn http://agileconsultingllc.com Rob-xa9cJyRlE0mWcWVYNo9pwxS2lgjeYSpx@public.gmane.org
Brilliant!! That worked. Not sure why I thought the lowercase would work. Musa S. On Sep 20, 12:59 pm, Rob Biedenharn <R...-xa9cJyRlE0mWcWVYNo9pwxS2lgjeYSpx@public.gmane.org> wrote:> On Sep 20, 2007, at 12:26 PM, Konoha wrote: > > > $ rake db:migrate version=5 > > Try using VERSION=5 (note the uppercase) > > -Rob > > Rob Biedenharn http://agileconsultingllc.com > R...-xa9cJyRlE0mWcWVYNo9pwxS2lgjeYSpx@public.gmane.org > > smime.p7s > 3KDownload--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---