Commit 5056ea4
docs(web/guides): document buttonTo input-prefix convention and schema cache (#3250)
Two v4 guide gaps surfaced while reviewing GitHub discussions:
- buttonTo's input-prefixed attribute convention (inputClass/inputId/inputRel)
was documented in v3 guides but dropped in the v4-0-0 restructure (#1352).
Added a buttonTo entry to the view-helpers reference explaining that button
attributes are input-prefixed because the button renders inside a <form>,
and that siblings like linkTo take class/id directly.
- The per-model schema/column-metadata cache in application.wheels.models —
the cache that goes stale on a live ALTER TABLE and which $clearCache()
cannot rebuild — was undocumented (#1481). Added a "Schema and
model-metadata cache" section to the caching guide with reload/restart
recovery options.
Signed-off-by: Peter Amiri <petera@pai.com>
Co-authored-by: Peter Amiri <petera@pai.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent fe5fc42 commit 5056ea4
2 files changed
Lines changed: 18 additions & 1 deletion
File tree
- web/sites/guides/src/content/docs/v4-0-0
- basics
- digging-deeper
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
| 144 | + | |
144 | 145 | | |
145 | 146 | | |
146 | 147 | | |
| |||
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
204 | 220 | | |
205 | 221 | | |
206 | 222 | | |
| |||
0 commit comments