Hi everyone,
I’m still so new to tracks, so I encountered a few problems in installing it. After doing all the casualties (downloading, extracting and setting up the database connection) I done exactly the same thing as instructed in the documentation
Populate your database with the Tracks 1.6 schema
Open a terminal and change into the root of your Tracks 1.6 directory. Enter the following command:
rake db:migrate RAILS_ENV=production
than it threw a few errors as the following:
gerryleonugroho:~/Desktop/tracks-1.6 gerryleonugroho$ rake db:migrate RAILS_ENV=production
(in /Users/gerryleonugroho/Desktop/tracks-1.6)
rake aborted!
can’t activate rubyforge (= 0.4.5), already activated rubyforge-1.0.0]
Any idea what when wrong with my installation? Oh, btw, I’m on Mac OS X 10.4.11 and using MySQL for production environment.
Many thanks in advanced.
