💡Some issues lean towards being more Ruby than Rails, some more Rails than Ruby, and this is probably one of the latter :-) I'm keen to keep the balance right though, so if you've got any blog posts, releases, or screencasts covering Ruby use cases away from Rails, I'm particularly keen to hear about them — thanks! __ Peter Cooper, editor | |
Why Wasn't Ruby 3 Faster?— Make no mistake, Ruby 3 is a fantastic achievement and perhaps the most stable major version release of Ruby ever, but anyone expecting a significant leap in performance over Ruby 2.7 will be disappointed. Noah, a Ruby benchmarking guru, ponders this point and if it’s a fair one or not. Noah Gibbs |
Introducing SPOTcon 2021! Get Your Free Early Bird Ticket Today— Join us March 26, 2021 for Scout APM's inaugural digital conference on performance, observability & transforming the future of web application development. Register for free before February 28th & Scout APM will donate $5 to OSS when you attend. SPOTcon by Scout APM sponsor |
Tips and Tricks for Developing Rails Apps on Apple Silicon— The people at Discourse can now set up a full dev environment on an M1 machine largely due to the incredible open-source community (we’re looking at you Homebrew and Ruby). Performance is mostly better, but there are still issues. The focus is on Rails here but this should benefit any Rubyist. David Taylor |
Find Your Next Job Through Hired— Create a profile on Hired to connect with hiring managers at growing startups and Fortune 500 companies. It's free for job-seekers. Hired |
ℹ️ Interested in running a job listing in Ruby Weekly? There's more info here. |
▶ Adding reCAPTCHA v2 to a Rails App— Google’s reCAPTCHA service offers a way to reduce the amount of bots spamming or scraping your Rails powered apps, if you so wish. Drifting Ruby |
Using cycle to Avoid i % 2 == 0 in Your View Loops— I seem to recall the cycle helper being in Rails since the very early days but if it passed you by, here’s a reason as to why you might use it (though CSS has things like :nth-child(even) to help with some use cases nowadays). Matt Swanson |
css_parser 1.9: CSS Parsing for Ruby— This library is almost 14 years old but has begun to see fresh updates in the past month. I wish I’d known about it earlier as CSS parsing is never an easy task. Alex Dunae |
|