comparison vendor/plugins/rfpdf/.svn/text-base/CHANGELOG.svn-base @ 514:7eba09d624db live

Merge
author Chris Cannam
date Thu, 14 Jul 2011 10:50:53 +0100
parents cbce1fd3b1b7
children
comparison
equal deleted inserted replaced
512:b9aebdd7dd40 514:7eba09d624db
9 1.14 2006-09-26 9 1.14 2006-09-26
10 * Added support for @options_for_rfpdf hash for configuration: 10 * Added support for @options_for_rfpdf hash for configuration:
11 * Added :filename option in this hash 11 * Added :filename option in this hash
12 If you're using the same settings for @options_for_rfpdf often, you might want to 12 If you're using the same settings for @options_for_rfpdf often, you might want to
13 put your assignment in a before_filter (perhaps overriding :filename, etc in your actions). 13 put your assignment in a before_filter (perhaps overriding :filename, etc in your actions).
14 1.15 2009-11-20 Rails 2.* support - Thanks to Prawnto plugin for showing the way to the new TemplateHandler