https://github.com/fgrehm/rails-template
https://github.com/fgrehm/rails-template
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fgrehm/rails-template
- Owner: fgrehm
- Created: 2012-12-04T02:53:48.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-03T18:12:35.000Z (over 13 years ago)
- Last Synced: 2025-02-05T08:12:42.694Z (over 1 year ago)
- Language: Ruby
- Size: 137 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Rails Template
```terminal
rails new APP_NAME -m https://raw.github.com/fgrehm/rails-template/master/template.rb -T --skip-bundle
```
To try it out locally:
```terminal
LOCAL=1 rails new APP_NAME -m /path/to/rails-template/template.rb -T --skip-bundle
```