Update - I commented out the line in question, pushed to heroku and it worked, no errors. When I ran rake db:fixtures:load I had no problems either. The file boot.rb now looks like this;
require 'rubygems' require 'yaml' #YAML::ENGINE.yamler= 'syck' I don't know if this is the 'right' solution, as there may be some other issue down the road. However for the time being this seems to solve my problem. On May 29, 12:28 am, jmtoporek <[email protected]> wrote: > I'm a bit of a noob and don't know how to navigate around this issue. > I would be most appreciative if I got some guidance or help on this. > App runs fine locally but when deploying to heroku I get a mouth full > of fail - I am seeing the following error when I run heroku rake > db:migrate > rake aborted > uninitialized constant YAML::ENGINE > > I also checked the logs at one point, as my app is showing nothing but > an error page, and the logs seem to indicate a problem with accepting > the YAML reference in my boot.rb file, line 3 which is > > YAML::ENGINE.yamler= 'syck' > > The error in the log reads as follows > > 2011-05-29T05:14:28+00:00 app[web.1]: from /home/heroku_rack/ > heroku.ru:1 > 2011-05-29T05:14:28+00:00 heroku[web.1]: Process exited > 2011-05-29T05:14:28+00:00 heroku[web.1]: State changed from starting > to crashed > 2011-05-29T05:14:28+00:00 heroku[web.1]: State changed from crashed to > created > 2011-05-29T05:14:29+00:00 heroku[web.1]: State changed from created to > starting > 2011-05-29T05:14:35+00:00 heroku[web.1]: Starting process with > command: `thin -p 18859 -e production -R /home/heroku_rack/heroku.ru > start` > 2011-05-29T05:14:36+00:00 app[web.1]: /app/config/boot.rb:3: > uninitialized constant YAML::ENGINE (NameError) -- 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.
