Skip to content
/ rails_starter Public template

Rails starter app with devise, omniauth, rspec, roles, pundit, haml, bootstrap, jquery, guard, spring, API

Notifications You must be signed in to change notification settings

MohamedBrary/rails_starter

Repository files navigation

Rails 5 Starter Application

This is a Rails 5 starter application to boost your MVP development.

What is featured till now:

  • HAML and Bootstrap generators
  • Devise for authentication
  • Omniauth for Facebook and Google authentication
  • Pundit for authorization, and different roles for users
  • API with token authentication
  • Rspec and Capybara for automated testing, and test coverage for all implemented features

Take a look:

This application is deployed on Heroku, use these credentials to login as an admin user:

To see the steps used creating this app, checkout out this gist.


For the same features but integerating React in the front end, checkout out this repository.