News
5by5 | Ruby on Rails Podcast 282: Rails on Windows is Fabulous with Scott Hanselman
Rails on Windows is Fabulous with Scott HanselmanAugust 12, 2019 at 2:00PM • 38 minutes • Wiki EntryScott Hanselman is a programmer, teacher, speaker, technologist, podcaster, writer and a diversity advocate. He joined Britt to explain how Ruby on...
Fullstaq Ruby: First impressions, and how to migrate your Docker/Kubernetes Ruby apps today
Fullstaq Ruby is a custom build of standard MRI Ruby interpreter with memory allocator replaced, security patches applied, and more goodies on the way.If some old timers are here, they can remember REE–Ruby Enterprise Edition–from ancient times of...
Introducing the ‘aws-rails-provisioner’ gem developer preview
AWS is happy to announce that the aws-rails-provisioner gem for Ruby is now in developer preview and available for you to try!What is aws-rails-provisioner?The new aws-rails-provisioner gem is a tool that helps you define and deploy your container...
How do you tell which areas of a project's test suite need attention?
A client of mine recently asked: “How do you determine, when first opening a project, which areas of testing need attention?”There are three methods I use for determining what areas of a test suite need attention: 1) looking at the test suite code...
Exposing the design pattern at the heart of Rack Middleware
Rack Middleware is based on a powerful and flexible ‘nested handlers’ architecture that has broad application in many kinds of data processing pipeline, not just web apps. We’ve extracted it as a design pattern and identified some non-web use case...