What's New in IRB in Ruby 2.7? — IRB, the trusty Ruby REPL, isn’t something we often see getting updated with new Ruby releases, but Ruby 2.7 is introducing a few niceties like syntax highlighting. Pry may, however, remain the power user’s REPL of choice.
Prajakta Tambe
|
Ruby 2.6.5 Released (and 2.5.7, and 2.4.9) — Security update time. These fixed security issues are unlikely to affect many in a direct way but include a code injection vulnerability in Shell#[] , two issues with WEBrick, and a NUL (ASCII 0) injection vulnerability in two File methods. Here’s 2.5.7 and 2.4.9 if you need them.
ruby-lang.org
|
The Ruby Security Handbook — Learn actionable best practices to help you protect your Ruby applications. Download the checklist for tips on monitoring, infrastructure, protection, and more.
Sqreen
|
Find A Job Through Vettery — Vettery specializes in tech roles and is completely free for job seekers. Create a profile to get started.
Vettery
|
Explore the Code[ish] Podcast — A podcast from the team at Heroku, exploring code, technology, tools, tips, and the life of the developer.
Heroku podcast
|
Rails 6's Support for 'Actionable' Error Pages — Let’s say you have a pending migration, start up your app in development mode, and get an error page. In Rails 6, you can click a button to run those pending migrations!
Taha Husain
|
▶ When You HTTParty, You Must Party Hard with John Nunemaker — If you’ve been in the Ruby world for some time, John Nunemaker’s name will be familiar to you, but even if not, you’ve probably used HTTParty (or his work on GitHub) somewhere down the line. In this 42 minute interview, he talks about why he loves Ruby and Rails and the story behind HTTParty’s (in)famous post-install hook.
Ruby on Rails Podcast podcast
|
▶ My Ruby Story: David A. Black — A 40 minute chat with David Black, a well known Rubyist and author of The Well-Grounded Rubyist.
My Ruby Story Podcast podcast
|
HexaPDF 0.10.0: PDF Generation and Manipulation in Ruby — If you not only want to generate PDFs but open them, modify them, extract content, merge them together, etc. then HexaPDF is for you. Note that HexaPDF is AGPL licensed with a commercial license option.
Thomas Leitner
|
|