Displaying 2 results from an estimated 2 matches for "gf2yukaa3i2mzk71e9gjxa".
2005 Dec 15
5
Avery Lables, PDF::Writer or LaTex?
In a new app we are developing, we need to be able to dynamically create
a PDF and send it to the browser (inline with send_data). I have been
tinkering with PDF::Writer and love the simplicity and native ruby-ness
of it all.
However, one of the main uses for this functionality is to output a PDF
of addresses to be printed on Avery 5161 labels. LaTex seems to be
suited well for this, but it
2005 Nov 16
0
in_place_edit_for, multiple attributes?
I am using some in place editors on a page that views and updates
records. I have it working but want to know if there is a more efficient
way of declaring them in the controller.
Currently, I have the following:
class ChurchesController < ApplicationController
in_place_edit_for :church, :name
in_place_edit_for :church, :address
# etc, etc...
Is there a way to do this all on one