0.0
No commit activity in last 3 years
No release in over 3 years
Integrates PDF generation with Tilt::PDF into ActionView
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.10.0
 Project Readme

Tilt::PDF::Rails

Integrates Tilt::PDF into Rails ActionView

See Tilt::PDF for details about the templates themselves.

Usage

gem 'tilt-pdf-rails'

Have a FooController respond_to :pdf and render some_view as usual.

Put your some_view template files either together in the relevant app/views/foo view directory, or use absolute paths using application/engine root.

Work is in progress to enable better integration with Rails file layout (notably assets).