Blog
Ruby, the self keyword
In this article we will explore the self keyword of the Ruby language
Posted May 12, 2022 - tagged ruby
6 min read
How to use Rails flash messages
How to effectively use and implement flash messages with Ruby-on-Rails
Posted May 9, 2022 - tagged ruby-on-rails
6 min read
How to get a random number in Ruby
Let's see how to get a random number in Ruby
Posted May 5, 2022 - tagged ruby
2 min read
Kill Rails server : a how-to guide
How to kill your Rails server ? This could happen if your Rails server is buggy, and restart is not possible.
Posted May 2, 2022 - tagged ruby-on-rails
4 min read
Ruby block, procs and lambda
With the Ruby language, block, procs, and lambda are some different ways to use anonymous functions.
Posted April 28, 2022 - tagged ruby
6 min read
Ruby on Rails, the MVC architecture
Ruby-on-Rails is known as a MVC framework. Let's see what does this means.
Posted April 25, 2022 - tagged ruby-on-rails
5 min read
Rails analytics made simple
Analytics (i.e. stats about your visitors) is nowadays not cheap. Let's see why, and let's see how Rails could help.
Posted March 21, 2022 - tagged ruby-on-rails
7 min read
Rails 7 Hotwire : a tutorial
Hotwire is the new functionality of Rails that gained momentum lastly. This tutorial is a practical introduction to each feature.
Posted March 7, 2022 - tagged ruby-on-rails
10 min read
BootrAils demo available ! 😀
Bootrails demo : a clickable website to demonstrate bootrAils abilities once launched
Posted March 4, 2022 - tagged changelog
2 min read
How to rename a Rails app
Here are the instructions to rename an existing Rails app. Nothing really risky, it should be a set-and-forget thing.
Posted March 3, 2022 - tagged ruby-on-rails
2 min read