Anjasfedo / rails-stisla

Ruby on Rails with Stisla Admin Template with Devise as Authentication and Cancancan as Authorization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...

rails active_storage:install

rails g scaffold user name:string role:belongs_to rails g scaffold role name:string description:string

rails g devise User

About

Ruby on Rails with Stisla Admin Template with Devise as Authentication and Cancancan as Authorization


Languages

Language:CSS 40.0%Language:Ruby 30.6%Language:HTML 19.4%Language:JavaScript 9.3%Language:Dockerfile 0.6%Language:Shell 0.1%