Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s4ichi/rin
The template for ruby on rails.
https://github.com/s4ichi/rin
Last synced: 13 days ago
JSON representation
The template for ruby on rails.
- Host: GitHub
- URL: https://github.com/s4ichi/rin
- Owner: s4ichi
- License: mit
- Created: 2015-01-13T03:53:36.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-16T12:35:59.000Z (over 9 years ago)
- Last Synced: 2023-08-19T17:27:59.890Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 203 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# rin
The template for ruby on rails.
This application using postgresql.```sh
$ rails new sample -m https://raw.github.com/everysick/rin/master/app_template.rb -d postgresql
```## installs
### gems
+ pg
Application main database.
+ redis, redis-rails
Sub database.
+ devise
Account controller.
+ lazy_high_charts
To edit charts.
### UI UX Component
non### Test
non### Other
non## Requirements
Before creating your application, you will need
+ Ruby undefined
+ Rails undefined