Yep, that's the trick! In the template, change line:
gem 'rmagick', :lib => 'rmagick' to: gem 'rmagick', :lib => 'RMagick' And then it works (at least for me)! /Robert On May 1, 5:06 pm, Carl Fyffe <[email protected]> wrote: > Robert, > > I am getting this error when I try to install to Heroku, but it works > fine locally on my Mac. Interesting new data. Could you try changing > the environment to require RMagick instead of rmagick and see if that > works? > > In environment.rb there is a config.gem 'rmagick' change that to be > config.gem 'RMagick' and see if that works. > > If you come up with some other solution please post back so we can get > this fixed. > > On Fri, May 1, 2009 at 11:02 AM, Robert <[email protected]> wrote: > > > Hi, > > > I'm sure I've missed something obvious, but I tried a few times now > > and I just can't get it to work. Please help. > > > I'm using Rails 2.3.2 and trying to use the rails template > > installation: > > rails your_app_name -mhttp://www.communityengine.org/install_template.rb > > > It all seems to work, but at the end I get the message: > > "Missing these required gems: > > rmagick" > > > I already have the rmagick gem installed: > > > $ gem list | grep rmagick > > rmagick (2.9.1, 2.9.0) > > > I will get the same error message again whenever I try to do the > > migrations. > > > Any ideas? > > > Oh, I'm running on Ubuntu 8.10 with ruby 1.8.7 and rails 2.3.2. > > > Thanks, > > > Robert > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CommunityEngine" 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/communityengine?hl=en -~----------~----~----~----~------~----~------~--~---
