The RailsApps open source project offers starter applications and tutorials for Rails developers.
Get on the mailing list for announcements of new features.
All code in the starter applications is explained in the tutorials. Purchase the tutorials to aid the project.
Starter applications for Rails developers, generated by Rails Composer. It's like 'rails new' on steroids. Open source; free to use.
Starter application integrates the Bootstrap front-end framework with Rails. Tutorial available.
Starter application integrates the Foundation 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.
Stripe for recurring billing. Tutorial available.