mardi 24 mars 2015

rails location to keep sql files and jrxml files

This is a silly question, but I posted it to get clarity before start implementing it.


My rails project contains lot of sql files with views, temp tables, procedures and insert queries. I will import those files with rake task.


It has jasper reports also, to keep track of the jasper report jrxml files we need to store it inside the project.


I decide to move the sql files to lib/sql_files and jrxml to public/jrxml_files by creating folders.


According to Rails convention, which is the best place keep all the jrxml files and sql files?


Thanks


Aucun commentaire:

Enregistrer un commentaire