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 !
move RAILS_PATH declaration so it's initialized sooner [Nick Poulden]
technoweenie (author)
Tue Jan 15 08:56:18 -0800 2008
commit  26e364fc5c44b4c352305a8bf0f501dfacc7de73
tree    27820d9983deedf404cf609505db3e8b7367cf9c
parent  b57d91a2aad655959bae343eb93e4b6c33f94c5f
...
1
2
3
4
5
...
 
 
1
2
3
0
@@ -1,5 +1,3 @@
0
-Object::RAILS_PATH = Pathname.new(File.expand_path(RAILS_ROOT))
0
-
0
 # need to make pathname safe for windows!
0
 Pathname.class_eval do
0
   def read(*args)
...
 
1
2
3
...
1
2
3
4
0
@@ -1,3 +1,4 @@
0
+Object::RAILS_PATH = Pathname.new(File.expand_path(RAILS_ROOT))
0
 module Mephisto
0
   @@liquid_filters = [CoreFilters, DropFilters, UrlFilters]
0
   @@liquid_tags = {:textile => Mephisto::Liquid::Textile, :commentform => Mephisto::Liquid::CommentForm, :head => Mephisto::Liquid::Head}

Comments

    No one has commented yet.