jackhammer icon indicating copy to clipboard operation
jackhammer copied to clipboard

Initial Jackhammer setup is not inserting user credentials in DB

Open sampathmende opened this issue 8 years ago • 2 comments

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 capture333

sampathmende avatar Feb 02 '18 06:02 sampathmende

please run rake db:seed

kmadhusudhan avatar Feb 07 '18 07:02 kmadhusudhan

seems to be missing multiple gems :( bundle install doesnt fix either. Anyone manage to get a grip on this one?

alistar79 avatar Jul 03 '18 15:07 alistar79