You seem to be missing whatever provides "Digest". Does it run locally if you create a blank gem set in RVM (rvm create 1.9.2@blank - make sure you don't have default gems by running gem list in that gemset).
Oren On Sun, Jan 30, 2011 at 9:56 AM, Jason Preston <[email protected]> wrote: > Unfortunately it gives me the same error. I even went ahead and > commented the group :development blockin my Gemfile just in case there > was something I'm requiring for dev that is being left out of > production and breaking it...no dice. > > Just for fun I tried migrating to 1.8.7 to see if it ran -- it does > not. > > The logs produce the same output every time. Anything else I can > provide that would help determine what it's even looking for? It > boggles my mind that it runs locally - I don't even have ruby 1.9.1 > installed... > > On Jan 30, 8:43 am, Scott LaBounty <[email protected]> wrote: > > When I tried something similar, I didn't have much luck with migrating a > > stack. Try creating a new project with 1.9.2 initially and then your > push. > > That may work better. > > > > Scott > > > > > > > > > > > > > > > > > > > > On Sun, Jan 30, 2011 at 12:40 AM, Jason Preston <[email protected]> > wrote: > > > I've put the output from > > > > > $ heroku logs > > > > > on pastie for reference: http://pastie.org/1511022 > > > > > I have an app that runs beautifully on ruby 1.9.2 and rails 3.0.3 in > > > my local rvm environment, but after pushing to heroku and doing heroku > > > stack:migrate to bamboo-mri-1.9.2 my app will not start. I don't > > > really fully understand the output I'm getting from the logs, > > > especially given that it appears to be trying to load something from > > > ruby 1.9.1. > > > > > Has anyone seen this before? Any idea why the app is crashing on > > > heroku but running on local? I can't even tell what file it's trying > > > to load and not finding...and WHY is it trying to load 1.9.1 if I'm > > > running 1.9.2?? > > > > > Any help would be much appreciated... > > > > > -- > > > 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]> > <heroku%[email protected]<heroku%[email protected]> > > > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/heroku?hl=en. > > > > -- > > Scotthttp://steamcode.blogspot.com/ > > -- > 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]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
