Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/majioa/ror-template
- Owner: majioa
- Created: 2016-03-10T20:17:56.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T12:16:56.000Z (almost 2 years ago)
- Last Synced: 2023-03-24T19:28:18.841Z (almost 2 years ago)
- Language: Ruby
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## RSpec / Spring
$ rails g rspec:install
$ bundle exec spring binstub --all## Models
$ rails g model User name:string