Skip to content

Posts tagged ‘ruby’

Empty Ruby Templates

Rails has a neat template feature that lets you customise newly created rails apps. There is also the thoughbot suspenders gem that gives a very opinionated set of configuration options for new rails projects.

However, I want my own (much smaller) set of opinionated options

Ruby & the Multicore CPU: Part Two - Ruby up to 2.7

MRI Ruby

When ruby was conceived, multi-core CPUs weren’t at the forefront of a language designer’s mind. Subsequently, the ruby virtual machine was developed as a single process, single threaded executable.

Ruby 2.7 Notes

Here are some of the biggest changes coming out Ruby 2.7