Hi, I just pushed some changes from my local machine up to heroku using git. One of the changes was adding will_paginate (more on that later).
When I visit http://cebu.heroku.com/ I get "undefined method `paginate' for #<Class:0xb70be480>" If I fire up the console and type something like "Article.first" I get "Your mongrel is not responding, check to see if there is a crash log." When I go to http://edit.cebu.heroku.com/logs I get "We're sorry, but something went wrong. We've been notified about this issue and we'll take a look at it shortly." I am having a little trouble figuring out what is wrong. In case will_paginate is the problem, here is what I did when installing it. On my local machine: add this to environment.rb config.gem 'mislav-will_paginate', :version => '~> 2.3.2', :lib => 'will_paginate', :source => 'http://gems.github.com' sudo rake gems:install rake gems:unpack then I commited the changes to my local git repository (I checked to make sure nothing under vendor/gems was being ignored). Then I pushed to heroku. will_paginate ended up in /vendor/gems/mislav-will_pageinate-2.3.4 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
