Bookmarks with tag "ruby", page 3 of 4
An HTTP client library for ruby
Active Record supports application-level encryption. It works by declaring which attributes should be encrypted and seamlessly encrypting and decrypting them when necessary. The encryption layer sits between the database and the application. The application will access unencrypted data, but the database will store it encrypted.
In this post, we'll learn the basics of Kafka and how its event-driven process can be used to power your Rails services.
Writing Fast Ruby - Collect Common Ruby idioms.
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.
In this post, we'll look at three helpful Ruby concepts that allow developers to write cleaner, more effective code.
Usable, idiomatic common monads in Ruby.
Profiler for your development and production Ruby rack apps.
Ruby and Rails efficient Kafka processing framework
Action Cable, or AnyCable, that is the question. In this article, we compared them analysing their respective performance. Let’s see the results!