+[2013-09-27T15:28:52Z]aboudreaultyeah, how can we do that? +[2013-09-27T15:28:58Z]aboudreaultI'm using heroku to deploy +[2013-09-27T15:29:53Z]aboudreaultfrom heroky doc: <<you’ll need to configure your application to set the appropriate HTTP cache control headers>> +[2013-09-27T15:43:14Z]aboudreaultfor those interested: looks like we have to add something like this in config.ru: cache_control :public, :must_revalidate, :max_age => 7200 +[2013-09-27T16:07:02Z]pontikiinteresting...
+[2013-09-28T17:59:18Z]pontikiis there a way to pass an array argument to a rake task (x-post from #ruby) +[2013-09-28T17:59:58Z]pontikiforex: rake new_post['My Aardvark is Cool',critters,aardvarks,cool] or sommat +[2013-09-28T18:00:15Z]pontikiso i can gather up the last 3 as categories +[2013-10-03T07:20:24Z]kAworuHi there +[2013-10-03T07:22:53Z]kAworuI wrote a Boostrap 3 theme for octopress, demo http://kaworu.github.io/octopress/ :)