Hey All, I'm playing around w/a free account & am trying to use the authlogic gem in my app. I tried the bundler advice on docs.heroku.com/gems and didn't have luck, so I'm now trying the heroku gems manifest & again not having luck.
My .gems file consists of this single line: authlogic --version '2.1.3 The push seemed successful: > $ git push heroku master > Counting objects: 3687, done. > Compressing objects: 100% (2195/2195), done. > Writing objects: 100% (3687/3687), 5.03 MiB | 316 KiB/s, done. > Total 3687 (delta 1093), reused 3638 (delta 1077) > > -----> Heroku receiving push > > -----> Installing gem authlogic 2.1.3 from http://gemcutter.org, > http://gems.rubyforge.org > Successfully installed authlogic-2.1.3 > 1 gem installed > > -----> Rails app detected > Compiled slug size is 3.2MB > -----> Launching........ done > http://vdw.heroku.com deployed to Heroku > > To [email protected]:vdw.git > * [new branch] master -> master > > pard...@mlt0fm /c/railsapps/vdw (master) "heroku rake db:migrate" also reported success. But when I go to http://vdw.heroku.com/ I get rails' generic "We're sorry, but something went wrong" screen. I suspect its a gems management issue, but don't know how to diagnose. Can somebody give me a clue here? Thanks! -Roy -- 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.
