https://github.com/justalever/kickoff
A Ruby on Rails Application starter template for screencasts featured on Web-Crunch.com
https://github.com/justalever/kickoff
application kickoff rails template
Last synced: 4 months ago
JSON representation
A Ruby on Rails Application starter template for screencasts featured on Web-Crunch.com
- Host: GitHub
- URL: https://github.com/justalever/kickoff
- Owner: justalever
- Created: 2018-03-24T18:40:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-02T15:51:36.000Z (about 6 years ago)
- Last Synced: 2025-04-23T18:09:34.457Z (about 1 year ago)
- Topics: application, kickoff, rails, template
- Language: HTML
- Size: 17.6 KB
- Stars: 50
- Watchers: 4
- Forks: 36
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Rails Kickoff
Starts off with a bunch of defaults for faster screencast setup.
Tested Rails Version
`gem 'rails', '~> 6.0.0`
Tested Ruby Versions
`ruby '2.6.3'`
## How it works
When creating a new rails app simply pass the template file through.
#### Creating a new app
```bash
$ rails new myapp -d -m template.rb
```