Rob Whittaker
Rob Whittaker
Huh. I'm not sure how we ended up with uncommitted changes to `Gemfile.lock`. @pablobm, feel free to merge those changes if you think they are relevant. Last time out, I...
This is a nice idea. I spent some time thinking about how it might work. I am not sure if it is viable as a change to Suspenders. If we...
We could generate a local key for the generated application. The developer can then share the key amongst their team. If the developer needs to deploy to Heroku, we could...
Will [this new feature] coming in Rails 5.2 affect any work we do around this? [this new feature]: http://weblog.rubyonrails.org/2017/9/23/this-week-in-rails-new-credentials-configuration-bugfixes-and-more/#introducing-configcredentialsymlenc-
Looking at the merged PR, this might solve our problem. The `config/credentials.yml.enc` would contain secrets for the Production environment. This would please our Staging and Production apps. It assumes we...
👀 I have always seen Suspenders as thoughtbot's opinionated Rails configuration. I agree with @mike-burns that we should choose Minitest or RSpec and back that decision. It would interest me...
I agree. Suspenders should diverge from Rails as little as possible. This saves us time and effort with future work. Suspenders should also automate what we're doing instead of what...
Now that I've had a chance to sleep on these comments, I've had more thoughts. How do we change a standard once we've set one? Do we see where the...
I had another "shower thought" about this subject today. I looked to see what the Rails team's default CI service was. Even before the recent changes, they used GitHub Actions....