We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello.
I coudn't find a way to run: scripts/generator preferences
scripts/generator preferences
I'm using Rails 7.2 and ruby 3.0.
I add and installed the gem to my Gemfile (gem 'preferences', '~>0.4').
I try: rails generate preferences rails script/generate preferences rails runner script/generate preferences rails runner --skip-wrapper script/generate preferences
and all those give me errors. The only way I have found is monky-patching your migration. Is there any solution I could try? Thanks, Mateo.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello.
I coudn't find a way to run:
scripts/generator preferences
I'm using Rails 7.2 and ruby 3.0.
I add and installed the gem to my Gemfile (gem 'preferences', '~>0.4').
I try:
rails generate preferences
rails script/generate preferences
rails runner script/generate preferences
rails runner --skip-wrapper script/generate preferences
and all those give me errors.
The only way I have found is monky-patching your migration.
Is there any solution I could try?
Thanks, Mateo.
The text was updated successfully, but these errors were encountered: