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

Akshay Mohite

Hi there! I am a Ruby on Rails & ReactJS Enthusiast, building some cool products at DTree Labs.

123 posts •
Rails

Benchmark in Ruby code using bm and bmbm with examples

In Ruby, you have to perform benchmarking to measure performance of your code. Ruby allows you to do Benchmarking using library called ‘benchmark’

Akshay Mohite Akshay Mohite 3 min read
Rails

strftime – Format Date Time in Ruby

In Ruby, you have to format or convert time from one format to other many a times. You can use library method strftime available to perform formatting operations.

Akshay Mohite Akshay Mohite 4 min read
Rails

Speed up rails development environment mode

While Running Ruby on Rails projects in development mode, many of you might have came across slow development process. Now, there is one easy way to speed up Rails Development Environment mode.

Akshay Mohite Akshay Mohite 1 min read
How-to

How to Check if value is included in between the range?

There are many ways of doing the same thing in Ruby. How to check if a number is between the two values?

Akshay Mohite Akshay Mohite 1 min read
Rails

Ruby – Difference between Require and Include

While coding with Ruby or Ruby on Rails, you might have came across Require and Include. There are quite a few differences between Require and Include.

Akshay Mohite Akshay Mohite 3 min read
Rails

Ruby – Difference between Symbols and Strings

Ruby has Symbols as well as Strings. Their are differences between the two that should be known for proper use in your Application while coding.

Akshay Mohite Akshay Mohite 2 min read
« Newer Posts Page 20 of 21 Older Posts »
Ruby in Rails © 2021
Latest Posts Github Twitter LinkedIn

Subscribe to Ruby in Rails

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