Skip to content

Long Live Ruby

Ruby on Rails Web Development

Menu
  • Home

Tag: programming

Create command line application with Ruby available via Homebrew

April 3, 2023
 |  No Comments
 |  Ruby on Rails

Building command-line application Our goal is to build a get_joke application that will render a random joke about Chuck Norris. The command […]

Read More »

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 »

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 »

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 »

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 »

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 »

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