Closed lsmolic closed 11 years ago
I'll take a look right now. If it's all good I'll make the changes ASAP. Thanks a lot!
This should be all good thanks. BTW what is your url/ i'd love to check it out
nothing up and running just yet, but I'll let you know as soon as I have something to show.
hopefully I can help contribute to the cause. This is a really great project. I'll try my best to make the alterations we make packaged so they can be shared easily.
thanks so much for you prompt response! Lucas
On Jul 13, 2013, at 12:59 PM, "D. R. Henner" notifications@github.com wrote:
This should be all good thanks. BTW what is your url/ i'd love to check it out
— Reply to this email directly or view it on GitHub.
Seems there might be an issue with the way gems are being reference from github, specifically for the Heroku environment
a Post recommended that the they use a different syntax to avoid authentication issues on the GitHub API.
for instance:
_gem 'database_cleaner', :git => 'git://github.com/bmabey/databasecleaner.git' becomes: _gem 'database_cleaner', :github => 'bmabey/databasecleaner'
The push to heroku works fine as well as the local install.
Also, this is an additional note, but add ruby 2.0.0 after source 'http://rubygems.org' in the Gemfile was also necessary for heroku to pick up on the required language for me.