Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jimmyn/rails-templates
Simple temlates for fast RoR setup
https://github.com/jimmyn/rails-templates
Last synced: about 4 hours ago
JSON representation
Simple temlates for fast RoR setup
- Host: GitHub
- URL: https://github.com/jimmyn/rails-templates
- Owner: jimmyn
- Created: 2015-02-15T10:34:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-24T17:16:26.000Z (over 9 years ago)
- Last Synced: 2024-04-16T09:21:10.693Z (7 months ago)
- Language: Ruby
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rails Templates
Simple temlates for fast RoR setup## Set up for simple RoR app with active_admin and other stuff
```
rails new app_name -m https://raw.githubusercontent.com/jimmyn/rails-templates/master/mongo.rb --skip-active-record
```