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.
