nimblehq / rails-templates

Our optimized Rails templates used in our projects
https://nimblehq.co
MIT License
103 stars 25 forks source link

Improve how to test generated project #325

Open rosle opened 2 years ago

rosle commented 2 years ago

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

malparty commented 9 months 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