
· Ruby
Switch method in Ruby
An article to see how to make switch case statement in Ruby, even if I'm personally not big fond of it, let's take a dive :)
An article to see how to make switch case statement in Ruby, even if I'm personally not big fond of it, let's take a dive :)
Private methods in Ruby, are, like in other languages, not meant to be accessed from the outside. Let's see a quick hack about it.
There are multiple ways to check presence in Ruby. Let's see them with various examples.
An opinionated article about where to put efforts when you want to learn Rails. When you have prior experience...
Let's see the official way to create Rails application, as well as the minimalistic option.
A review of the benefits of Rails ActiveSupport, through an interview of a Rails teacher.