https://github.com/gingray/rails-template
rails template
https://github.com/gingray/rails-template
Last synced: 7 days ago
JSON representation
rails template
- Host: GitHub
- URL: https://github.com/gingray/rails-template
- Owner: gingray
- Created: 2020-03-11T14:39:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-16T18:32:15.000Z (about 5 years ago)
- Last Synced: 2026-02-19T04:30:44.937Z (4 months ago)
- Language: Ruby
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### How to use
run ```rails new [NAME_OF_APP] -m /Users/gingray/github/rails-template/template.rb```
run ```rails generate devise:install```
run ```rails generate devise User```
run ```rails g rolify Role User```
it works good for classic rails app for API mode I've got errors when install RSpec
I think here is boilerplate that using in most rails apps
Have fun