ddfreyne changed the topic of #nanoc to: 3.6.4 (may 29th) | web http://nanoc.ws/ | repo http://bit.ly/XE6e3G | issues http://bit.ly/VfXaSV | forum http://ho.io/n-discuss | irclog http://irclog.whitequark.org/nanoc
pavelkunc has joined #nanoc
pavelkunc has quit [Client Quit]
Rym has quit [Ping timeout: 256 seconds]
Rym has joined #nanoc
Rym has quit [Ping timeout: 256 seconds]
Rym has joined #nanoc
Rym has quit [Ping timeout: 256 seconds]
<smkelly> You know, I was never a huge Ruby fan. Like I had nothing against it, but it just never really clicked. Plaing with nanoc, I kind of like it.
stbuehle1 has joined #nanoc
koan_ has joined #nanoc
ZeroDogg has joined #nanoc
Skyr_ has joined #nanoc
Skyr has quit [*.net *.split]
stbuehler has quit [*.net *.split]
Zero_Dogg has quit [*.net *.split]
koan has quit [*.net *.split]
ZeroDogg is now known as Zero_Dogg
<ddfreyne> smkelly: woot :)
<ddfreyne> smkelly: I'm not using Ruby that much these days anymore.
<ddfreyne> I'm actually writing quite a bit of Java for Hadoop these days. Could also have done it in Scala though I guess :)
<ddfreyne> pls review
<smkelly> The language of choice at my workplace is Tcl of all things
<ddfreyne> Oh, interesting. I've never used it, tbh
<smkelly> Our entire site is written in it, except for the javascript bits
<ddfreyne> What, no nanoc? ;)
<smkelly> Site is a bit too dynamic for that :)
<ddfreyne> pls review
<ddfreyne> smkelly: Fair enough ;)
<ddfreyne> Whee, doing some nanoc work!
<ddfreyne> Two bug fixes and a cri release!
koan_ is now known as koan
pavelkunc has joined #nanoc
Rym has joined #nanoc
Rym has quit [Ping timeout: 264 seconds]
pavelkunc has quit [Quit: Leaving.]
pavelkunc has joined #nanoc
pavelkunc has quit [Quit: Leaving.]
louquillio has quit [Remote host closed the connection]
Rym has joined #nanoc
<smkelly> oh irony of ironies. I cannot find my bluetooth GPS.
<bobthecow> :)
pavelkunc has joined #nanoc
Rym has quit [Read error: Connection reset by peer]
Rym has joined #nanoc
Rym has quit [Ping timeout: 245 seconds]
Rym has joined #nanoc
<ddfreyne> Haha!
<ddfreyne> bobthecow: I took your remarks into account. Can you merge if satisfied?
Rym has quit [Ping timeout: 256 seconds]
elehack has joined #nanoc
<ddfreyne> Oh man... I have a second 27" screen at home as of today. It is great for coding :D
<ddfreyne> (I have one at work)
<smkelly> Hmm, how long do I tear up my house trying to find a G'PS before I just buy a new one..
elehack has quit [Quit: Farewell, programs.]
pavelkunc has quit [Quit: Leaving.]
louquillio has joined #nanoc
<bobthecow> ddfreyne: travis is failing because you have a gemfile.lock but haven't committed it.
<bobthecow> or updated it rather.
<bobthecow> You are trying to install in deployment mode after changing
<bobthecow> updated Gemfile.lock to version control.
<bobthecow> You have added to the Gemfile:
<bobthecow> * rake
<bobthecow> your Gemfile. Run `bundle install` elsewhere and add the
<bobthecow> * rdiscount
<ddfreyne> Oops
<ddfreyne> Woot, all filters except one have been migrated to a nanoc-* repository!
<ddfreyne> The only one remaining is the relativize_paths filter, which depends on the link_to helper
<ddfreyne> Hmmm... weird bundler problem.
<ddfreyne> bobthecow: Uhh, my Gemfile.lock is up to date.
<smkelly> Clearly I need to read up on this bundler thing and how it works
<ddfreyne> bobthecow: OK, this is a super weird issue.
<ddfreyne> bobthecow: I've renamed the xsl filter to xslt btw. Cleaner
<bobthecow> cool. works for me.
<ddfreyne> bobthecow: does bundle install --deployment work for you?
<ddfreyne> Anyway, I'm getting sleep, seeya!
<bobthecow> just a sec.
<bobthecow> yeah, i got the exact same error when i ran `bundle install --deployment`
<ddfreyne> bobthecow: ahh
<ddfreyne> bobthecow: I cannot reproduce the problem locally
<ddfreyne> bobthecow: Does the gemfile.lock change when you run bundle install?
<bobthecow> nope.
<bobthecow> i had to remove the freeze by running bundle install --no-deployment
<bobthecow> and it installed just fine
<bobthecow> gemfile.lock didn't change.
louquillio has quit [Remote host closed the connection]
louquillio has joined #nanoc
<ddfreyne> OK, weird.