p.s. a new prawnto version is on its way in the next day or so-- some
nice additional features and a little better documentation..
I can't believe rails makes things so complicated.
I never learned how to register dependencies because I have no idea
what good it does me.
Instead of messing around with that junk, try just doing:
config.after_initialize do
require "prawn"
end
in your environment.rb. If that has problems... did you um.... gem
install prawn ??
--
Technical Blaag at: http://blog.majesticseacreature.com | Non-tech
stuff at: http://metametta.blogspot.com
--Jeremy
--
http://jeremymcanally.com/
http://entp.com/
http://omgbloglol.com
My books:
http://manning.com/mcanally/
http://humblelittlerubybook.com/ (FREE!)
>> Prawn::Document
NameError: uninitialized constant Prawn
from (irb):1
Look's like I've either not got it installed, or not loaded it. Seems
pretty easy to me using the features already built into Ruby.
-greg