drhenner / ror_ecommerce

Ruby on Rails Ecommerce platform, perfect for your small business solution.
www.ror-e.com
MIT License
1.21k stars 409 forks source link

git-sourced gems failing on Heroku bundle #101

Closed lsmolic closed 11 years ago

lsmolic commented 11 years ago

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.

drhenner commented 11 years ago

I'll take a look right now. If it's all good I'll make the changes ASAP. Thanks a lot!

drhenner commented 11 years ago

This should be all good thanks. BTW what is your url/ i'd love to check it out

lsmolic commented 11 years ago

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.