My problem was related to the way I had restful_authentication included in the project.
(from memory) I had cloned restful_authenticaion (using git) instead of actually downloading a clean copy. The git records from the download were "messing with" the local/heroku git stuff. I remember seeing an article (think it was a Heroku help doc) explaining that this could be one of the problems. I can not find that exact document at the moment but hopefully this helps. Sunny On Mon, Jan 18, 2010 at 10:17 AM, Auke <[email protected]> wrote: > HOW?! :) > > I've ran into the same problem... > > On Dec 28 2009, 4:58 am, Sunny Beach <[email protected]> wrote: >> Hello All, >> >> I got everything working. >> >> Thanks, >> Sunny >> >> On Fri, Dec 25, 2009 at 9:07 AM, Sunny Beach <[email protected]> >> wrote: >> > Merry Christmas but my App failed to start. >> >> > I spent some time last night working on a new (my first) Heroku app. >> > It is pretty simple with restful_authentication and one other model/ >> > controller. I get the message below when trying to visit it at: >> >> >http://thebook.heroku.com/ >> >> > I am pretty sure it is a problem with restful_authentication but am >> > not sure how to fix it. >> >> > Everything in the setup/migration seemed to work well. Any ideas? >> >> > Thanks, >> > Sunny >> >> > === >> >> > /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/ >> > active_support/dependencies.rb:105:in `const_missing': uninitialized >> > constant User::Authentication (NameError) >> > from /disk1/home/slugs/104904_c7aa99c_45b4/mnt/app/models/user.rb:4 >> > from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: >> > 31:in `gem_original_require' >> > from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: >> > 31:in `require' >> > from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/ >> > active_support/dependencies.rb:158:in `require' >> > from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/ >> > active_support/dependencies.rb:265:in `require_or_load' >> > from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/ >> > active_support/dependencies.rb:224:in `depend_on' >> > from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/ >> > active_support/dependencies.rb:136:in `require_dependency' >> > from >> > /usr/local/lib/ruby/gems/1.8/gems/rails-2.3.4/lib/initializer.rb: >> > 414:in `load_application_classes' >> > ... 23 levels... >> > from >> > /usr/local/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/builder.rb: >> > 29:in `instance_eval' >> > from >> > /usr/local/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/builder.rb: >> > 29:in `initialize' >> > from /home/heroku_rack/heroku.ru:1:in `new' >> > from /home/heroku_rack/heroku.ru:1 > > -- > 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. > > > >
-- 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.
