Ruby-on-Rails authentication tutorial with Devise
Rails authentication Ruby-on-Rails lack of internal, built-in authentication mechanism is something often claimed by developer for the next Rails version. Devise seems the go-to, default gem for ...
Rails authentication Ruby-on-Rails lack of internal, built-in authentication mechanism is something often claimed by developer for the next Rails version. Devise seems the go-to, default gem for ...
JavaScript and Ruby are beautiful ❤ The choice of the programming language will definitely affect what projects you will create and what companies you will be able to work for in the future. In t...
What is the group_by method in Ruby? The .group_by method is included in Ruby’s Enumerable module. We have already written about the Enumerable module and Enumerators in previous blog entries. T...
What is Faker? During the development process, it is often necessary to test the application to work with real data. Moreover, the data should be as close as possible to the real ones, both qualit...
Rails: Applications, databases and the Active Record Ruby on Rails is a powerful framework to create applications based on the MVC Architecture. One of its most valuable assets is that you can bui...
What is a loop? We can explain looping as the action of repeating the same thing over and over. In programming, as in real life, we need assembly lines. Imagine a cake factory that has a defined p...
Prerequisites for Ruby, Rails, and JS environment Here are the tools I used for this tutorial. $> ruby --version => 3.1.2 $> rails --version => 7.0.3.1 $> node --version ...
Exception handling in the programming world Every application is meant to enable user interaction and has a specific purpose to add value. However, applications, like any other service, can someti...
What is log monitoring “Log monitoring” means tracking warnings and bugs. And put a backtrace history in a file accessible to the team. Locally, you don’t need this because each error will be prin...
2023 disclaimer : Bootrails is now a partner of AvoHQ. Learn more Avo Overview AvoHQ main promise is to remove boilerplate. It’s an alternative to the Rails administrate gem. Avo’s primary purpo...