heroku Track test coverage on Codacy with Rails + Heroku CI Format your test coverage into one file and call Codacy's script with a bash file that you run on Heroku.
process How I use Trello to run a small software team Rough estimation and a kanban-style board, with feature discussions in each card.
scripting How do you store your dotfiles in iCloud Drive? Put your config files into your iCloud folder and link them to your home directory.
rails How do you update Rails model attributes without saving? Use the assign_attributes method or attribute= method.
rails How do you reorder database columns in Rails/PostgreSQL? Postgres does not currently support the concept of column re-ordering, so there's not an easy way to do this. But there is a way.
git How do you review a range of commits in a Github pull request? Github makes this pretty easy, but you have to know where the option is and how it works.
git How do you clean up local git branches that have been merged to master? Clean up your local branches and your remote branches with this handy script.
rails 5 Rails boilerplate tools to speed up your next project Suspenders, Rails Apps Composer, RailsKits, Bullet Train, and Rails Application Templates.
heroku What is the average monthly charge for a portfolio site on Heroku? Heroku hosting is pretty cheap. At the time of writing this, most small sites can run on a single hobby-level dyno for $7/month.
heroku What is a Heroku dyno? Web dynos handle website requests and worker dynos run background jobs.