Bookmarks with tag "ruby", page 2 of 4
At work I was tasked to migrate our time-series analytics data from CSV file dumps that we’ve been feeding into Power BI to a dedicated database. Our Rails app’s primary database is currently MariaDB, but we wanted to have our analytics data in a separate database either way, so this was a good opportunity to use Postgres which we’re most comfortable with anyway.
Ruby on Rails is a web framework that contains many libraries you’d need to create and deploy a successful web application. We often take for granted the ability to run rails new to create a fully functional web application with tons of built-in features.
Let's look at how to set up and build your first Ruby C extension!
Example based guide for text processing with Ruby from the command line.
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.