开发者

Pdf generation with Rails 3

开发者 https://www.devze.com 2023-02-07 20:38 出处:网络
I need to generate PDFs with Rails 3.0.3. Prawn + Prawnto looks great as showed by Ryan B开发者_运维技巧ates

I need to generate PDFs with Rails 3.0.3.

Prawn + Prawnto looks great as showed by Ryan B开发者_运维技巧ates

But I cannot make his example works, the table function is not recognized by the pdf variable

Any insight on this problem?

Thanks


open up prawn-core-0.8.4\lib\prawn\core.rb

at the bottom of that file you will see a list of all the 'require' items. I think this is where you should add require 'prawn/layout' if you do not want it in your views. still not ideal as you are customising the plugin.


I found a quick fix, but not really happy with it...

adding require 'prawn/layout' to my view fix the problem

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号