The 2020 Ruby Advent Calendar 2020— An article per day about a Ruby gem. So far, local_time , elastic-enterprise-search and Blazer have been covered. Best of Ruby Gems Series |
RubyMine 2020.3 Released— The popular (though commercial) Ruby IDE gets an update. You can now stage files directly from the IDE, get interactive hints in the debugger, and some UI improvements. JetBrains |
Find a Job Through Vettery— Create a profile on Vettery to connect with hiring managers at startups and Fortune 500 companies. It's free for job-seekers. Vettery |
ℹ️ Interested in running a job listing in Ruby Weekly? There's more info here. |
Enumerable#tally — A quick look at a very useful method that slipped into Ruby with 2.7, a tally function for enumerables that counts up the quantity of certain values.
Scott Watermasysk |
How to Call Shell Commands From Ruby— My favorite piece of this is the answer with a complete flowchart of when you’d pick certain approaches to running external scripts. Stack Overflow |
Migrating Classic Slack Ruby Bots to Granular Permissions— Do you have a custom Slack app that you’ve built or maintain? Slack changed its permissions system earlier this year and will require apps to use the new approach by the end of 2021, so you’ll need to upgrade them. Daniel Doubrovkine |
Lockbox 0.6: Modern Encryption for Rails— Got personally identifiable information you’d like to make more secure? This integrates with Active Record, Action Text, Mongoid, and more to help get it done. Andrew Kane |
|