Gabriel Arcangel Zayas
Results
93
issues of
Gabriel Arcangel Zayas
Context: https://discord.com/channels/836637622432170028/1078253154606522481/1078328696693342260 ## Example ``` > rails g migration add_details_to_membership detail:string > bin/super-scaffold crud-field Membership detail:text_field ``` ## Details When trying to add a crud field to Memberships, we get...
Closes #1607. I figured we didn't want to entirely get rid of the `ask` methods here in case developers decide not to setup their project with GitHub. I tested the...