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

https://github.com/yasslab/getting_started

Railsガイドの「Railsをはじめよう」で題材となっている Blog アプリケーションのサンプルコードです。
https://github.com/yasslab/getting_started

rails railsguides ruby

Last synced: about 2 months ago
JSON representation

Railsガイドの「Railsをはじめよう」で題材となっている Blog アプリケーションのサンプルコードです。

Awesome Lists containing this project

README

          

# サンプルアプリケーション: Blog

本リポジトリは、[Ruby on Rails ガイド](http://railsguides.jp)の「[Railsをはじめよう](http://railsguides.jp/getting_started.html)」で題材となっている
Blog アプリケーションのサンプルコードです。

Blog アプリケーションがうまく作れなかったときや、
コードを見返してみたいときなどにご活用ください。

なお、本アプリケーションは Heroku 上に公開されています。
まずは[公開されている Blog アプリケーション](https://getting-started-jp.herokuapp.com/)を触ってみて、
完成形のイメージを先に掴んでみても良いかもしれません :D

## 「Railsをはじめよう」を読み終わったら?

本章を読み終わったら、無料の大型チュートリアル「[Railsチュートリアル](http://railstutorial.jp/)」を読んでみることをオススメします。

SNSの開発を題材にして、Git/GitHubを使ったバージョン管理、Herokuを使ってデプロイする(一般のユーザに作ったウェブサービスを公開する)方法、RSpecを使ったテスト駆動開発など、Ruby/Railsでの開発スタイルを実際に手を動かしながら学ぶことができます :)

[![Railsチュートリアル カバー画像](https://dl.dropboxusercontent.com/u/2819285/railstutorial_header.png)](http://railstutorial.jp/)
#### [Ruby on Rails チュートリアル:実例を使ってRailsを学ぼう](http://railstutorial.jp/)

### 関連リンク

- [Railsハンズオンセミナー](http://railstutorial.jp/seminars): 講義形式でRailsチュートリアルを学べます.
- [Railsスクリーンキャスト](http://railstutorial.jp/screencasts): 動画形式でRailsチュートリアルを学べます.
- [Railsガイド](http://railsguides.jp/): Railsの各機能の仕組みや、Railsの最新の機能を学べます. (Railsチュートリアルの副読本として使うと便利です)

## ライセンス

Copyright © 2014-2015 [YassLab](http://yasslab.jp)

[![CC BY-SA International](https://dl.dropboxusercontent.com/u/2819285/CC-BY-SA.png)](https://creativecommons.org/licenses/by-sa/4.0/)

This work is licensed under a [Creative Commons Attribution-Share Alike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/).

"Rails", "Ruby on Rails", and the Rails logo are trademarks of David Heinemeier Hansson. All rights reserved.

[Ruby on Rails](http://rubyonrails.org/) is released under the [MIT License](http://www.opensource.org/licenses/MIT).