Adding 'Sign in with Apple' to your Ruby on Rails 7.1 App: A Step-by-Step Guide
Also, a fix for the nasty CSRF issue.
Nov 10, 20235 min read2.3K

Search for a command to run...
Articles tagged with #ruby-on-rails
Also, a fix for the nasty CSRF issue.

I started a new Ruby on Rails 7.1 project the other day, and I added both tailwindcss (via the tailwindcss-rails gem) and the trix editor. Everything worked great, except I was missing item markers and indentation on my bulleted lists (both ordered a...
