Ruby on Rails Blog

This project is very simple and was developed to learn and practice with Ruby on Rails. It uses the versions:

In addition, the gems used are:


After launching the project and logging in, the user can view a list of their created articles displayed as cards. Each card shows the article’s title, categories, creation date, and the author’s profile picture. blog-rails

By clicking on the “Export articles as PDF” button, a user can generate a PDF file with the entire list of his published articles. blog-rails

In addition, the author of an article is the only user able to edit or delete that item, and therefore is the only one able to display the buttons that allow these functions. blog-rails

The articles can be commented on by any user, as shown below. blog-rails

Finally, I would like to highlight, among other functionalities, the user account management, which is done thanks to the implementation of the Devise gem. It allows to make changes to personal data and profile picture, using the password to confirm the changes. In addition, it also facilitates the options of password change and account deletion.