[CommunityEngine] Re: rails 2.3.2 compatible?

2009-05-18 Thread Bruno Bornsztein
The Install instructions did not work for me. After getting that error, grabbing that edge, replacing vendor/plugins/community_engine/ * with that edge, I got the exact same error again. Hmm... the installation instructions should work just fine. Anyone else having this problem? Will I

[CommunityEngine] Re: rails 2.3.2 compatible?

2009-05-18 Thread Phlip
Chen wrote: Wow, I got exact same error message as yours yesterday! Still suffering with it. Have you got it resolved? Generic advice: Barf out all your version numbers! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[CommunityEngine] Re: Error: Login slug has already been taken (WHY?)

2009-05-18 Thread Carl Fyffe
The error you are getting means that someone has already created a user account that generates the same slug as the one you are trying to create. Just change your username and you should be good to go. On Mon, May 18, 2009 at 6:27 PM, jrgoodner jrgood...@gmail.com wrote: I have been messing

[CommunityEngine] Re: base install fails on page load, showing NameError in Base#site_index

2009-05-18 Thread mike muldoon
My first edge cut, as it were. I've tried a few permutations of your suggestion, with no luck. Is this what you meant? .box{html_options} - content_class ||= %div{:class = #{ content_class }} =body I'm unsure what this is meant to do, can you share a clue? On Mon, May 18, 2009 at

[CommunityEngine] Re: base install fails on page load, showing NameError in Base#site_index

2009-05-18 Thread Carl Fyffe
Nope, this: - content_class ||= '' .box{html_options} %div{:class = #{content_class}} =body If you copy and paste that it should work. - content_class ||= '' The dash tells haml that it is code to be executed vice markup. The rest is Ruby that means: If content_class is nil set it to

[CommunityEngine] Re: base install fails on page load, showing NameError in Base#site_index

2009-05-18 Thread mike muldoon
aha! My eyeballs interpreted your two single ticks as a double quote. Fixed, up and running, and thx for the clue! On Mon, May 18, 2009 at 5:49 PM, Carl Fyffe carl.fy...@gmail.com wrote: vice --~--~-~--~~~---~--~~ You received this message because you are

[CommunityEngine] Re: Problem reopening a class with CE Edge, rails 2.3 and desert 0.5

2009-05-18 Thread Bruno Bornsztein
This should probably be in CE's core (I do this in just about every project I work on). On Fri, May 15, 2009 at 4:03 PM, Andrei Erdoss erd...@gmail.com wrote: I tried both of these methods and it seemed to have solved the problem. I got this from

[CommunityEngine] Re: identation error in the view : tags/show.html.erb

2009-05-18 Thread Bruno Bornsztein
Hmm.. got by me somehow. Fixed in edge now. On Fri, May 15, 2009 at 5:16 AM, Antoine antoine.fauc...@gmail.com wrote: Did you update the bug in edge ? I still get this bug ;-) ! Best regards ! Antoine On May 1, 4:02 pm, Bruno Bornsztein bruno.bornszt...@gmail.com wrote: Thanks, a

[CommunityEngine] Deploying to Heroku

2009-05-18 Thread Carl Fyffe
I wrote up instructions on how to deploy to Heroku and posted them on the wiki: http://sites.google.com/a/curbly.com/communityengine/deploying-to-heroku Let me know if you have any comments or suggestions for improvement! Carl --~--~-~--~~~---~--~~ You received