Mercurial > hg > soundsoftware-site
annotate .svn/pristine/21/214cb9ff3f6c15c4f88f3e115e3debbc096f870a.svn-base @ 1298:4f746d8966dd redmine_2.3_integration
Merge from redmine-2.3 branch to create new branch redmine-2.3-integration
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:28:30 +0100 |
parents | 622f24f53b42 |
children |
rev | line source |
---|---|
Chris@1295 | 1 #!/usr/bin/env ruby |
Chris@1295 | 2 |
Chris@1295 | 3 ENV["RAILS_ENV"] ||= "production" |
Chris@1295 | 4 require File.expand_path(File.dirname(__FILE__) + "/../config/environment") |
Chris@1295 | 5 puts |
Chris@1295 | 6 puts Redmine::Info.environment |