Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

autopilot-rails

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autopilot-rails

  • 0.1.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Autopilot Rails

⚠️ This project is still a WIP. It currently works with a limited set of features.

Ship your next SaaS product in hours, not days or weeks.

This gem will help you to scaffold your next project. Currently it will add:

  • Users with authentication via Devise
  • Accounts with devise_invitable
  • Super admin area with ActiveAdmin
  • Default routes and pages

More features coming soon:

  • User roles & permissions
  • Stripe billing with optional annual plans
  • Feature flipper for super admins
  • UI themes

Install

To install Autopilot, simply add the gem to your Gemfile: gem 'autopilot', git: 'https://github.com/stratuslabs/autopilot.git'

Usage

To generate a project run rails generate autopilot:go to get started. The generator will ask a few questions to customize the output.

OptionDescription
Do you want to have multiple users per account?This will add an Account model, some account related helpers, and Devise Invitable. You will also get a account/users page with a list of users and the invite form.
Do you want to include ActiveAdmin?This will install ActiveAdmin with a few extra features like "Log in as user" and an account growth chart.
Do you want to include a home page?This will add a blank html page and set it as your unauthenticated root path. When set to false your log in page will be the root.

Starting from scratch

Here are some instructions to help you start a Rails app from scratch:

FAQs

Package last updated on 06 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc