File tree Expand file tree Collapse file tree
decidim-conferences/config/initializers
decidim-forms/config/initializers
decidim-initiatives/config/initializers Expand file tree Collapse file tree Original file line number Diff line number Diff line change 769769 websocket-driver (0.7.6 )
770770 websocket-extensions (>= 0.1.0 )
771771 websocket-extensions (0.1.5 )
772- wicked_pdf (2.8 .0 )
772+ wicked_pdf (2.7 .0 )
773773 activesupport
774774 wisper (2.0.1 )
775775 wisper-rspec (1.1.0 )
Original file line number Diff line number Diff line change 1010#
1111# https://github.com/mileszs/wicked_pdf/blob/master/README.md
1212
13- WickedPdf . configure do | config |
13+ WickedPdf . config = {
1414 # Path to the wkhtmltopdf executable: This usually is not needed if using
1515 # one of the wkhtmltopdf-binary family of gems.
16+ # exe_path: '/usr/local/bin/wkhtmltopdf',
1617 # or
17- # config. exe_path = '/usr/local/bin/ wkhtmltopdf',
18+ # exe_path: Gem.bin_path(" wkhtmltopdf-binary", "wkhtmltopdf")
1819
1920 # Layout file to be used for all PDFs
2021 # (but can be overridden in `render :pdf` calls)
21- # config. layout = 'pdf.html'
22- end
22+ # layout: 'pdf.html',
23+ }
Original file line number Diff line number Diff line change 1414#
1515# https://github.com/mileszs/wicked_pdf/blob/master/README.md
1616
17- WickedPdf . configure do | config |
17+ WickedPdf . config = {
1818 # Path to the wkhtmltopdf executable: This usually is not needed if using
1919 # one of the wkhtmltopdf-binary family of gems.
20+ # exe_path: '/usr/local/bin/wkhtmltopdf',
2021 # or
21- # config. exe_path = '/usr/local/bin/ wkhtmltopdf',
22+ # exe_path: Gem.bin_path(" wkhtmltopdf-binary", "wkhtmltopdf")
2223
2324 # Layout file to be used for all PDFs
2425 # (but can be overridden in `render :pdf` calls)
25- # config. layout = 'pdf.html'
26- end
26+ # layout: 'pdf.html',
27+ }
Original file line number Diff line number Diff line change 770770 websocket-driver (0.7.6 )
771771 websocket-extensions (>= 0.1.0 )
772772 websocket-extensions (0.1.5 )
773- wicked_pdf (2.8 .0 )
773+ wicked_pdf (2.7 .0 )
774774 activesupport
775775 wisper (2.0.1 )
776776 wisper-rspec (1.1.0 )
Original file line number Diff line number Diff line change 1010#
1111# https://github.com/mileszs/wicked_pdf/blob/master/README.md
1212
13- WickedPdf . configure do | config |
13+ WickedPdf . config = {
1414 # Path to the wkhtmltopdf executable: This usually is not needed if using
1515 # one of the wkhtmltopdf-binary family of gems.
16+ # exe_path: '/usr/local/bin/wkhtmltopdf',
1617 # or
17- # config. exe_path = '/usr/local/bin/ wkhtmltopdf',
18+ # exe_path: Gem.bin_path(" wkhtmltopdf-binary", "wkhtmltopdf")
1819
1920 # Layout file to be used for all PDFs
2021 # (but can be overridden in `render :pdf` calls)
21- # config. layout = 'pdf.html'
22- end
22+ # layout: 'pdf.html',
23+ }
You can’t perform that action at this time.
0 commit comments