The jasperreport fields are used by the paperclip gem, see the requirements. You should never see those fields on the report form, they get used by the paperclip_with_hobo gem. In a nutshell they are for uploading your reports.
Did you look over the wiki pages on Githup? https://github.com/bsleys/hobo-jasper-reports/wiki For a simple single model report you can skip the REPORT_INCLUDES part as it's only needed to eager load models that are included via relationships, ie parent->child stuff. It also helps to review the work I used to develop the gem. http://oldwiki.rubyonrails.org/rails/pages/HowtoIntegrateJasperReports he explains a lot in there. I just wrapped up most of what he said into a gem for hobo but you can learn a lot about whats going on by reading that over. Bob On Tuesday, May 1, 2012 4:04:51 PM UTC-4, jhstephenson wrote: > > Bob, > > I am just getting started with this hobo stuff and ran across your > addition to it. I am a little confused though about a couple of fields on > the report create screen. There are 3 fields named: Jasperreport file name, > Jasperreport content type, and Jasperreport file size. But, there isn't any > documentation on what goes in them. Do you have some additional > documentation for them? > > Also, for starters I am just trying to do a simple list from one of my > models. It only has a Category name and Description in it. Do you have any > simple examples of how to set something like that up? > > Thanks, > Jim > > On Saturday, January 14, 2012 1:31:02 PM UTC-7, Bob Sleys wrote: >> >> Ok I've pushed this to 1.0.0. It's working fine for me in multiple >> projects. I've also added some documentation to the wiki at github. If >> you have any problems with this please let me know. >> >> Bob >> > -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/hobousers/-/IFSFEzSe0ZEJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
