When using ActiveScaffold, I had problems overriding conditions_for_collection from a module. The problem was that even tho I was overriding the instance method conditions_for_collection in the FilterFormExtensions module, I was including (using "include FilterFormExtensions") the module before inserting the activescaffold into the controller (using the active_scaffold method). Any active scaffold method that you want override using a module, make sure you include the module after inserting the active scaffold. Of course if you declare the method as an instance method of your controller, the method will be overridden regardless of whether is before or after inserting the active scaffold.
The following are free (MIT license) mailing labels and letter templates for jasperreports that you can download and use in jasperserver and/or ireport: Update 3/15/2011 : I moved the Mail templates zip file here . Please consider making a small donation if the templates are of help to you, Thank you! If you need more information on how to use those templates please leave a comment in the blog.
Comments