Serge Hänni
Serge Hänni
`Arel.sql` is required for interpolated queries.
This PR proposes to support custom validation contexts to determine whether a field is `required` or not. ## Current Behavior Given the model: ```ruby class User validates :name, presence: true...
**Is your feature request related to a problem? 😢 Please describe.** I really like the simplicity of dooit and the vim-like keybindings! The problem with todos for me is that...
This PR fixes nested array attributes. It seems to be a duplicate of #116 and/or #178. @jhund It would be great if one of these solutions could be merged! Suppose...
Preliminary version to add blank fields to the QR bill.  I already post this here for others to give feedback. I'd like to first test it in reality though....
I have a component receiving a Rails form builder (e.g. created by `form_for`) as an argument. When trying to write tests for it, I can't manage to receive the complete...