I've seen posts on the list asking a similar question but have found no posted solutions.
My app depends on the plugin mislav-will_paginate (http://github.com/ mislav/will_paginate). I have it configured and working locally, including the requires clause in config/environment.rb: config.gem 'mislav-will_paginate', :version => '~> 2.2.3', :lib => 'will_paginate', :source => 'http://gems.github.com' I have added a .gems file for heroku, this file has a single line: mislav-will_paginate --version '>= 2.2.3' --source gems.github.com Committing the .gems file successfully installs the plugin from github (or appears to anyway; no errors are reported). Starting the application, however, fails. The first time, it died after the 60- second timeout. Successive attempts result in a "successful" launch, but when accessing the application I see the error page: App failed to start Missing these required gems: mislav-will_paginate ~> 2.2.3 You're running: ruby 1.8.6.287 at /usr/local/bin/ruby rubygems 1.3.1 at /home/slugs/6290_76f0847_d0dc/mnt/.gems, /usr/lib/ ruby/gems/1.8, /usr/local/lib/ruby/gems/1.8 Run `rake gems:install` to install the missing gems. Any thoughts? Am I missing some documentation somewhere? Thanks in advance, -Nick Dimiduk --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
