Changeset 1407 for branches/locker-dev/locker/deploy/bin/rails
- Timestamp:
- Jan 7, 2010, 12:09:30 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/locker-dev/locker/deploy/bin/rails
r1297 r1407 90 90 91 91 tie my @railsenv, 'Tie::File', 'config/environment.rb'; 92 unshift @railsenv, "# ENV['RAILS_ENV'] ||= 'production'"; 93 unshift @railsenv, "# Uncomment below to put Rails into production mode"; 94 unshift @railsenv, ""; 92 95 unshift @railsenv, "ENV['RAILS_RELATIVE_URL_ROOT'] = \"/$addrend\""; 93 96 untie @railsenv;
Note: See TracChangeset
for help on using the changeset viewer.