Hi Oren - The reason I vendor Rails is so that i can follow edge and I'm not tied to point-releases of the gem. Rails can still boot if it is vendor'ed within the Rails app and the gem is not installed right (assuming all other gem dependencies are met)?
Cheers, Arun On Sat, Mar 13, 2010 at 12:25 PM, Oren Teich <[email protected]> wrote: > there are no gems at all installed on bamboo. The boot process requires > the gem. > > Is there a reason you vendored the gem? Why not just pin the version in > your .gems file instead? > > Oren > > On Fri, Mar 12, 2010 at 6:42 PM, Arun Thampi <[email protected]>wrote: > >> Hi guys - I tried migrating my deployment stack from 1.8.6 to 1.8.7 and >> while it was installing Rubygems it raised an error stating that the rails >> gem is missing by default on the Bamboo platform. I don't need the rails gem >> since I vendor rails as part of my app, so is there a reason why it forces >> me to install the rails gem? The migration works fine after I add rails to >> my .gems file. >> >> Thanks for the great platform! >> >> Cheers, >> Arun >> >> -- >> It's better to be a pirate than join the Navy - Steve Jobs >> http://mclov.in | @iamclovin >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Heroku" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<heroku%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/heroku?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Heroku" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<heroku%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/heroku?hl=en. > -- It's better to be a pirate than join the Navy - Steve Jobs http://mclov.in | @iamclovin -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
