<travis-ci>
[travis-ci] nanoc/nanoc/release-3.7.x d25730f Denis Defreyne: The build was broken.
purezen has quit [Ping timeout: 255 seconds]
purezen has joined #nanoc
purezen has quit [Ping timeout: 272 seconds]
<travis-ci>
[travis-ci] nanoc/nanoc/release-3.7.x 613f6ec Denis Defreyne: The build was broken.
jugglinmike has quit [Quit: Leaving.]
jugglinmike has joined #nanoc
ctp has joined #nanoc
purezen has joined #nanoc
<purezen>
ddfreyne, Ping!
purezen has quit [Ping timeout: 264 seconds]
purezen has joined #nanoc
purezen has quit [Ping timeout: 240 seconds]
irsol has quit [Ping timeout: 260 seconds]
irsol has joined #nanoc
purezen has joined #nanoc
<ctp>
hi folks. anyone here using slim for templates? when i try to render partials like sidebar, footer etc. in my slim template i get a "NoMethodError: undefined method `render' for #<Nanoc::Context:0x00000101379478>"
<ctp>
== render 'sidebar'
<ctp>
render has to be provided by the framework itself, not by slim, right? any hint what's going wrong there?
purezen has left #nanoc [#nanoc]
jugglinmike has quit [Quit: Leaving.]
<dkm>
ctp: are you including Nanoc::Helpers::Rendering somewhere in your lib/*.rb? (the slim line looks consistent with what I use, and it works)
<ctp>
dkm: no, i don't. i just installed the 3.7.1 as gem, replaced :erb by :slim in Rules, replaced default.html by default.slim and added a new sidebar.slim. == render 'sidebar' in default.slim throws this error. so it's a very clean install :(
prxq has quit [Remote host closed the connection]
<ctp>
dkm: ok, thanks for the hint with the rendering helper. works fine now! :)