Skip to content

Long Live Ruby

Ruby on Rails Web Development

Menu
  • Home

Tag: web-development

Building DSL with Ruby

April 2, 2023
 |  No Comments
 |  Ruby on Rails

DSL’s around youBefore diving into the technical aspects of building DSL in Ruby, let’s explore more examples for domain-specific languages […]

Read More »

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 »

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 »

Explaining magic behind popular Ruby on Rails code

March 10, 2023
 |  No Comments
 |  Ruby on Rails

Checking for presence I would risk writing that the most popular Rails’ methods are present? and blank?. Along with .presence, they are used to […]

Read More »

Handle API response with value objects

February 6, 2023
 |  No Comments
 |  Ruby on Rails

This article is a quick tip for anyone working with APIs in a Rails application and parsing the data without […]

Read More »

The magic behind popular Ruby code

January 29, 2023
 |  No Comments
 |  Ruby on Rails

The config-way of setting variables You can see this code in almost every Ruby gem that utilizes initializers to set […]

Read More »

Cable Ready – use websockets in Rails app without custom JavaScript

January 25, 2023
 |  No Comments
 |  Ruby on Rails

Introduction Cable Ready is a great addition for Action Cable, especially if you don’t like to write JavaScript code to interact […]

Read More »

Rails 6 and Stimulus js

January 24, 2023
 |  No Comments
 |  Ruby on Rails

Stimulus.js is a JavaScript framework created by the founders of Basecamp. It’s easy to integrate but powerful and allows us […]

Read More »

Rails value object design pattern

January 8, 2023
 |  No Comments
 |  Ruby on Rails

A quick look at the pattern’s name Let’s just quickly analyze its name before we move on: The definition There […]

Read More »

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