Ruby: A Great Language for Shell Scripts— Ruby is a great scripting language, so if you do a fair amount of shell scripting, you might consider moving to Ruby for the more complicated scripts. Lucas Seiki Oshiro |
💡 This seems a great opportunity to link, again, to the Ruby One-Liners Guide where you can see Ruby's potential from the shell, even in simple scenarios. |
Measuring Ruby Garbage Collection— Measuring how long and how often the garbage collector is running can help track performance issues, but there are some intricacies based on which Ruby version you’re on and where and when to start profiling. RorVsWild |
How to Access Raw POST Data in Rails— How you can access the raw, unaltered request body using the 20-year old raw_post method that was first added by the founder of Shopify! Akshay Khot |
Rails Performance Monitoring in Honeybadger— Honeybadger is quickly becoming the only application monitoring tool you need, now with Rails performance monitoring. Read the launch announcement to learn more. 🚀 Honeybadger.io sponsor |
Alba 3.2: A Superfast JSON Serializer— A popular, fast, and no dependency JSON serialization engine that supports CRuby, JRuby and TruffleRuby. This release adds an integration for Rails controllers, making serialize and render_serialized_json methods available. Okura Masafumi |
|