· 1 min read
Screencast: Bundler
Download:
Download (17 MB, 9:22) Alternativer Download für iPod & Apple TV (11.7 MB, 9:22)
Resourcen:
Quellcode:
[bash] 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 [/bash]
[ruby] 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” [/ruby]