Ruby 2.7 Commentary from Two Ruby Core Team Members— Koichi Sasada (ko1) and Yusuke Endoh (mame) are employed full time by Cookpad Inc. to work on CRuby/MRI and a post they did in Japanese about all the new goodies in Ruby 2.7 has now been translated to English. There is a lot to enjoy here.. prepare a few cups of coffee. ko1 and mame |
The Top Ruby Links of 2019— In case you missed our special end-of-the-year reflection issue in December, we’ve also put together an article linking to the top ten most clicked items in Ruby Weekly last year :-) Chris Brandrick |
Find a Job Through Vettery— Vettery is completely free for job seekers. Make a profile, name your salary, and connect with hiring managers from top employers. Vettery |
More Fiber Benchmarking— More benchmarking fun from Noah. He has a guest benchmarker here that had me calling this article “The Falcon and the Benchmark Soldier.” See if you can figure out why. Noah Gibbs |
ActiveRecord Adapter for Amazon Aurora Serverless— Mysql2 adapter extensions to allow Rails to use AWS Aurora Serverless via the Aws::RDSDataService::Client interface which might be handy if you’re using Lamby. (Psst.. I’d love to link to some tutorials on this stuff.) Custom Ink |
FString: Python-esque 'F-Strings' for Ruby— An experimental gem bringing Python 3’s formatted string literals syntax to Ruby. I don’t think I’d switch to this approach but it’s interesting to look at. Victor Shepelev |
|