Skip to content

Long Live Ruby

Ruby on Rails Web Development

Menu
  • Home

Tag: rails

Cable Ready – use websockets in Rails app without custom JavaScript

March 27, 2023
 |  No Comments
 |  Ruby on Rails

Demo At the end of the article, we will have fully working simple chat. Creating example application Our application will […]

Read More »

Inside Gemfile – intense dive in

March 25, 2023
 |  No Comments
 |  Ruby on Rails

Gemfile is a well-known file even for not experienced Ruby developers. While for most people, it’s evident that the purpose […]

Read More »

Under the hood of the includes method in Rails

March 20, 2023
 |  No Comments
 |  Ruby on Rails

The way the includes method work in Active Record is one of the most common questions during interviews, yet many […]

Read More »

Design Rails enums the right way

March 15, 2023
 |  No Comments
 |  Ruby on Rails

Enum is a shortcut for the enumerated type, a data type consisting of a set of values. Rails provides enums […]

Read More »

Small Rails design patterns that make a big difference

March 10, 2023
 |  No Comments
 |  Ruby on Rails

Especially in larger legacy Rails applications, it’s harder to make a meaningful refactoring without changing a lot of code. If […]

Read More »

Introduction to Rails transactions

March 5, 2023
 |  No Comments
 |  Ruby on Rails

Transactions are an essential part of the Rails framework. Even if you are not using them directly, Rails is doing […]

Read More »

Enum in Rails explained

March 3, 2023
 |  No Comments
 |  Ruby on Rails

Use Rails magic to speed up developmentEnum is a shortcut for the enumerated term, which means a set of named […]

Read More »

Build Rails applications faster with formation templates

February 24, 2023
 |  No Comments
 |  Ruby on Rails

Bootstrapping a Rails application can be a tedious task. It requires several steps, such as generating a Rails skeleton, creating […]

Read More »

Rails request cycle

February 20, 2023
 |  No Comments
 |  Ruby on Rails

Simplified when we talk about the request that is coming to the Rails application, we usually consider two elements of […]

Read More »

Five things you did not know about Rails transactions

February 14, 2023
 |  No Comments
 |  Ruby on Rails

You can easily take down your database with not properly designed transaction When you wrap the code inside the transaction […]

Read More »

Posts navigation

1 2 Next

Search

Archive

  • April 2023
  • March 2023
  • February 2023
  • January 2023

Categories

  • Ruby on Rails

Ruby on Rails Sources

Ruby on Rails Framework

Ruby on Rails Git

Ruby on Rails Development Company

Ruby Programming Language

Ruby on Rails Jobs

Learn Ruby on Rails

Long Live Ruby
Theme by Grace Themes