Basic pdf generating

This commit is contained in:
Martin Lensment 2015-04-21 11:16:43 +03:00
parent e987e201ad
commit 727d1226ad
15 changed files with 298 additions and 3 deletions

View file

@ -70,6 +70,9 @@ gem 'uuidtools', '~> 2.1.4' # For unique IDs (used by the epp gem)
# for importing legacy db
gem 'activerecord-import', '~> 0.7.0' # for inserting dummy data
# for generating pdf
gem 'pdfkit', '~> 0.6.2'
group :development do
# dev tools
gem 'spring', '~> 1.3.3'