Open rosle opened 2 years ago
I faced the same challenges, but as we are now building the CRUD add-on, the flow might be much easier:
So I recommend updating this story with
create_test_app
make commandmake create_test_app
, cd test_app
, rails g crud device name:string price:float description:text
, make dev
, ...) or eventually provide a script that does it all-at-once
Why
Sometimes when working on the addon, we need to test the generated app if it works. Usually, we create some basic controller view, add style and javascript to test. 🕵️
To avoid this repetitive step, we can make a patch and keep applying it on the generated project.
Who Benefits?
Developers who work on the template