Latest Ruby news from the world

20 July 2022

How to Setup Default Values for Attributes in Ruby On Rails

In this article you will read a list of good examples of how you should add default values in Ruby On Rails.
Ruby News
Jul2022
20 July 2022

Rails avoids queries when performing calculations on contradictory relation

Rails now avoids making a query to the database if the calculation contains a contradictory relation.
Ruby News
Jul2022
19 July 2022

RailsConf 2022 talks are online

The largest official gathering of the year, RailsConf brings together top talent, companies, and project representatives from around the world. Learn and build with the best in sessions, workshops, keynotes and parties.
Ruby News
Jul2022
18 July 2022

Export CSV from Rails

This article will show how we can export to CSV without any external gems.
Ruby News
Jul2022
18 July 2022

Import CSV to Rails

This article will explain how to import data from a CSV to a database table.
Ruby News
Jul2022
14 July 2022

How to find and fix performance bottlenecks in your Ruby code. Free online masterclass

Free online masterclass How to find and fix performance bottlenecks in your Ruby code on 22nd July, 10:30 EST!
Ruby News
Jul2022
13 July 2022

Deploy Your Ruby on Rails App Using Capistrano

In this article, we will configure Capistrano in a Ruby on Rails application.
Ruby News
Jul2022
11 July 2022

Rails log monitoring - tutorial and home-made example

In this post you will read how to build an in-house solution for log monitoring.
Ruby News
Jul2022
8 July 2022

Conditionally debug Ruby using a global toggle

This post will show a simple trick for debugging in ruby, involving a global variable that use to toggle a conditional debug statement.
Ruby News
Jul2022
8 July 2022

Ruby-on-Rails and Avo Tutorial

In this tutorial you will read about a tool that empowers developers to create beautiful admin panels for Ruby-on-Rails apps quickly.
Ruby News
Jul2022
7 July 2022

Get Started with Hotwire in Your Ruby on Rails App

In this post you will learn the basics of Hotwire and how to use it in your Rails app.
Ruby News
Jul2022
6 July 2022

Ruby News June 2022 Digest

Ruby News June 2022 Digest
Ruby News
Jul2022
4 July 2022

Ruby Enumerable Module

This post will show definition and explanations about the enumerable module.
Ruby News
Jul2022
30 June 2022

Ruby-on-Rails and Tailwind CSS Tutorial

In this article, you will read about how the Tailwind CSS approach, based on the use of utilities, allows you to quickly and easily create the style of your application.
Ruby News
Jun2022
27 June 2022

Migrating Rails cookies to the new JSON serializer

In this post you will read how to move from Marshal to the new Rails 7 default JSON serializer.
Ruby News
Jun2022
27 June 2022

Full-text Search with Elasticsearch in Rails

This tutorial will introduce Elasticsearch and shows us how to implement an efficient search feature in Rails.
Ruby News
Jun2022
27 June 2022

Ruby inheritance

Inheritance in Ruby and Ruby-on-Rails is a key element that has a great potential to develop robust interfaces. In this post you will read the main benefits of inheritance.
Ruby News
Jun2022
26 June 2022

How to optimize DB read operations in Ruby on Rails

This post will show How to optimize DB read operations in Ruby on Rails.
Ruby News
Jun2022
26 June 2022

Integrating Google One Tap in a Rails Application

This post describes the process of implementing Google One Tap into your Rails application.
Ruby News
Jun2022
24 June 2022

Rails for Multi database defines reading_request? in resolver

Rails 6 had added the support for multiple database connections using which we can configure the separate databases for reads and writes.
Ruby News
Jun2022
22 June 2022

State Machines in Ruby: an Introduction

This post will show how to set up a state machine in Ruby and use the state machines gem.
Ruby News
Jun2022
21 June 2022

Rails 7.1 introduces destroy_association_async_batch_size

Rails 7.1 introduces new functionality, the developers may fine-tune their Ruby on Rails applications by controlling the frequency and duration of ActiveRecord::DestroyAssociationAsyncJob jobs.
Ruby News
Jun2022
20 June 2022

Ruby regex, a friendly guide

In this guide, we are going to learn all about Ruby Regex.
Ruby News
Jun2022
19 June 2022

From HTML to Simple Form: anatomy of Rails forms

A tutorial on how forms are actually built in Rails and how we can customize the process.
Ruby News
Jun2022