Rails 6.0.0 Beta 2 Released— The gradual march towards a release candidate of Rails 6 continues. The second beta includes 532 commits beyond the first beta and includes switching autoloading over to the Zeitwerk library (here’s more info on what that means).
Official Rails Blog
Busting a Year-Old Bug in Sprockets— Sprockets is a popular Rack-based asset packaging system. Here we get to see a bug found within it and the process a developer went through to solve it.
Richard Schneeman
Free Visual Testing with Percy— Replace time-consuming manual QA to catch visual UI bugs automatically. Percy’s all-in-one visual testing solution makes it easy to test your UI across browsers and responsive breakpoint widths and review all visual changes with a single click.
Percy sponsor
Diving into Ruby's dup and clone— A real dive under the hood to look at how Object#dup and Object#clone differ and how they work, built off of a practical example.
Sr. Fullstack Engineer (Remote)— Sticker Mule is looking for passionate developers to join our remote team. Come help us become the Internet’s best place to shop and work.
Creating Raspberry Pi Apps with Raylib and Ruby— Raylib is library used to create GUI and gaming applications. This tutorial is less about how to build such apps and more how to use SWIG to wrap Raylib to use it from Ruby.
Eight Ruby Frameworks That Aren’t Rails— These tend toward microframeworks (like Cuba) or specializations (like Grape) and it’s a good idea to know they’re out there.