6 Commits

Author SHA1 Message Date
Daniel Waterworth
6e161d3e75
DEV: Allow fab! without block ()
The most common thing that we do with fab! is:

    fab!(:thing) { Fabricate(:thing) }

This commit adds a shorthand for this which is just simply:

    fab!(:thing)

i.e. If you omit the block, then, by default, you'll get a `Fabricate`d object using the fabricator of the same name.
2023-11-09 16:47:59 -06:00
Renato Atilio
58b49bce41
FEATURE: support to initial values for form templates through /new-topic ()
* FEATURE: adds support for initial values through /new-topic to form templates
2023-08-29 18:41:33 -03:00
Keegan George
282e43d806
DEV: Pluralize support for form template error strings () 2023-08-04 14:26:27 -07:00
Keegan George
75e711284a
DEV: Add custom error messages to form template forms () 2023-06-20 13:45:58 -07:00
Keegan George
9dc63c0755
UX: Add required indicator to fields with required validation () 2023-06-14 11:25:05 -07:00
Keegan George
39efa4c32a
DEV: Create posts from form templates () 2023-06-08 12:49:18 -07:00