Replaced prawnto plugin with rails31 compatible version.

This commit is contained in:
benni 2012-09-30 21:48:57 +02:00
parent 0a1c326f14
commit 78cc423a46
20 changed files with 5 additions and 678 deletions

View file

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