I’ve got Tracks 1.6 running on Ubuntu 9.04 which I installed Tracks using Bitnami. I’ve forgotten my password. I’ve already tried resetting it as described in this Thread: http://getontracks.org/forums/viewthread/83/. I’ve got 2 Problems: Firstly I’m not even too sure as of what my login name is, Secondly the message: “NameError: uninitialized constant User” doesn’t seem to be right. I also got some Errors when starting the console that I don’t understand. Does anyone know if these errors may be related to my Problem? If yes, is there a way of fixing it? Does anyone know another way of resetting the password?
Regards Dotti
dotti@sone:~/tracks-1.6-2$ sudo apps/tracks/script/console
Loading development environment (Rails 2.0.2)
/home/dotti/tracks-1.6-2/apps/tracks/config/../vendor/rails/railties/lib/initializer.rb:159:in `require_frameworks':RuntimeError: no such file to load -- rubygems
/home/dotti/tracks-1.6-2/apps/tracks/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:88:NoMethodError: undefined method `cattr_accessor' for ActionController::Dispatcher:Class
/home/dotti/tracks-1.6-2/apps/tracks/app/controllers/application.rb:4:NoMethodError: undefined method `require_dependency' for main:Object
>> user=User.find_by_login('dotti')
NameError: uninitialized constant User
from (irb):1
>> user=User.find_by_login('admin')
NameError: uninitialized constant User
from (irb):2
