RailsCasts Pro episodes are now free!

Learn more or hide this

Teddy Widom's Profile

GitHub User: bluerogue251

Site: http://teddywidom.com

Comments by Teddy Widom

Avatar

Prawn had support for 'templates' removed in recent versions. The only solution I know of is to put shared content into helper modules, then mix those modules into each class that you need them in.

I wrote a short example of how to do this here

Avatar

I must be missing something obvious, but although I have got the basic version working fine, I can't figure out how to implement the UI version with all of the built in widgets. Does anyone know how?

Thanks in advance!