Closed jasonkliu closed 10 years ago
Temp fix for this:
grab the shifts faker db, then
mysql -u root --database db/shifts_development < [path_to_database]
which should initiate a big write of data. Then you can run rails console
, fetch the first user (who is the superadmin) and set it to yourself:
user = User.first user.login = [your_netid] user.save
r+
I can't start the app after step 4 on the initialization. Trace below: