Posts - Page 5
Personal blog by Karina Baha.
-
Create a Blog Application with Ruby on Rails 7. Fifth Part: Implement Authorization
In Ruby on Rails Sep 10, 2022
In this last post from this series, we will implement a simple authorization in our blog application.
... -
Create a Blog Application with Ruby on Rails 7. Fourth Part: Performing Operations on the Post Resource
In Ruby on Rails Sep 8, 2022
In this article, we will implement the ability for users to create, update, delete, and publish posts.
... -
Create a Blog Application with Ruby on Rails 7. Third Part: Implement User Authentication
In Ruby on Rails Sep 6, 2022
In this blog post, we'll continue developing our blog application by implementing user authentication.
The has_secure-password method, in addition to methods for encrypting a password using...
-
Create a Blog Application with Ruby on Rails 7. Second Part: Create a Post Model and a Posts Controller
In Ruby on Rails Sep 5, 2022
In this part, we will generate a Post model and a Posts controller and start implementing the relationship between users and posts.
...
Create a Blog Application with Ruby on Rails 7. First Part: Create the User Resource
In Ruby on Rails Sep 4, 2022
In this series, we'll create a simple blog application using Ruby on Rails 7. We'll have a Post resource and a User resource. We'll implement authentication for our users. Users will be able to cre...