https://github.com/kayhide/rails_template
https://github.com/kayhide/rails_template
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kayhide/rails_template
- Owner: kayhide
- Created: 2014-04-29T08:50:42.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-05-22T07:23:26.000Z (about 10 years ago)
- Last Synced: 2025-01-23T17:58:04.663Z (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
```