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
There is some setup required to start using RailsPages. Here are a few things I had to do:
RailsPages
I think it would be nice to run a command to automatically create this scaffolding, perhaps something like this:
rails generate page card_application --driver=komoju_card --scope=merchant
And this would create the required files:
drivers/komoju_card/app/controllers/komoju_card/pages_controller.rb
drivers/komoju_card/app/frontend/packs/card_application.js
drivers/komoju_card/app/pages/komoju_card/merchant/card_application/page.rb
drivers/komoju_card/app/pages/komoju_card/merchant/card_application/page.vue
drivers/komoju_card/app/pages/komoju_card/merchant/card_application/page.yml
drivers/komoju_card/config/routes.rb
drivers/spec/features/merchant/card_application_spec.rb
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Context
There is some setup required to start using
RailsPages
. Here are a few things I had to do:I think it would be nice to run a command to automatically create this scaffolding, perhaps something like this:
And this would create the required files:
drivers/komoju_card/app/controllers/komoju_card/pages_controller.rb
drivers/komoju_card/app/frontend/packs/card_application.js
drivers/komoju_card/app/pages/komoju_card/merchant/card_application/page.rb
drivers/komoju_card/app/pages/komoju_card/merchant/card_application/page.vue
drivers/komoju_card/app/pages/komoju_card/merchant/card_application/page.yml
drivers/komoju_card/config/routes.rb
drivers/spec/features/merchant/card_application_spec.rb
The text was updated successfully, but these errors were encountered: