nimblehq / rails-templates

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

Add Basic Layouts for Devise's Auth Pages #73

Closed julien731 closed 5 years ago

julien731 commented 6 years ago

We're using Devise for every project, and every time we're creating sign-in and sign-up pages that are quite similar in style.

In order to implement faster, we should have a basic layout defined in the template directly which could then be styled for each project.

olivierobert commented 6 years ago

Actually, the direction was to make more modular using mountable engines, hence https://github.com/burigems/buriauth.

So I am not in favor to add views templates as-is in the main Rails template.

An option is to make this optional using branches (as per the Android template):

branches_ _nimbl3_android-templates

So the flow, in this case, is to clone the main template and merge the extra UI branches on an as-needed basis.

julien731 commented 6 years ago

Sounds good to me. We can then move this issue to https://github.com/burigems/buriauth