From 4f44fc3300c6d06514d4093b65637937bb907e47 Mon Sep 17 00:00:00 2001 From: Brandon Zylstra Date: Thu, 7 Jul 2011 18:13:14 -0700 Subject: [PATCH] added `bundle exec` to `rake db:migrate` to avoid rake version conflicts ("rake aborted! You have already activated rake 0.9.2, but your Gemfile requires rake 0.8.7. Consider using bundle exec.") --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2983f2a..5344e4a 100644 --- a/readme.md +++ b/readme.md @@ -6,7 +6,7 @@ This is a small app for playing around with a few different admin interface gene [act]: http://activeadmin.info/ [rad]: https://github.com/sferik/rails_admin -To try them out, check out the branch of the admin interface you want to use (`typus`, `active-admin`, `rails-admin`), run `bundle install`, `rake db:migrate`, and then `rails server`. Open your browser and navigate to and you should be good to go. The default credentials for ActiveAdmin are `admin@example.com`/`password`. +To try them out, check out the branch of the admin interface you want to use (`typus`, `active-admin`, `rails-admin`), run `bundle install`, `bundle exec rake db:migrate`, and then `rails server`. Open your browser and navigate to and you should be good to go. The default credentials for ActiveAdmin are `admin@example.com`/`password`. * * *