
How to get a random number in Ruby
A simple tutorial about how to get a truly random number with the Ruby language.
A simple tutorial about how to get a truly random number with the Ruby language.
Ruby is a language that uses multiple programming paradigms, most commonly object-oriented and functional, and with its functional nature comes the idea of functions. Ruby uses three types of closures, namely blocks, procs, and lambdas.
self is a reserved keyword in Ruby that always refers to the current object. Let's see how to use it.
Google analytics is not anymore an option, at least in the EU. It's barely legal regarding GDPR, and we start to see companies being blamed for using it. Alternatives to Google Analytics are not free, and not cheap. Even open-source solutions are not that easy to implement.
Renaming a Rails app is not a difficult task and can be handled manually. Let's see how.
Administrate is a Ruby gem that helps your team to manage database content with a clean UI by default, while still giving you any possibility to customize appearance and behaviour.