Discovering an 'Old' Syntax Feature History— Victor continues his investigations into various aspects of Ruby’s features by digging into something he hadn’t noticed had made it into the language some 15 years ago: the ability to have mandatory arguments after optional arguments. I hadn’t noticed this either! Victor Shepelev |
JRuby's Independence Day: Red Hat Ceases Funding— The JVM-based JRuby is easily the most successful and feature-complete alternative Ruby implementation and has received much support from Red Hat over the years. Times are changing as co-maintainer Charles Nutter is leaving Red Hat and needs your support to keep the project healthy. Charles Oliver Nutter |
Writebook: 37signals' New, Free Rails App— A few months ago, 37signals released Campfire, a Rails-powered chat system, and many Rails developers bought it to see how 37signals and DHH write Rails code. Writebook is their new app that lets you publish Markdown-formatted books to the Web, and even if you don’t need the app, it’s a cool (free) way to see ‘how the sausage is made’. 37signals |
Top Five Postgres Surprises From Rails Devs— From the author of High Performance PostgreSQL for Rails come some excellent tips about making Postgres faster, such as covering indexes, understanding pages, and using PostgreSQL for more than just CRUD data. Andrew Atkinson |
Debugging in Ruby with Debug— A quick overview of the debug gem, a powerful debugger that’s been shipping with Ruby since version 3.1. Thomas Riboulet |
Iteration and Sidekiq 7.3.0— The latest version of the popular Sidekiq background job processor introduces a major new feature: Iterable Jobs. Mike Perham explains all here. Mike Perham |
|