Marcel M. Cary
Marcel M. Cary
ch2.md:109 equates the verbose and concise versions of `BlogController`. But in the verbose version, won't `index` be run with a "this"-context of `Views`, whereas in the concise version, `index` would...
Does this seem like a useful change for docker-modem? For my purposes, it means both a performance boost and improved ability to use docker-modem (and dockerode) without running ssh-agent. I'm...
I've made two changes to capistrano_rsync_with_remote_cache: 1. When rsync fails, instead of silently continuing, rollback the deploy 2. Obey Capistrano's :gateway variable to forward SSH through a bastion host when...
I'd love to use the new :origin option from 39cb3eae with https://github.com/NullVoxPopuli/action_cable_client, but gemspecs cannot depend on github repos the way that Gemfiles can. Would you consider releasing a 0.2.0...
I have a tutorial that I wrote recently (against 5.3.1) with `bundle add bootstrap -v '~> 5.3.1'` ([pessimistic version constraint](https://thoughtbot.com/blog/rubys-pessimistic-operator)). After `bundle`, `rails server` now (after release of 5.3.2) fails...
Thanks for taking a stab at this refactoring plugin, @ecomba. When I have comments within the method talking about domain concepts, the temp variable's value gets inlined there as well:...