public
Description: The web app builder for Rails
Homepage: http://hobocentral.net
Clone URL: git://github.com/tablatom/hobo.git
Updated hobo command so that it doesn't force Rails 2.0.2
tablatom (author)
Tue Jun 17 03:08:01 -0700 2008
commit  69f7b1d4b07e7bba156d1987c734b5a4e5a0f6ab
tree    5ec3ff4ac19a6db3d0a22e6942f7286bf65b61c7
parent  309c1c25d917776a9b0a1eba18c930d7631ce825
...
64
65
66
67
 
68
69
70
...
64
65
66
 
67
68
69
70
0
@@ -64,7 +64,7 @@ end
0
 puts "\nGenerating Rails app...\n"
0
 opts = []
0
 opts << "-d #{database_type}" if database_type
0
-system("rails _2.0.2_ #{opts * ' '} #{app_path}")
0
+system("rails #{opts * ' '} #{app_path}")
0
 
0
 
0
 Dir.chdir(app_path) do

Comments

    No one has commented yet.