Is bundler ready for prime time?
Posted
by schof
on Stack Overflow
See other posts from Stack Overflow
or by schof
Published on 2010-03-16T22:55:28Z
Indexed on
2010/03/17
4:51 UTC
Read the original article
Hit count: 345
I'm considering using bundler for deploying a Spree app on Heroku. My question is, is bundler ready for prime time? I know there are some rough edges but I guess I'd like to know more about what the current limitations are and figure out if this is an option for us.
Specifically, I'd like to do the git repository stuff
git "git://github.com/indirect/rails3-generators.git"
gem "rails3-generator
Does anyone want to encourage/discourage me from this course of action? Anybody have experience with this on Heroku in particular?
© Stack Overflow or respective owner