Refactored pdf generation with newest prawn.

This commit is contained in:
benni 2012-10-02 02:50:48 +02:00
parent 78cc423a46
commit eb532babd6
31 changed files with 311 additions and 2118 deletions

View file

@ -19,8 +19,7 @@ gem 'jquery-rails'
gem 'mysql2'
gem "fastercsv"
gem "prawn", '<=0.6.3'
gem 'prawnto_2', :require => "prawnto" # Used for prawn view templates
gem 'prawn'
gem 'haml-rails'
gem "will_paginate", "~> 3.0.pre2"
gem 'client_side_validations'