dphuang2

Results 29 comments of dphuang2

@dostshell I believe Azure was blocked by Niantic. @BehindU, are you running this on a cloud service or on your own computer?

All of this is in the schema and I will be implementing them as time goes on.

I have no problem with you releasing an installer. In fact, if you make a Pull Request with the proper documentation and files, I would be happy to merge it.

EDIT: It looks like this is a Windows problem. I believe the cause is that > the poke-api gem relies on header files for Ruby to install the google-protobuf gem....

Try going to http://rubyinstaller.org/downloads/ and installing Ruby 2.3.1 from there.

What is the output of "gem sources"?

Download the Ruby DevKit: http://dl.bintray.com/oneclick/rubyinstaller/DevKit-mingw64-64-4.7.2-20130224-1432-sfx.exe This will apply to your Ruby and you should be able to install the gem.

Try the new directions I put up in the README and pull the new repo. I think what was happening was that I included the gem for PostgresSQL which ran...

If you are on a 64-bit system. Use the x64 installer. On 32-bit system, use the regular one. I will specify this in the README.

It is rake db:setup, not rake db.setup