Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/necojackarc/rails-template
Rails Application Template
https://github.com/necojackarc/rails-template
rails rails-template
Last synced: 2 days ago
JSON representation
Rails Application Template
- Host: GitHub
- URL: https://github.com/necojackarc/rails-template
- Owner: necojackarc
- Created: 2015-08-04T04:35:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-29T03:40:25.000Z (over 8 years ago)
- Last Synced: 2023-02-27T18:41:05.285Z (almost 2 years ago)
- Topics: rails, rails-template
- Language: Ruby
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rails template
My Rails Application Template## Requirements
- [simonwhitaker/gibo](https://github.com/simonwhitaker/gibo)## Usage
```bash
$ rails new :appname -d :dbname -BT -m https://raw.githubusercontent.com/necojackarc/rails-template/master/template.rb
```If you don't use Turbolinks:
```bash
$ rails new :appname -d :dbname -BT --skip-turbolinks -m https://raw.githubusercontent.com/necojackarc/rails-template/master/template.rb
```## Additional information
### Pry settings
- [necojackarc/dotfiles/pryrc - Github](https://github.com/necojackarc/dotfiles/blob/master/pryrc)### Rubocop settings
- [necojackarc/.rubocop.yml - Gist](https://gist.github.com/necojackarc/f3c8323441b1bfc0d4f4)## References
- [Rails Application Templates — Ruby on Rails Guides](http://guides.rubyonrails.org/rails_application_templates.html)
- [オレオレRails Application Templateをつくって公開しました。 - CreativeStyle](http://kadoppe.com/archives/2015/04/rails-application-template.html)