GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Rails Plugin - a RailsEngines-based CMS extension for any Rails project
Homepage: http://6brand.com
Clone URL: git://github.com/JackDanger/simple_pages.git

git-svn-id: http://svn.6brand.com/projects/plugins/simple_pages@306 
7491b73d-821b-0410-9297-ad1f6b5b4194
studioda (author)
Wed Feb 21 08:47:53 -0800 2007
commit  daa657a931d0505f273048bdeb12a3d0d21fd223
tree    81dbc08511d312b7df7c83269b0d670cbfe08f2c
parent  98c8159cb77430f065794975018f1218a7468042
...
1
2
3
4
 
 
 
5
...
1
2
3
 
4
5
6
7
0
@@ -1,5 +1,7 @@
0
 puts IO.read(File.join(File.dirname(__FILE__), 'README'))
0
 
0
 fork do
0
- load File.join(File.dirname(__FILE__), 'install-process.rb')
0
+ pfile = File.join(File.dirname(__FILE__), 'install-process.rb')
0
+ puts pfile
0
+ load pfile
0
 end

Comments

    No one has commented yet.