Steve Polito » Ruby on Rails
146 FOLLOWERS
This section of the blog features articles that have to do exclusively with Ruby on Rails. Steve Polito is a Boston-based Full Stack Web Developer who specializes in WordPress and Ruby on Rails.
Steve Polito » Ruby on Rails
3y ago
Do you need to create real-time features in your Rails app, but either can't use Turbo or don't want to use a front end framework like React ..read more
Steve Polito » Ruby on Rails
3y ago
Are certain pages on your Rails app loading slowly? You might want to consider loading those requests in the background. It's easier than ..read more
Steve Polito » Ruby on Rails
3y ago
In this tutorial, I'll show you how to add a link to any Rails Mailer that will allow a user to automatically unsubscribe from that email ..read more
Steve Polito » Ruby on Rails
3y ago
Build an API in Rails with Authentication In this tutorial, we'll build a full-featured API in Rails with authentication. Below is what we ..read more
Steve Polito » Ruby on Rails
3y ago
Introduction In this tutorial I am going to show you how to revert and restore records using the PaperTrail Gem. Reverting Old Versions ..read more
Steve Polito » Ruby on Rails
3y ago
I know many existing tutorials explain how to install Bootstrap 4 on a Rails 6 application with Webpacker (like the GoRails example ..read more
Steve Polito » Ruby on Rails
3y ago
In this tutorial I am going to show you how to configure Travis CI to run your Rails' test suite and system tests everytime you push a new ..read more
Steve Polito » Ruby on Rails
3y ago
In this tutorial I'm going to show you how to automatically save form data in Rails. Instead of saving a draft to the database, we'll simply ..read more
Steve Polito » Ruby on Rails
3y ago
Imagine you have multiple identical elements on a page and that you need to select a specific element during a system test. If your test ..read more
Steve Polito » Ruby on Rails
3y ago
In this tutorial I'll show you how to leverage the Microlink API to generate link previews in Ruby on Rails. Demo Step 1: Application Set ..read more