Hi, this is my first contact with nestacms. When i run 'gem install nesta' in my terminal i get the following error[1] Otherwise i can clone nesta directly from github and run 'nesta new mysite.com' without any problems. But doing it this way i can not edit for example the footer in mysite.com because all the Haml file live in the cloned nesta directory?!? And so i have to 'git clone ...' nesta for every time i start a new website? Or do i missunderstood the 'nesta way' ? Thank you in advance for answering my question! I really enjoy nesta so far! Regards, Sebastian [1] http://pastebin.com/u8vhcuV2 --- () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments
On 17 Feb 2012, at 18:34, Sebastian Bachmann wrote: > this is my first contact with nestacms. When i run 'gem install nesta' in my terminal i get the following error[1] It's a bug in Ruby 1.9.2 on Lion, apparently. Google threw this up: http://bugs.ruby-lang.org/issues/4651 I'd try 1.9.3 if I was you. For 1.9.2 I'm running 1.9.2p290 on Lion, built with rbenv (rather than rvm, though I suspect that's irrelevant). > Otherwise i can clone nesta directly from github and run 'nesta new mysite.com' without any problems. You don't want to clone the Nesta repository unless you want to hack on Nesta itself (but see below). > But doing it this way i can not edit for example the footer in mysite.com because all the Haml file live in the cloned nesta directory?!? The Haml files are also part of the gem. When you install the nesta gem it uses the Haml and Sass in the gem, unless you add Haml and Sass to the project created by `nesta new ...`. > Or do i missunderstood the 'nesta way' ? This should shed some light on what to do to edit the Haml... http://nestacms.com/docs/design/editing-default-templates > I really enjoy nesta so far! :-) -- Graham Ashton Founder, The Agile Planner http://theagileplanner.com | @agileplanner | @grahamashton
Hi Graham, first of all, thank you for your answer! Am 18.02.2012 um 20:08 schrieb Graham Ashton: > On 17 Feb 2012, at 18:34, Sebastian Bachmann wrote: > >> this is my first contact with nestacms. When i run 'gem install nesta' in my terminal i get the following error[1] > > It's a bug in Ruby 1.9.2 on Lion, apparently. Google threw this up: > > http://bugs.ruby-lang.org/issues/4651 > > I'd try 1.9.3 if I was you. For 1.9.2 I'm running 1.9.2p290 on Lion, built with rbenv (rather than rvm, though I suspect that's irrelevant). i have updated to ruby 1.9.3 and it is running now. Thank you for this advice. I was running Ruby 1.9.2p290 before, like you, but build with rvm. Maybe this was the problem. So long! Regards, Sebastian --- () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments