Module: Hibiki::Rails::Generators::ScaffoldPostInstall
- Included in:
- ScaffoldControllerGenerator
- Defined in:
- lib/generators/hibiki/rails/scaffold_post_install.rb
Overview
What the scaffold generators tell you once the files are written.
Every notice here exists because the thing it warns about fails SILENTLY: a new app/* directory is not autoloadable until a restart, Tailwind purges classes it cannot see, an association's display label is a guess, and a form with no validators to read shows no per-field feedback. None of these raises, and none is visible in the file list.