Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anjasfedo/rails-stisla
Ruby on Rails with Stisla Admin Template with Devise as Authentication and Cancancan as Authorization
https://github.com/anjasfedo/rails-stisla
cancancan devise ruby-on-rails stisla-admin stisla-templates
Last synced: about 2 months ago
JSON representation
Ruby on Rails with Stisla Admin Template with Devise as Authentication and Cancancan as Authorization
- Host: GitHub
- URL: https://github.com/anjasfedo/rails-stisla
- Owner: Anjasfedo
- Created: 2024-04-27T14:00:25.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-15T15:49:56.000Z (6 months ago)
- Last Synced: 2024-07-15T19:13:41.849Z (6 months ago)
- Topics: cancancan, devise, ruby-on-rails, stisla-admin, stisla-templates
- Language: CSS
- Homepage:
- Size: 7.05 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:stringrails g devise User