Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yazumoto/rails5alpha-initial-pattern

Rails5をインストールしてRspecなどを入れたテンプレ
https://github.com/yazumoto/rails5alpha-initial-pattern

Last synced: 23 days ago
JSON representation

Rails5をインストールしてRspecなどを入れたテンプレ

Awesome Lists containing this project

README

        

Rails5Sample
===
Rails5.0.0alphaを利用して、RailsAPIを利用したテンプレ

### 実施した項目リスト
- ```bundle exec rails g rspec:install```

### 使いかた
- ```bundle install --path vendor/bundle```
- ```bundle exec rake db:create```
- ```bundle exec rake db:migrate```
- ```bundle exec rails s```