Blog
Rails log monitoring - tutorial and home-made example
You can use a SaaS to monitor your logs, but you can also directly implement this feature inside your Ruby-on-Rails stack.
Posted July 11, 2022 - tagged ruby-on-rails
5 min read
Ruby-on-Rails and Avo Tutorial
Avo is a tool that empowers developers to create beautiful admin panels for Ruby-on-Rails apps quickly.
Posted July 7, 2022 - tagged ruby-on-rails
6 min read
Ruby Enumerable Module
The enumerable module is one of the most important modules in Ruby, it includes a wide range of methods that help us to interact with collections of data.
Posted July 4, 2022 - tagged ruby
6 min read
Ruby-on-Rails and Tailwind CSS Tutorial
Tailwind CSS is a utility-first CSS framework with tons of classes that can be used to build any design directly in HTML.
Posted June 30, 2022 - tagged ruby-on-rails
6 min read
Ruby inheritance
Inheritance in Ruby and Ruby-on-Rails is a key element that has a great potential to develop robust interfaces. Inheritance is a concept which is directly related with Object Oriented Programming (OOP).
Posted June 27, 2022 - tagged ruby
5 min read
Ruby-on-Rails ViewComponents tutorial and examples
ViewComponent is a Ruby gem for creating reusable, testable, and encapsulated view components in Ruby-on-Rails.
Posted June 23, 2022 - tagged ruby-on-rails
6 min read
Rails link_to tutorial and examples
link_to is a helper method in Ruby that is very useful to enable users to navigate through applications.
Posted June 14, 2022 - tagged ruby-on-rails
5 min read
Ruby-on-Rails and AlpineJS tutorial
AlpineJS is a very promising JavaScript tool for already-rendered HTML. It sounds an awfully good fit for Ruby-on-Rails. Let's dive in.
Posted June 9, 2022 - tagged ruby-on-rails
5 min read
How to define and use a Ruby hash
A Ruby hash is a way to store and structure data. Let's see how to define a hash and how to use it. And the main methods and operations, through examples.
Posted June 2, 2022 - tagged ruby
6 min read
Ruby-on-Rails and VueJS tutorial
Ruby-on-Rails for the backend part, and some VueJS into your views. This short tutorial helps you to put pieces together.
Posted May 30, 2022 - tagged ruby-on-rails
6 min read