RoRTutorial

Ruby on Rails Tutorial: Learn Rails by Example | Ruby on Rails 3 Tutorial book and screencasts | Static Pages

今日もつづき。静的ページについてあたしくプロジェクトを作る $ cd ~/rails_projects $ rails new sample_app -T $ cd sample_appTオプションはTest::Unitを省くという意味Gemfileを変更rspecが入るように source 'http://rubygems.org' gem 'rails', '3.0.…

Chapter2 A demo app

Ruby on Rails Tutorial: Learn Rails by Example | Ruby on Rails 3 Tutorial book and screencasts | A Demo AppをやるUsersとMicropostsというテーブルがあるTwitter風アプリケーションを作る Ruby on Rails Tutorial: Learn Rails by Example | Ruby on …