
Rails flash messages and UX
Flash message is a very old notion of Ruby-on-Rails. This article will be focused on the usability of these messages.
Flash message is a very old notion of Ruby-on-Rails. This article will be focused on the usability of these messages.
A quick tutorial about how to split a Ruby Array.
Rails console commands what you can politely ask Rails to execute, like launching a local web server, launch test, and so on. Let's dive.
Arrays, in Ruby, like other languages, are containers of a list of elements that can be of any nature. Let's see how to sort them in this quick tutorial.
With Ruby, there are different ways to create multiline strings. In this article, we will go over the main methodologies and highlight their functionalities. But before that, there are two things that are relevant when writing multiline strings.
Pundit is here to help you to implement Authorization in a Rails app. Let's see how.