Understanding Webpacker in Rails 6 — If you’re still using Sprockets then this guide will help you wrap your brain around the future that is Webpacker. If not, it’s still a good reference.
Prathamesh Sonpatki
|
A Double Splat (** ) Operator Cheatsheet — Less a cheatsheet and more a collection of neat examples. The merge functionality for hashes is pretty neato, as well as being a bit faster than Hash#merge
Ilia Kriachkov
|
Heroku on Easy Mode — Effortlessly autoscale your web and worker dynos. Cut your Heroku bill in half and make timeouts disappear.
Rails Autoscale
|
What is Module Autoloading in Ruby? — Autoloading is the concept of letting Ruby automatically load other code files in your project when they’re first needed rather than all up front.
Jesus Castello
|
Exercises for curl Users — Less a tutorial and more a guide to practicing how to use curl , the popular command line HTTP client. Not exactly Ruby, but I use curl a ton in my Ruby development.
Julia Evans
|
Faster Heroku Deploys with Rails and Webpacker — With a new default asset bundler (webpack) we are back to old problems, like rebuilding it’s not needed and not caching build assets. Don’t worry, it’s easy enough to fix.
Wiktor Mociun
|
XGBoost and LightGBM Come to Ruby — These two libraries bring “gradient boosting” to the machine learning story in Ruby, which is an algorithm that performs well on large datasets.
Andrew Kane
|
|