rubenochiavone / rails-bootstrap-devise-pundit

Sample rails app that uses bootstrap, devise and pundit gems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rails-bootstrap-devise-pundit

This is a sample rails v5 app that uses the following gems:

  • bootstrap v4: Twitter bootstrap UI framework
  • devise v4: Authentication engine
  • pundit v2: Authorization API

Setup

Make sure that Ruby v2.3.x (also RubyGems) and SQLite3 are installed - take a look here for help.

Then, install dependencies and setup database:

bundle install # or bundle install --path vendor/bundle
bundle exec rails db:setup

Run app

bundle exec rails s

Test

TODO: add tests

License

Licensed under the MIT license, see the separate LICENSE.txt file.

About

Sample rails app that uses bootstrap, devise and pundit gems

License:MIT License


Languages

Language:Ruby 77.4%Language:HTML 17.8%Language:JavaScript 2.1%Language:SCSS 2.0%Language:CoffeeScript 0.7%