RailsApps
The RailsApps open source project offers starter applications and tutorials for Rails developers.
All code explained in the Capstone Rails Tutorials.
Generate the applications with the Rails Composer tool.
Get the book that is called "The best Rails book for beginners." See the 5 star reviews on Amazon. Learn how to get it FREE.
All code in the applications is explained in the tutorials. Purchase the tutorials to aid the project.
Create your own custom starter application. Like 'rails new' on steroids.
Starter application integrates the Bootstrap front-end framework with Rails. Tutorial available.
Simple application for a small business website. All the code explained in the Learn Ruby on Rails book.
Visitors sign up for a mailing list using background processing. Tutorial available.
Authentication with OmniAuth for sign in with Twitter, Facebook, and other providers. Tutorial available.
Authentication with Devise for sign up, sign in, and user accounts with email and password. Tutorial available.
Devise combined with simple role-based authorization. Tutorial available.
Devise combined with Pundit for complex authorization policies. Tutorial available.
Devise combined with role-based authorization to sign up for a mailing list and download a PDF. Tutorial available.
Sell a product using Stripe Checkout. Tutorial available.
Complex Stripe integration with free options and variable pricing using coupons. Tutorial available.