public
Description: Merb More: The Full Stack. Take what you need; leave what you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/wycats/merb-more.git
Merb HAML
Yehuda Katz (author)
Mon Feb 04 15:53:42 -0800 2008
commit  2da6ae133097c75038f6b7823517dd418f1eb601
tree    54e0243e7c898d777ea521ae769110510b911fd8
parent  9cfbcdcf33d327f28872f7e8c372df45fc6ad4ec
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 $TESTING=true
0
-$:.push File.join(File.dirname(__FILE__), '..', 'lib')
0
+$:.unshift File.join(File.dirname(__FILE__), '..', 'lib')
0
 require "rubygems"
0
 require "merb-core"
0
 require "merb-mailer"

Comments

    No one has commented yet.