Ruby (3.3) on Rails (1.0)— Rails 1.0 was released about eighteen years ago (I know!) – just a day after Ruby 1.8.4. Things have changed a bit since then [citation needed], but surely a modern Ruby could still run Rails 1.0? Sort of..! (It’s funny to see bundler being used, though, as it didn’t even exist at the time, and even RubyGems itself wasn’t a default part of Ruby 1.8!) Vasiliy Ermolovich |
![]() Stuck on a Tough Ruby Challenge? Shift’s Got Your Back— Need a hand with writing cleaner code, improving your tests or solving those tricky Ruby issues? At Shift, we understand the power of collaboration through Pair Programming & our expert developers know the intricacies of Ruby. Learn more here. Shift Interactive sponsor |
📕 Programming Ruby 3.3 (5th Edition) Now in Print— Affectionately known as the Pickaxe due to its cover image, Programming Ruby is a book that, in its early editions, certainly helped launch the career of many a Rubyist. It’s back, focused on Ruby 3.3, and has a new lead author, Noel Rappin. The Pragmatic Bookshelf |
The First Commits to a Rails App— Lucian likes to get started by introducing best practices with automated quality and security checks, before getting into the meat of an app. Lucian Ghinda |
Introducing pg_query for Postgres 16— pg_query is a long standing library for turning SQL queries into parse trees, by way of Postgres's own SQL parser. This new version is based on the Postgres 16 parser, supports SQL/JSON, and now works on Windows too. Fittl & Mijalkovic (pganalyze) |
Commander 5.0: A One Stop Shop for Building Command Line Tools— Not many Ruby libraries have releases spanning three decades, but Commander is one. It brings together features from other libraries to let you more quickly build CLI apps with option parsing, docs, notifications, terminal interaction, etc. Gabriel Gilder and others |
|