Read more

Run a rake task in all environments

Henning Koch
September 14, 2010Software engineer at makandra GmbH

Use like this:

power-rake db:migrate VERSION=20100913132321
Illustration online protection

Rails Long Term Support

Rails LTS provides security patches for old versions of Ruby on Rails (2.3, 3.2, 4.2 and 5.2)

  • Prevents you from data breaches and liability risks
  • Upgrade at your own pace
  • Works with modern Rubies
Read more Show archive.org snapshot

By default the environments development, test, cucumber and performance are considered. The script will not run rake on a production or staging environment.


This script is part of our geordi gem on github Show archive.org snapshot .

Posted by Henning Koch to makandra dev (2010-09-14 16:27)