Ruby in Rails
  • Home
  • Rails
  • Ruby
  • About
GitHub icon LinkedIn icon
Subscribe

Rails

A collection of 87 posts

Rails

Difference between && and and in Ruby

   Difference between && and and in ruby is mainly the Precedence of these operators. ‘and’ and ‘&&’ both have different precedence. This tutorial will help understanding with the help of examples.

Akshay Mohite Akshay Mohite 1 min read
Rails

Ruby difference between collect and map

This is common question for Ruby on Rails developer(Beginner). Map and Collect both are looping methods used on Array, Hash etc. This tutorial will help understanding the exact difference between these two methods.

Akshay Mohite Akshay Mohite 2 min read
Rails

RVM basic commands

rvm install, rvm uninstall, rvm use, rvm list, rvm upgrade, rvm get stable, rvm gemset like commands will be illustrated.

Akshay Mohite Akshay Mohite 4 min read
Rails

can’t find the ‘libpq-fe.h header *** extconf.rb failed ***

can’t find the ‘libpq-fe.h header *\* extconf.rb failed **, you may find this when you get error installing pg gem in your ruby environment.

Akshay Mohite Akshay Mohite 2 min read
Rails

Ruby Count vs Length vs Size

These methods are used on Arrays, Hashes or Objects. This tutorial will illustrate difference between count length and size.

Akshay Mohite Akshay Mohite 2 min read
Rails

Rails RecordNotFound Exception Handling

Rails RecordNotFound exception occurs when there is error while fetching records from database. RecordNotFound is one of the Exception Handling class provided by Rails.

Akshay Mohite Akshay Mohite 2 min read
« Newer Posts Page 12 of 15 Older Posts »
Ruby in Rails © 2025
Latest Posts Github Twitter LinkedIn

Subscribe to Ruby in Rails

Stay up to date! Get all the latest posts delivered straight to your inbox