[CommunityEngine] Re: Rails 2.3 compatibility

2009-04-23 Thread Bruno Bornsztein
Ok, just merged the desert branch into edge (and deleted the desert branch). So the edge branch now runs on Desert and is Rails 2.3 compatible. To install: rails your_app_name -m http://www.communityengine.org/install_template.rb Thanks, Bruno On Wed, Apr 22, 2009 at 11:42 AM, Bruno Bornsztein

[CommunityEngine] Re: Rails 2.3 compatibility

2009-04-23 Thread eksatx
I wasn't so lucky. Stack trace: ... file config/application.yml gem desert gem rmagick gem hpricot gem htmlentities gem haml gem aws-s3 rake gems:install [sudo] password for errol: rake aborted! no such file to load

[CommunityEngine] Re: Rails 2.3 compatibility

2009-04-23 Thread eksatx
I also get an error trying to generate the CE migrations. It tells me I am missing the rmagick gem, even though I know it is installed and working (my existing stable version of CE relies on it). From the stack trace: Missing these required gems: rmagick You're running: ruby 1.8.7.72 at

[CommunityEngine] Re: Rails 2.3 compatibility

2009-04-23 Thread Tom Bostelmann
i had similar problems when i used synaptic package manager (for ubuntu) to install rmagic and the mysql gem. if you're using a package manager to install gems instead of 'gem' itself, this might be part of the problem. On Thu, Apr 23, 2009 at 8:51 PM, eksatx errolsie...@gmail.com wrote: I

[CommunityEngine] Re: Rails 2.3 compatibility

2009-04-23 Thread eksatx
Thanks for the response, but while I am using Ubuntu also, I did not use synaptic to install rmagick. I used synaptic to install ruby, built and installed gem from source, then installed rails and all other gems (including rmagick) with gem. Again, the stable branch of CE is working fine and