RailsCasts Pro episodes are now free!
Learn more or hide this
There is a newer version of this episode, see the revised episode.
Resources
gem install bundler bundle install bundle check bundle help bundle install --without=test bundle lock bundle install --relock ls ~/.bundle bundle pack ls vendor/cache
gem "rails", "3.0.0.beta" # gem "rails", :git => "git://github.com/rails/rails.git" gem "sqlite3-ruby", :require => "sqlite3" # gem "rspec", :group => :test group :test do gem "webrat" end gem "will_paginate", ">= 2.3.12"