wicked_pdf added, gitignore for /storage
This commit is contained in:
parent
20a3986a7e
commit
9e467d9fbf
|
|
@ -17,6 +17,7 @@
|
||||||
/public/images
|
/public/images
|
||||||
/public/tmp
|
/public/tmp
|
||||||
/public/assets
|
/public/assets
|
||||||
|
/storage
|
||||||
.byebug_history
|
.byebug_history
|
||||||
.tags
|
.tags
|
||||||
Gemfile.lock
|
Gemfile.lock
|
||||||
|
|
|
||||||
2
Gemfile
2
Gemfile
|
|
@ -26,7 +26,7 @@ gem 'paperclip'
|
||||||
gem 'pdfkit'
|
gem 'pdfkit'
|
||||||
gem 'text-table' # https://github.com/aptinio/text-table
|
gem 'text-table' # https://github.com/aptinio/text-table
|
||||||
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
|
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
|
||||||
|
gem 'wicked_pdf'
|
||||||
# Use CoffeeScript for .coffee assets and views
|
# Use CoffeeScript for .coffee assets and views
|
||||||
gem 'coffee-rails', '~> 4.2'
|
gem 'coffee-rails', '~> 4.2'
|
||||||
# Turbolinks makes navigating your web application faster.
|
# Turbolinks makes navigating your web application faster.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue