Simple problem discovered when upgrading to Prawn 0.11.1, the prawn-js module refers to Prawn::NameTree which is no longer valid.
I use the module for add_docopen_js (autoprint PDF).
Example:
/Ruby187/lib/ruby/gems/1.8/gems/prawn-js-0.7.1/lib/prawn/js.rb:84
Change Prawn::NameTree to Prawn::Core::NameTree and issue is resolved.
Simple problem discovered when upgrading to Prawn 0.11.1, the prawn-js module refers to Prawn::NameTree which is no longer valid.
I use the module for add_docopen_js (autoprint PDF).
Example:
/Ruby187/lib/ruby/gems/1.8/gems/prawn-js-0.7.1/lib/prawn/js.rb:84
Change Prawn::NameTree to Prawn::Core::NameTree and issue is resolved.