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

I've upstreamed this into Capistrano: https://github.com/capistrano/capistrano/pull/2155

`strong_parameters` uses `action_on_unpermitted_parameters` [to control what happens when an unpermitted param is found](https://github.com/rails/strong_parameters?tab=readme-ov-file#handling-of-unpermitted-keys), which can be set to `false`, `:log`, or `:raise`. The default for production is "false" whereas in...

It started happening a couple of weeks ago - I can't debug it as I can't run the lighthouse matchers locally due to a WSL config thing I've just not...

bug
help wanted
high-priority

https://docs.rubocop.org/rubocop/cops_style.html#styleclassandmodulechildren there was some discussion in the ruby guild meeting and in slack https://ackama.slack.com/archives/CTXRR56JD/p1715895284411699 we eventually agreed it was better for consistency and also for it's a rubocop default and...