Pinned Repositories
invisible_ink
Keep your private notes in plain sight.
my_site_archive
The simplest way to archive your website.
rails-ajax-examples
Examples of how to use AJAX in a Rails Application
rails-authentication-from-scratch
A step-by-step guide on how to build your own authentication system in Rails from scratch.
rails-nested-form-example
Create a nested form from scratch in Ruby on Rails 6
rails-react-example
An example application built with Rails and React
rails_mvp_authentication
An authentication generator for Rails 7. Generate all the files needed to create a feature rich authentication system that you control. No configuration needed.
stridecatcher
A simple Strava clone
unsubscribe
Automatically unsubscribe from emails in Rails.
wordpress-bootstrap-starter-theme
A blank starter theme for WordPress using WPGulp, Underscores and Bootstrap 4.
stevepolitodesign's Repositories
stevepolitodesign/rails-api-key-authentication
In this tutorial, we'll build a full-featured API in Rails with authentication.
stevepolitodesign/rails-setup-script-improvements
Adds improvements to the autogenerated ./bin/setup script.
stevepolitodesign/rails-infinite-scroll-posts
Learn how to create an infinite scrolling blog roll in Rails with Turbo and Stimulus.
stevepolitodesign/rails-microlink-example
Create link previews in Rails with Microlink
stevepolitodesign/rails-lazy-load-content-from-scratch
Lazy-load content in Ruby on Rails without Hotwire.
stevepolitodesign/auto-unsubscribe-from-email-in-rails
Learn how to add a link to any Rails Mailer that will allow a user to automatically unsubscribe from that email. As an added bonus, we'll build a page allowing a user to update their email preferences across all mailers.
stevepolitodesign/client-side-authorization
This codebase demonstrates how to create simple client-side "authorization". Specifically, it demonstrates how to prevent a user from viewing a specific page unless they fill out an opt-in form.
stevepolitodesign/netlify-gatsby-radio-buttons-example
Learn How To Correctly Format Radio Buttons Using Netlify and Gatsby
stevepolitodesign/po-notes
An open-source application to help take notes, complete tasks, and set reminders.
stevepolitodesign/rails-real-time-form-validation
Learn how to validate a form in real-time while conditionally preventing it from being submitted.
stevepolitodesign/flagged
Moderate records in Rails.
stevepolitodesign/is_authorized
Simple authorization for Ruby on Rails.
stevepolitodesign/pundit-feature-flags
Use Pundit as a Rails Feature Flag System
stevepolitodesign/rails-auto-save-form-data
Automatically save form data into localStorage so that it can be retrieved later before submitting the form.
stevepolitodesign/rails-remote-elements-tutorial
Create a single page app in Rails from scratch using remote elements and Stimulus.
stevepolitodesign/rails-search-across-multiple-models
Search across multiple models in Rails using Delegated types.