A very quiet week for new stuff in the Ruby world this week, so we've revisited a few older tools that have gotten some recent updates, including RuboCop, Brakeman and Oga :-) |
How I MITM'd RubyGems.org... Kinda — When a developer mistyped rubygems as “rubgems”, he wondered what he could do if he registered the domain and picked up similarly misspelled requests made to it.
Gavin Miller
|
Troubleshoot Ruby App Performance with End-To-End Tracing — Datadog’s APM generates detailed flame graphs to help you identify bottlenecks and latency. Navigate seamlessly between Ruby app traces, logs and metrics to troubleshoot application performance issues fast. Try Datadog APM free.
Datadog APM
|
JRuby 9.2.10.0 Released — The powerful JVM-based Ruby implementation takes some more steps forward.
JRuby Core Team
|
date-formatter: Format Dates by Example — If wrangling with the various formatting options of strftime gets you vexed, date-formatter is for you, as you get to do things like this: 'January 02, 2006'.to_strftime .. you can also extend Date and Time to support a similar approach. (The docs don’t mention this, but use gem install date-formatter to install.)
Gerald Bauer
|
Find a Dev 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
|
Putting All Your Mailer Views in One Place — Andy doesn’t think having mailer views across different directories makes much sense, so shares a way to bring them into one place. I see his point, although he does call it a “pernickety organisational opinion.”
Andy Croll
|
|