public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
add frozen tzinfo path when bootstrapping

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@2447 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Tue Nov 07 10:51:13 -0800 2006
commit  d1e6ea62943ea2a66ed8a0a5b159fb5e0813fd13
tree    07c5f66fbd5b915d9474c5bebd1e712820497885
parent  150aa10aebd7ed4fcf0707eb2e61e1c59de5fe4e
...
5
6
7
 
8
9
10
...
5
6
7
8
9
10
11
0
@@ -5,6 +5,7 @@ namespace :db do
0
     mkdir_p File.join(RAILS_ROOT, 'log')
0
     
0
     require 'rubygems' unless Object.const_defined?(:Gem)
0
+ $:.push *Dir[File.join(RAILS_ROOT, 'vendor/tzinfo*/lib')]
0
     begin
0
       require 'tzinfo'
0
     rescue LoadError

Comments

    No one has commented yet.