How to add internal PDF links inside a table using Prawn and Prawn table
Published 10 July 2015 under ruby, prawn, pdf, software

On a recent project we needed to generate a PDF using Prawn. The PDF has links from a list of contents into a table. The normal way (when not using a table) for adding internal links is to do the...

Read more →

A Ruby workflow with RVM and Bundler
Published 24 May 2012 under ruby, rvm, bundler, how to

Ruby has some great tools surrounding it which make it a pleasure to work withbut getting everything setup can be tricky.Bundler is an awesome tool which manages anapplication's dependencies. It...

Read more →

Send Redmine 1.3.2 email notifications through GMail
Published 17 April 2012 under ruby, redmine, gmail, how to

Setting up Redmine to send email notifications throughGMail is straightforward once you know how!First you will need a GMail account set up through which the emails will besent. We setup...

Read more →