Ruby on Rails
Articles related to Ruby on Rails web development framework.
-
Ruby on Rails To Do App with Turbo
In Ruby on Rails Mar 8, 2023
In this post, we'll build a simple todo app with Ruby on Rails and Turbo. We'll implement the ability to add, edit, delete and mark as completed tasks. Our app will have one page where we'll displ...
-
Confirmation Dialog Box in Ruby on Rails 7 with Turbo
In Ruby on Rails Feb 23, 2023
Ruby on Rails 7 ships with Turbo, a framework that allows developers to speed up their applications without having to write a lot of JavaScript. Turbo Drive, part of the Turbo framework, performs b...
-
Use Sweet Alert 2 with a Destroy Button in Ruby on Rails 7
In Ruby on Rails Sep 15, 2022
In this post, we will discuss how we can integrate the Sweet Alert 2 library into a Rails 7 application. We will build ...
-
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.
...