From e6b0cdba00fee0572e85d9784dfbb3fa67905760 Mon Sep 17 00:00:00 2001 From: Jason Fleetwood-Boldt Date: Tue, 2 Apr 2024 18:20:19 -0400 Subject: [PATCH] Update README.md (#158) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 31afbcd5..da7a4e61 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,9 @@ It will read your relationships and field types to generate your code for you, l By default, it generates code that gives users full control over objects they 'own' and by default it spits out functionality giving access to all fields. (Handily, Hot Glue leaves the command you used in a comment at the top of your generated controller so you can regenerate it again in the future.) -Hot Glue generates functionality that is quick and dirty. It lets you be crafty. As with a real glue gun, use it with caution. +Alternatively, refinements allow you to scope records using custom access control or Pundit. Hot Glue scaffold come with pagination by default and now have an optional search to add to scaffolds. + +Hot Glue generates quick and dirty functionality. It lets you be crafty. However, like with a real glue gun, please be sure to use it with caution. * Build plug-and-play scaffolding mixing generated ERB with the power of Hotwire and Turbo-Rails * Everything edits-in-place (unless you use `--big-edit`)