Skip to content

Long Live Ruby

Ruby on Rails Web Development

Menu
  • Home

Month: May 2022

Counting things in Active Record

May 28, 2022
 |  No Comments
 |  Ruby on Rails

The count method Ruby implements its own count method, which counts the number of elements in the given array. However, ActiveRecord::Relation class implements its own implementation […]

Read More »

How to quickly familiarize with any legacy Rails app

May 21, 2022
 |  No Comments
 |  Ruby on Rails

Ruby on Rails is a mature technology, and probably that’s why many people say that it’s a dead technology. But […]

Read More »

World beyond Rails – web frameworks

May 11, 2022
 |  No Comments
 |  Ruby on Rails

Even though Ruby owes most of its popularity to the Ruby on Rails framework, many other great frameworks and libraries […]

Read More »

Extending Ruby classes

May 11, 2022
 |  No Comments
 |  Ruby on Rails

Without the modules, you would have to rely on inheritance to organize your code and make it more reusable. Such […]

Read More »

RSpec command line

May 5, 2022
 |  No Comments
 |  Ruby on Rails

Given we have the following Person class: class Persondef initialize(age:)@age = ageend def [email protected] > 17endendAnd equally simple test in […]

Read More »

Search

Archive

  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021

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