Ruby 2.6 Released— As is traditional, the latest major release of Ruby came out on Christmas Day. The much awaited 2.6 includes an initial implementation of a JIT compiler (which needs to be enabled manually), the then alias for yield_self , RubyVM::AbstractSyntaxTree , endless ranges, and a lot more (see next item). Yui Naruse |
The Changes in Ruby 2.6— A comprehensive ‘changelog’ of what’s new in Ruby 2.6 (complete with examples for most items) if you want to really dig deep into the new release. Zverok |
The Timeline for the Release of Rails 6.0— RailsConf is at the end of April, so that’s the target. Read on for the milestones between now and then. Since Rails 6 will only support Ruby 2.5+, you’re encouraged to get your code running on Ruby 2.5/2.6 first if you plan to upgrade Rails too. David Heinemeier Hansson |
Bundler 2.0 Released— Bundler now only supports Ruby 2.3+ and RubyGems 3+ and supports auto-switching between Bundler 1 and 2 depending on the lockfile (so both Bundler 1.x and 2.0 can be installed at once as needed). Colby Swandale |
Love to Pair Program?— BackerKit is hiring developers who LOVE pairing to join our agile team. Join us! Learn more about our team values here. BackerKit |
Testing Private Methods?— “why I think it’s useful for tests not to have any knowledge of a class’s private methods” Jason Swett |
Sinatra 2.0.5 Released— It’s not been a release heavy year for Sinatra, but the reliable webapp library continues to do its job perfectly. Kunpei Sakai |
|