Avi Flombaum
code.avi.nyc

code.avi.nyc

Follow
Follow
homeSponsorAvi.NYCWorklognewsletter
Tag

Ruby on Rails

#ruby-on-rails

More content

Read more stories on Hashnode


Articles with this tag

Turbo Drag and Drop: Part 2 - Refactor Turbo Frames

Oct 3, 20233 min read

In the previous post we built a common UI pattern of a button that reveals a form and on submitting the form, adds the newly created item to a list....

Turbo Drag and Drop: Part 2 - Refactor Turbo Frames

Turbo Forms & Drag and Drop in Ruby on Rails: Part 1

Sep 12, 20236 min read

Much like the Drag and Drop Uploader I built, I've been finding that you don't need to use JS plugins to build a lot of common functionality these...

Turbo Forms & Drag and Drop in Ruby on Rails: Part 1

Building a Magic Login Link in Rails

Sep 2, 20234 min read

A popular feature in applications is the ability to request a magic link to your account's email address that will log you into the application...

Building a Magic Login Link in Rails

Reset Password in Rails from Scratch

Aug 31, 20236 min read

As a continuation of Rails Authentication from Scratch, let's add a password reset feature to our application. Generating the Reset Password Token The...

Reset Password in Rails from Scratch

Rails Authentication From Scratch

Aug 30, 20237 min read

Part 1: User Signup Rails Authentication Demo App Source code There are certainly a lot of amazing authentication options in the Rails ecosystems. If...

Rails Authentication From Scratch

An ActiveStorage S3 Direct Uploader: Part 4 - Bonus Features

Aug 10, 20236 min read

Our uploader is super functional and fast. Quick Review Just for fun, I thought we'd add a feature where after the upload is complete we display an...

An ActiveStorage S3 Direct Uploader: Part 4 - Bonus Features