PoGoBag
PoGoBag copied to clipboard
whatever -w error
I finally have everything working, which is great, but I have a minor issue with the auto-refresh. When I run the command in the project directory, I get the following error:
I'm not sure how to fix this. I have a feeling it's something really simple, but this is all new to me, so I have a lot to learn.
At the moment, you have to uncomment config/schedule.rb first before you run "whenever -w". As far as the error I can't reach the whole thing but it seems like you are missing the whenever gem?
^ That's the whole error.
Hmm, in that case, how would I install it? By running gem bundle install
? I dunno if that would mess up the sqlite3 I installed previously, which is what I had to do before running rake db:setup
successfully.
does a gem install crontab
help?