Skip to content

small boilerplate to start multi-tenant Software as a Service app with Ruby on Rails

Notifications You must be signed in to change notification settings

emersonjsouza/boilerplate-saas-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-tenant SAAS app with Ruby on Rails

This is sample project to have direct how to create Software as a Service app with RoR

Getting Started

Install RVM with Ruby 2.1. If you have 2.1 on your system you're good to go.

Install gems and build the app

gem install bundler
bundle install
rake db:create:all
rake db:migrate

Basic Usage

Test this project through on lvh.me:3000

Home Page

Contribuições

  1. Fork it ( https://github.com/emersonjsouza/boilerplate-saas-rails/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

TODO

  • add unit test

License

MITLicense.

About

small boilerplate to start multi-tenant Software as a Service app with Ruby on Rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published