+[11 years ago]aboudreaultyeah, how can we do that? +[11 years ago]aboudreaultI'm using heroku to deploy +[11 years ago]aboudreaultfrom heroky doc: <<you’ll need to configure your application to set the appropriate HTTP cache control headers>> +[11 years ago]aboudreaultfor 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]pontikiinteresting...
+[11 years ago]pontikiis there a way to pass an array argument to a rake task (x-post from #ruby) +[11 years ago]pontikiforex: rake new_post['My Aardvark is Cool',critters,aardvarks,cool] or sommat +[11 years ago]pontikiso i can gather up the last 3 as categories +[11 years ago]kAworuHi there +[11 years ago]kAworuI wrote a Boostrap 3 theme for octopress, demo http://kaworu.github.io/octopress/ :)