Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```