Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willnet/rails-toybox
rails templates for checking rails features
https://github.com/willnet/rails-toybox
Last synced: 16 days ago
JSON representation
rails templates for checking rails features
- Host: GitHub
- URL: https://github.com/willnet/rails-toybox
- Owner: willnet
- Created: 2017-09-23T06:04:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-03T08:37:28.000Z (over 4 years ago)
- Last Synced: 2025-01-02T23:33:31.038Z (23 days ago)
- Language: Ruby
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rails-toybox
rails templates for checking rails features
## What's rails templates ?
Read a following guide.
[Rails Application Templates — Ruby on Rails Guides](https://guides.rubyonrails.org/rails_application_templates.html)
## How to use
```shell
rails new has_many_sample -m https://raw.githubusercontent.com/willnet/rails-toybox/master/has_many_template.rb
```or
```shell
rails new has_many_sample
cd has_many_sample
rails app:template LOCATION=https://raw.githubusercontent.com/willnet/rails-toybox/master/has_many_template.rb
```