Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/majioa/ror-template

ROR 5 template app just for quick start
https://github.com/majioa/ror-template

Last synced: about 2 months ago
JSON representation

ROR 5 template app just for quick start

Awesome Lists containing this project

README

        

## RSpec / Spring

$ rails g rspec:install
$ bundle exec spring binstub --all

## Models

$ rails g model User name:string