Skip to content

A speed boost with thin and erubis

theunraveler edited this page Dec 7, 2012 · 2 revisions

Thin is a Ruby webserver. It is much faster than the built-in Webrick. erubis is a faster alternative to Ruby's built-in erb.

As with any Sinatra app, you may install either or both of these gems, and taskwarrior-web will automatically recognize and use them instead of their slower, built-in counterparts.

To install, run one or both of these commands at your terminal:

gem install thin
gem install erubis