Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kayhide/rails_template
https://github.com/kayhide/rails_template
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kayhide/rails_template
- Owner: kayhide
- Created: 2014-04-29T08:50:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-22T07:23:26.000Z (over 8 years ago)
- Last Synced: 2023-08-03T19:35:35.068Z (over 1 year ago)
- Language: Ruby
- Size: 32.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rails Template
## 使い方
ローカルにクローンする。```bash
git clone https://github.com/kayhide/rails_template.com
```new する。
```bash
rails new hogepiyo -m ~/prj/ruby/rails_template/main.rb -d=postgresql
```postgresql のユーザーを作る。
```bash
cd hogepiyo
rake db:create_user
```