Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
update docs to reflect gemcutter hosting
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Nov 12, 2009
1 parent 6e03f2b commit 2788d18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rdoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Install

$ gem install rack-debug
$ gem install rack-debug --source http://gemcutter.org

Rails

# config/environments/development.rb
config.gem 'rack-debug'
config.gem 'rack-debug', :source => 'http://gemcutter.org'
config.middleware.use 'Rack::Debug'

# RAILS_ROOT/Rakefile
Expand Down

0 comments on commit 2788d18

Please sign in to comment.