Skip to content

Railsチュートリアルの各章が終わった状態を集めたリポジトリです。

Notifications You must be signed in to change notification settings

suganami0510/sample_apps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cover Photo

Rails チュートリアル sample_app コード集

Railsチュートリアルの各章が終わった状態を集めたリポジトリです。

Rails解説セミナーに途中から参加するときや、
Railsライブ収録動画を途中から視聴するときなどにご活用ください。

なお、各章の演習の結果や、高度なセットアップなどについては反映されておりません。

各章とディレクトリ名の対応関係 (Rails 5.0.0.1 対応版)

5_0_0_1というディレクトリ内に、各章が終わった状態の sample_app を置いています。
第1章で紹介している Cloud 9 の上において、動作確認をしています。
各ディレクトリの内容は次のとおりです。

各章とディレクトリ名の対応関係 (Rails 4.2.2 対応版)

4_2_2というディレクトリ内に、各章が終わった状態の sample_app を置いています。
第1章で紹介している Cloud 9 の上において、動作確認をしています。
各ディレクトリの内容は次のとおりです。

各章とディレクトリ名の対応関係 (Rails 4.0.5 対応版)

4_0_5というディレクトリ内に、各章が終わった状態の sample_app を置いています。
Mac OS X (Yosemite) + rbenv + Ruby 2.0.0 で、動作確認をしています。
各ディレクトリの内容は次のとおりです。

オマケ

omakeディレクトリの中に、試しにアップグレードしてみたコードを置いています。

  • 12章が始められる状態: ch12_3_2 (Rails3.2版)
  • 12章が終わった状態: ch12_4_0 (Rails4.0版)
  • 完成した Sample App を Rails 4.1 で動くようにしてみた: sample_app_4_1
  • 完成した Sample App を Rails 4.2 で動くようにしてみた: sample_app_4_2

なお、Railsチュートリアルを進められる環境をVagrantで構築する[スターターキット] (https://github.com/yasslab/railstutorial.jp_starter_kit)もあります。
Cloud IDEではなく、手元で環境を構築したい場合はこちらも適宜ご活用して頂けたらと思います。

参考資料

他、開発環境の設定例などは、Railsチュートリアルのヘルプページを参照してください。

関連リンク/関連レポジトリ

本リポジトリのライセンス

The MIT License (MIT)

Copyright © 2015-2016 YassLab

YassLab Logo

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.

Sample App のライセンス

Ruby on Rails Tutorial: Learn Web Development with Rails. Copyright © 2014 by Michael Hartl.

All source code in the Ruby on Rails Tutorial is available jointly under the MIT License and the Beerware License.

The MIT License

Copyright (c) 2014-2016 Michael Hartl

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

Railsチュートリアルの各章が終わった状態を集めたリポジトリです。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 72.9%
  • HTML 18.8%
  • CSS 5.7%
  • JavaScript 1.6%
  • Other 1.0%