Bookmarks with tag "ruby", page 2 of 4
The Sequel ORM offers a powerful API for building SQL expressions in Ruby. In this article I'll explain how it works and show how it can improve the readability of your queries.
What exactly are websockets? How do they work? In this post we're going to answer these questions by building a simple WebSocket server from scratch in Ruby.
Artichoke is a Ruby made with Rust.
Profiler for your development and production Ruby rack apps.
Explore how to implement configurable modules in Ruby — a technique sometimes referred to as the Module Builder Pattern.
UUID also known as GUID is an alternative primary key type for SQL databases. It offers some non-obvious advantages compared to standard integer-based keys. Rails 6 release fresh out of beta introduces a new feature in ActiveRecord that makes working with UUID primary keys more straightforward. In this tutorial, we will dive deep into UUIDs with all their cons and pros.
A simple, configurable object container implemented in Ruby
An HTTP client library for ruby
Efficient and thread-safe code loader for Ruby.
Part of Shopify’s success with Ruby on Rails is an emphasis on writing fast code. But, how do you really write fast code? Let’s talk about a few ways to start writing faster code in Active Record, Rails, and Ruby.