The Wayback Machine - https://web.archive.org/web/20201212140552/https://github.com/tunepolo/railstutorial
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
app
 
 
bin
 
 
 
 
db
 
 
lib
 
 
log
 
 
 
 
 
 
tmp
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

CircleCI

Ruby on Railsチュートリアルのサンプルアプリケーション

これは、次の教材で作られたサンプルアプリケーションです。 Ruby on Railsチュートリアル Michael Hartl

ライセンス

Ruby on Railsチュートリアル内にある ソースコードはMITライセンスとBeewareライセンスのもとで公開されています。 詳細はLICENSE.mdをご覧ください。

使い方

このアプリケーションを動かす場合は、まずはリポジトリを手元にクローンしてください。 その後、次のコマンドで必要になるRubyGemsをインストールします。

$ bundle install --without production

その後、データベースへのマイグレーションを実行します。

$ rails db:migrate

最後に、テストを実行してうまく動いているかどうか確認してください。

$ rails test

テストが無事に通ったら、Railsサーバーを立ち上げる準備が整っているはずです。

$ rails server

詳しくは、Ruby on Railsチュートリアルを参考にしてください。

You can’t perform that action at this time.