Refuse to run rake tasks without "bundle exec".
authorTom Clegg <tom@curoverse.com>
Wed, 7 May 2014 03:15:40 +0000 (23:15 -0400)
committerTom Clegg <tom@curoverse.com>
Wed, 7 May 2014 03:15:40 +0000 (23:15 -0400)
commit11b48e1b182cef419918d4df1a4998001d665a9a
tree1fc7c4d78cf5d1ac8994f11ceb561b82b2e2af8a
parent69141a18be1821daf4816046e65b2aea75a975be
Refuse to run rake tasks without "bundle exec".

Otherwise you can accidentally load (or dump) schemas without having
the pg_power gem loaded, which will leave you with incorrect indexes
in your database (or schema.rb).
services/api/Rakefile