rails-template icon indicating copy to clipboard operation
rails-template copied to clipboard

Application template for Rails 7 projects; preloaded with best practices for TDD, security, deployment, and developer productivity.

Results 64 rails-template issues
Sort by recently updated
recently updated
newest added

[Rails encrypted credentials](https://edgeguides.rubyonrails.org/security.html#custom-credentials) is the Rails default now. Are we comfortable making that our default too?

I created this for debugging a client project. It seems useful but I'm unsure whether it is useful enough to warrant being in this template. Thoughts? ```ruby namespace :info do...

~Could be a variant but imho could be in the default build.~ Edit: After thinking on this more, I think it should be a variant.

We've switched our internal auditor over to using `osv-detector` and plan to start generally switching apps over time to use it. This is a little tricky to handle here because...

https://stimulus.hotwired.dev/ It could also be a separate optional variant. I think I'm currently in favour of it being there by default. My reasoning is below: ### The case for including...

Quite a few of our applications use I18n to try and separate content from code. Quite often, we end up accidentally using a fallback translation value, when we intended for...

We created this template because we want to share our approach with our community. It's also a useful exercise to allow us to do some development in the open and...

question