Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kayhide/rails_template


https://github.com/kayhide/rails_template

Last synced: about 1 month ago
JSON representation

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
```