Entries Tagged as 'rails'

Saturday, May 21st, 2011

guard-annotate Gem Released

I’ve been meaning to look into the guard gem for a while now. After falling out of love with ZenTest/Autotest, and switching back and forth between watchr and autotest-standalone, I’ve had a few friends who recommended giving guard a try. Last night, one of those friends retweeted a request for a guard plugin to work [...]

Saturday, May 30th, 2009

How to integrate punBB into an existing Ruby on Rails application

A quick tutorial on how to integrate the punBB forum system into an existing Rails application with a single sign-on for both systems.

Thursday, May 28th, 2009

Rails IE Bug with Excel Mime Types

Another example of why IE is awful and a gotcha to lookout for in your Rails app

Wednesday, May 20th, 2009

Setting Static Asset Expires Headers with nginx and Passenger

How to set HTTP expires headers for your static assets when running nginx+passenger

Tuesday, May 19th, 2009

Rails plugin install from specific git branch

How to install a rails plugin from a specific tag or branch in a git repository