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 to environment.rb


git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@3091 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Tue Jan 15 12:58:20 -0800 2008
commit  51813f328be0d834158fcbadf9f1fc2e3487cf0d
tree    4d695908a84768e52e07787cc87d21c388406c0d
parent  542b4afc0ead84bbda10a84b9eec93638a7e36be
...
10
11
12
 
13
14
15
...
10
11
12
13
14
15
16
0
@@ -10,6 +10,7 @@
0
 
0
 # Bootstrap the Rails environment, frameworks, and default configuration
0
 require File.join(File.dirname(__FILE__), 'boot')
0
+Object::RAILS_PATH = Pathname.new(File.expand_path(RAILS_ROOT))
0
 
0
 # requires vendor-loaded redcloth
0
 require 'RedCloth-3.0.4/lib/redcloth' unless Object.const_defined?(:RedCloth)
...
1
2
3
4
...
 
1
2
3
0
@@ -1,4 +1,3 @@
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.