Skip to content

Commit

Permalink
Remove Taps gem
Browse files Browse the repository at this point in the history
* Preferred method is via `pgbackups` and `pg_restore`.
* We have a `db-load-production` script in thoughtbot/dotfiles that
  wraps up the preferred method.
  • Loading branch information
Dan Croak committed Jul 28, 2012
1 parent db804e4 commit aa1fa3d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ruby
Expand Up @@ -10,9 +10,6 @@ echo "Installing Rails to write and run web applications ..."
echo "Installing the Heroku gem to interact with the http://heroku.com API ..."
gem install heroku --no-rdoc --no-ri

echo "Installing the Taps gem to push and pull SQL databases between development, staging, and production environments ..."
gem install taps --no-rdoc --no-ri

echo "Installing the pg gem to talk to Postgres databases ..."
gem install pg --no-rdoc --no-ri

Expand Down

0 comments on commit aa1fa3d

Please sign in to comment.