1

Rails 3アプリでエビを使用してpdfファイルを生成しています。現在、Rails 3.2.8 にアップグレードした後、Rails プラグイン prawnto に問題があります。エラーは次のとおりです。

DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them o
ut and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes
 for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at D:/rails_proj/
emclab-failed2/config/environment.rb:5)
DEPRECATION WARNING: ActiveSupport::Memoizable is deprecated and will be removed in future releases,simply use Ruby memoization pattern inst
ead. (called from extend at D:/rails_proj/emclab-failed2/vendor/plugins/prawnto/lib/prawnto/template_handler/compile_support.rb:5)
D:/rails_proj/emclab-failed2/vendor/plugins/prawnto/lib/prawnto/template_handlers/base.rb:3:in `<module:TemplateHandlers>': uninitialized co
nstant ActionView::TemplateHandler (NameError)

railsサーバーすら起動できません。この問題を解決する方法はありますか? ありがとう。

4

1 に答える 1

2

エビはルビーの宝石であり、レールを操作するためにエビに依存していません。これは、レール3.2でエビを直接使用するためのaniketによる投稿です。指示に従い、Rails3.2.8でも動作します。prawntoと同じ互換性のある問題があるかどうかを確認してください。

于 2012-08-13T14:54:19.737 に答える