Tutorials

Adding Authentication in Rails 6 with Rodauth | Janko's Blog
In this tutorial, we’ll show how to add fully functional authentication and account management functionality into a Rails 6 app, using the Rodauth authentication framework. Rodauth has many advantages over the mainstream alternatives such as Devis...







Rails 6.1 adds values_at attribute method for Active Record
Rails 6.1 simplifies retrieving values of attributes on the Active Record model instance by adding the values_at attribute method. This is similar to the values_at method in Hash and Array.Let’s check out an example of extracting values from a Use...
