#ruby-on-rails
Read more stories on Hashnode
Articles with this tag
Add Drop-Down Actions for Tasks and Projects · In this article we will add the drop-down menus for tasks and projects that contain the "Edit" and...
Sort Tasks, Sort Projects · In this article we will add the ability to sort Tasks and Projects. We will need to do the following: Install a frontend...
Implement Project Tasks · In this article we will add the ability to manage tasks per project and then mark them as completed. Create the Task Model Run...
Create Project CRUD Pages, Install Hotwire · This article will describe how to create the Project CRUD pages (Create, Read, Update, Delete) and then wire...