Vanilla Rails authentication with Authentication ZeroYes!! I’d like to try Authentication Zero to know what’s up.#coding#rails#guide#auth·codewithrails.com·Nov 2, 2023Vanilla Rails authentication with Authentication Zero
Code With RailsA blog of tutorials#coding#rails#guide#articles#blog·codewithrails.com·Nov 2, 2023Code With Rails
Custom Active Storage ValidatorValidate attachments without dependencies#coding#rails#guide·gist.github.com·Nov 2, 2023Custom Active Storage Validator
Vanilla Rails isomorphic attachment validationsValidate attachments without dependencies.#rails#guide#coding·gist.github.com·Nov 2, 2023Vanilla Rails isomorphic attachment validations
Binged Watched (almost) a Rails Upgrade | James GarciaTips for upgrading a Rails app.#coding#rails#ruby#guide·jamgar.github.io·Nov 2, 2023Binged Watched (almost) a Rails Upgrade | James Garcia
Rails Background Jobs — Reconstruct Your ApplicationHas your Rails application ever experienced a situation where it becomes slow while handling large amounts of data, sending emails, or…#article#guide#coding#rails·medium.com·Nov 2, 2023Rails Background Jobs — Reconstruct Your Application
Update Your Gems Early and Oftencodebundle outdated/code can be useful for keeping your codebundler/code dependencies updated.#rails#ruby#article#guide#coding·thoughtbot.com·Oct 27, 2023Update Your Gems Early and Often
Episode 425 - Kamal in GitHub Actions | Drifting RubyToo bad it’s locked behind a subscription, so it’s not really useful to me at this point. Prolly never will too, cos I’d have figured it out before I’m able to afford the subscription.#guide#rails#coding#devops#video·driftingruby.com·Oct 23, 2023Episode 425 - Kamal in GitHub Actions | Drifting Ruby
Using Kamal to host multiple Apps on a single serverInteresting guide.#coding#guide#rails#devops·erikminkel.com·Oct 21, 2023Using Kamal to host multiple Apps on a single server
Deploy Your Rails Applications the Easy Way With KamalWow! Thanks to Dennis for this amazing guide.#coding#rails#devops#deployment#guide#article·dennmart.com·Oct 17, 2023Deploy Your Rails Applications the Easy Way With Kamal
Rails on DockerThis might help to understand Rails dockerization a little bit.#coding#rails#devops#guide#article·fly.io·Oct 12, 2023Rails on Docker
How To Use Basecamp’s MRSK With AWS and GitHubLearn how to use Basecamp’s MRSK to deploy Rails application to AWS with GitHub Actions#rails#coding#devops#deployment#tool#guide·jetrockets.com·Sep 14, 2023How To Use Basecamp’s MRSK With AWS and GitHub
Adding pagination to Rails APIWhen there are lots of data going through the backend API, pagination is here to help reduce backend loads. There are a few gems that…#rails#coding#guide·medium.com·Sep 7, 2023Adding pagination to Rails API
Rails 7: API-only app with Devise and JWT for authenticationBuilding an app: from concept to deployment using headless Rails-API and React with Next.JS — Part 2#rails#guide#coding#auth·sdrmike.medium.com·Sep 7, 2023Rails 7: API-only app with Devise and JWT for authentication
Create Rails Magic Login LinkImplement passwordless login in Rails using magic links, LoginToken model, LoginLinks controller, and tokenable concern#rails#coding#guide#article#auth·code.avi.nyc·Sep 2, 2023Create Rails Magic Login Link
Should you create a new Rails app as API-only?Are you building an API but not sure if you should go with a regular full stack rails app or set it up as api-only app? This post is for you.#rails#coding#guide·stefannibrasil.me·Jun 17, 2023Should you create a new Rails app as API-only?