Nick Giancola
Nick Giancola
Documents known options for `.attribute` and `.attribute!` .. There may be others that I'm not aware of?
Sometimes certain fields in a form require custom logic. This allows you to use different Field constructors for different fields in the schema using a `with` option like so: ```...
Hey @mipearson — I noticed this in the TODOs on the README and I'm interested in helping out if I can. Did you have any ideas or plans for this...
In my main work project, we've developed an `ApplicationComponent` base class that has a handful of features on top of `Rbexy::Component`. They're more opinionated and provide more of a framework,...
| It breaks everything, primarily due to ActionView::Helpers::TagHelper::TagBuilder::HTML_VOID_ELEMENTS no longer being a thing at all. We should probably grab the most recent `HTML_VOID_ELEMENTS` from Rails before it was removed and...
``` This has a "quote" in it ``` Ends up rendering like: ``` This has a \"quote\" in it ```
This works: ``` hello ``` This errors: ``` {@things.map { |thing| hello}} ```