Skip to content

Instantly share code, notes, and snippets.

@haio
Created February 4, 2013 07:08
Show Gist options
  • Save haio/4705374 to your computer and use it in GitHub Desktop.
Save haio/4705374 to your computer and use it in GitHub Desktop.
rails chagte database.yml
#Load exactly database.yml
self.paths['config/database'] = ENV['GAME'].blank? ? "config/database.yml" : "config/database_#{ENV['GAME']}.yml"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment