【发布时间】:2014-07-31 22:00:56
【问题描述】:
大家好,我正在尝试在 rails 4 中使用 wicked pdf。
我关注这个页面https://github.com/mileszs/wicked_pdf。
我做到了:
gem install wicked pdf
然后我尝试了命令
rails g wicked_pdf
### And got "Could not find the generator"
我正在尝试导出视图
有人可以帮我配置wicked_pdf吗?
【问题讨论】:
-
你需要在你的Gemfile中添加
gem 'wicked_pdf'和gem 'wkhtmltopdf-binary',然后在终端中执行bundle install
标签: ruby-on-rails ruby-on-rails-4 wicked-pdf wicked-gem