+ [11 years ago] aboudreault I'm using heroku to deploy
+ [11 years ago] aboudreault from heroky doc: <<you’ll need to configure your application to set the appropriate HTTP cache control headers>>
+ [11 years ago] aboudreault for those interested: looks like we have to add something like this in config.ru: cache_control :public, :must_revalidate, :max_age => 7200
+ [11 years ago] pontiki interesting...

message no. 10617

Posted by pontiki in #octopress at 2013-09-27T16:07:02Z

interesting...
+ [11 years ago] pontiki is there a way to pass an array argument to a rake task (x-post from #ruby)
+ [11 years ago] pontiki forex: rake new_post['My Aardvark is Cool',critters,aardvarks,cool] or sommat
+ [11 years ago] pontiki so i can gather up the last 3 as categories
+ [11 years ago] kAworu I wrote a Boostrap 3 theme for octopress, demo http://kaworu.github.io/octopress/ :)