public
Description: Rinari Is Not A Rails IDE
Homepage: http://rinari.rubyforge.org
Clone URL: git://github.com/technomancy/rinari.git
added a rake file for tests
technomancy (author)
Tue Jun 24 20:33:06 -0700 2008
commit  2d5c35e7484828aa4e0c4c56ceb3b256757f1927
tree    587b2edbfc64ccf88cfce34fb37e3873c55136f2
parent  b6a648482d6a3f46868de3ee49606e6240e3de1b
...
1
 
 
2
3
4
...
10
11
12
13
14
 
15
...
 
1
2
3
4
5
...
11
12
13
 
14
15
16
0
@@ -1,4 +1,5 @@
0
-(add-to-list 'load-path "~/projects/rinari/")
0
+(cd (file-name-directory (or load-file-name buffer-file-name)))
0
+(add-to-list 'load-path "..")
0
 
0
 ;; TODO: make this more distributable
0
 ;; For tests
0
@@ -10,4 +11,4 @@
0
 (require 'rinari)
0
 ;; (require 'elunit)
0
 
0
-(find-file "~/projects/rinari/test/blah.rhtml")
0
\ No newline at end of file
0
+(find-file "blah.rhtml")
0
\ No newline at end of file

Comments

    No one has commented yet.