Exploring a Critical Net::Protocol Issue in Ruby 2.6.0p0— It seems Ruby 2.6.0p0 introduced a serious bug if you do any HTTP communication from Ruby (using libraries like Net::HTTP , say) where certain payloads are getting corrupted. Luckily, a fix is in but we await a new official release so you may want to put off your production upgrades just for now. Maciej Mensfeld |
You Can Use Bundler Without a Gemfile — Did you know that it’s possible to use Bundler within a single Ruby script and without an external Gemfile ? For some reason this had never occurred to me and it’ll be a game changer for my many single file scripts. Victor Afanasev |
Creating Ruby Bindings and Extensions— A practical guide to going native with C. In this case, looking at how a developer built a way for Rubyists to use Uber’s H3 hexagonal geospatial indexing system. Sean Handley |
The Ruby Reference— An attempt to bring together and extend core Ruby documentation for Ruby 2.6 in one place. zverok |
An Update on the Bundler 2 Release— Last week, we announced the release of Bundler 2 which depended upon RubyGems 3.0 - this requirement caused some issues so Bundler 2.0.1 (out now) relaxes the requirement to RubyGems 2.5. Colby Swandale |
How Fast is the Released Ruby 2.6.0?— Ruby and Rails benchmarking enthusiast Noah Gibbs is back with some initial results from his process where rather than testing just Ruby itself, he tests a basic Rails app running on Ruby. Noah Gibbs |
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 |
▶ My Vim Setup for Rails— “using Vim I can edit circles around anyone using Atom, Visual Studio, Sublime Text or any other non-keyboard-based editor” Jason Swett |
Rails Needs Active Deployment— A call to standardize Rails deployments. “I’m calling out for DHH or anybody else in the Rails community to think about Active Deployment.” Stefan Wintermeyer |
|