Skip to content

日経ソフトウェアの連載「イチからわかるRuby on Rails」のサンプルコードです。

Notifications You must be signed in to change notification settings

yasslab/nikkeibp2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

日経ソフトウェアの連載「イチからわかる Ruby on Rails」で使っているサンプルコードです。

途中から連載を読み始めた方は、こちらのコードを使ってください。

Cloud9のセットアップ方法

Cloud9のセットアップがまだの方は、 Railsチュートリアルの1.2節「さっそく動かす」に従ってCloud9をセットアップください。

Railsチュートリアル 1.2 さっそく動かす
http://railstutorial.jp/chapters/beginning?version=4.2#sec-up_and_running

ダウンロード方法

Cloud9上のターミナルで、次のコマンド群を実行してください。

$ cd ~/workspace
$ git clone https://github.com/yasslab/nikkeibp2015.git
Cloning into 'nikkeibp2015'... 
... (以下、省略) ...

$ cd nikkeibp2015
$ bundle install
Using rake 10.4.2
Using i18n 0.7.0
Using json 1.8.3
... (以下、省略) ...

これで準備完了です :)
あとは連載記事に従って読み進めてください。

関連リンク

ライセンス

(The MIT License)

Copyright © 2015-2016 YassLab

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

日経ソフトウェアの連載「イチからわかるRuby on Rails」のサンプルコードです。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published