[CommunityEngine] Re: Heroku

2009-05-01 Thread Carl Fyffe
Dondi, I am trying to deploy to Heroku as well, but can't get past an issue with rmagick. Did you bump into that at all? Carl On 4/30/09, Dondi donovan.dil...@gmail.com wrote: Hi, I have a CE-based app on my local machine. I am trying to deploy it to Heroku. I have moved the project to

[CommunityEngine] Re: Can't install with the template

2009-05-01 Thread Carl Fyffe
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

[CommunityEngine] Re: Can't install with the template

2009-05-01 Thread Robert
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 carl.fy...@gmail.com wrote: Robert, I am getting this error when I try to install to

[CommunityEngine] Re: Error in installing CE Edge for ROR 2.3.2

2009-05-01 Thread schipper
Hi Bruno, I did check - the CE directory is called community_engine (with underscore). Any suggestions on next steps to diagnose the problem? Regards, Schipper. On Apr 29, 4:55 pm, Bruno Bornsztein bruno.bornszt...@gmail.com wrote: is your CE directory called community_engine or

[CommunityEngine] Re: Error in installing CE Edge for ROR 2.3.2

2009-05-01 Thread schipper
Thanks Jim, Not sure how I would check to see if the engines plug in was installed. - I have configured the environment.rb file as per the instructions. Would it help if I post it here? - Schipper. On Apr 29, 6:20 pm, jim jvn...@gmail.com wrote: this happened to me more than once.  it was

[CommunityEngine] Re: ip tracking

2009-05-01 Thread Bruno Bornsztein
Yep... it's already doing that (I'm using GeoKit to geocode the visitor's IP if possible). On Fri, May 1, 2009 at 9:51 AM, Mark H markhar...@imodel.com wrote: Hi Bruno, Have you considered using an ip tracker on the homepage of TennisMetro to display the local courts of the visitor? Mark

[CommunityEngine] Re: Can't install with the template

2009-05-01 Thread Carl Fyffe
Can you make the change and send a pull request so we can get the change on Edge please? Thanks! On Fri, May 1, 2009 at 11:41 AM, Robert robert.bu...@gmail.com wrote: Yep, that's the trick! In the template, change line: gem 'rmagick', :lib = 'rmagick' to: gem 'rmagick', :lib =

[CommunityEngine] Re: Rails 2.3 compatibility

2009-05-01 Thread Bruno Bornsztein
See this thread about rmagick capitalization. Might solve your issue. http://groups.google.com/group/communityengine/browse_thread/thread/d0cd62c99e871837?hl=en Thanks, Bruno On Fri, Apr 24, 2009 at 11:10 PM, eksatx errolsie...@gmail.com wrote: Maybe I should clarify: I am not trying to

[CommunityEngine] Re: Can't install with the template

2009-05-01 Thread Robert
Absolutely! I haven't actually done that before, but in theory I know how to. I'll do that later today. /Robert On May 1, 5:56 pm, Carl Fyffe carl.fy...@gmail.com wrote: Can you make the change and send a pull request so we can get the change on Edge please? Thanks! On Fri, May 1, 2009

[CommunityEngine] Re: ip tracking

2009-05-01 Thread PAT CHEUNG
What kinda results have you been getting with that? Pretty accurate? We tried that type of solution awhile back and the results weren't too great, so we abandoned the idea. Has it gotten any better? -- pat cheung p...@methink.com www.methink.com 714.300.9988 On Fri, May 1, 2009 at 8:54 AM,

[CommunityEngine] Re: ip tracking

2009-05-01 Thread Mark H
Bruno, I'm confused or maybe the ip tracker is not working. I'm in Southern California. When I visit TennisMetro, the homepage displays the courts in the Twin Cities. Shouldn't the Geokit identify my ip and display the courts in sunny Southern California? Mark On May 1, 6:54 pm, Bruno

[CommunityEngine] Re: Custom Controller Action

2009-05-01 Thread Bruno Bornsztein
This is really more of a Rails question than a CE question ... I suggest posting on the Rails list: http://lists.rubyonrails.org/mailman/listinfo/rails Thanks, Bruno On Fri, May 1, 2009 at 9:46 PM, LostyJai simonlian...@gmail.com wrote: Hi, I understand that when you scaffold a new