On Mon, May 23, 2011 at 11:05 AM, Brandon G. <b.a.gerke / gmail.com> wrote: > I attached the heroku logs, maybe someone here can make sense of them. > I'm already confused because they appear different from when I first > looked at them even though nothing has really changed. > > Attachments: > http://www.ruby-forum.com/attachment/6219/herokuLogs.txt You said "not giving me a clue as to why" but this is not true: 2011-05-23T07:36:38+00:00 heroku[web.1]: Starting process with command: `thin -p 37458 -e production -R /home/heroku_rack/heroku.ru start` 2011-05-23T07:36:39+00:00 app[web.1]: <internal:lib/rubygems/custom_require>:29:in `require': no such file to load -- movies (LoadError) 2011-05-23T07:36:39+00:00 app[web.1]: from <internal:lib/rubygems/custom_require>:29:in `require' This tells you that a file named "movies" is attempted to be required but Ruby interpreter cannot find it. Either it is missing completely or you do not have your load path configured properly. Kind regards robert -- remember.guy do |as, often| as.you_can - without end http://blog.rubybestpractices.com/