strict_templates
strict_templates copied to clipboard
A gem for preventing database queries within templates of Rails applications
Results
2
strict_templates issues
Sort by
recently updated
recently updated
newest added
e.g. ```ruby StrictTemplates.error_handler = ->(error) { Bugsnag.report(error) } ```
e.g. ```ruby StrictTemplates.raise_on_queries = false ``` inside `config/production.rb`