dphuang2
dphuang2
Can you run "bundle" and output the list of gems that it says you bundled.
Try: ``` gem uninstall sqlite3 bundle ``` If that doesn't work, change this line in the Gemfile: gem 'sqlite3' --> gem 'sqlite3', '1.3.11'
I think this is because the manual Ruby install does not include sqlite. Install Ruby 2.2.4 from here and tell me if this works: http://railsinstaller.org/en
You are on Windows right? Did you run through these procedures? http://installrails.com/steps/railsinstaller_windows
It's hard for me to debug this issue since I am not on the same operating system. It would be helpful if one of you in the same situation could...
Try to re-clone the repo and let me know
What version of Ruby do you have installed? Run "ruby -v" and copy the output here.
Since I do not have any account with Gen 2 pokemon's I can't test a new version. When I get the chance to catch one I will work on an...
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...
could you try to run 'gem install rails' and report back