{{ message }}
Add generators#2
Merged
Merged
Conversation
Intrepidd
requested changes
Dec 21, 2024
Intrepidd
left a comment
Owner
There was a problem hiding this comment.
Thanks ! That's a great contribution :)
Any way to have a more short generator experience ? maybe rails g form foo_bar instead of rails g hyper_active_form:form
I'm not sure this is even possible, I don't have much experience with rails generators.
Also, when trying it out, it generated a test unit spec although the repo I tried it in uses rspec, any idea why ?
you can now go for "rails g form foo_bar" instead of "rails g hyperactiveform:form foo_bar"
Contributor
Author
Owner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Here is a setup to add a small generator.
Maybe the naming is a little bit redundant but it's to keep in mind than the form object will be in forms folder.
If you merge the PR, you can also add the information in the readme.