jackhammer
jackhammer copied to clipboard
Initial Jackhammer setup is not inserting user credentials in DB
Dear Team, I ran Jackhammer setup today. It went fine except below error message Could not find gem 'mocha (~> 0.14.0)' in any of the gem sources listed in your Gemfile.
Then ran db query to confirm whether user is inserted in DB or not ran user.find(1) query it says no record exists. i can insert with one more query user.create But am i missing DB entries which should potentially cause application misbehave??
Pls explain
please run rake db:seed
seems to be missing multiple gems :( bundle install doesnt fix either. Anyone manage to get a grip on this one?