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

public
Rubygem
Description: Resource-oriented open source Ruby framework for Web apps.
Homepage: http://rubywaves.com/
Clone URL: git://github.com/dyoder/waves.git
Cleaned up bin/waves a touch
ab5tract (author)
Wed Sep 03 13:28:41 -0700 2008
commit  06ffcb410a7a4bd7ae711513e8acc41ae063e755
tree    61bc4733940eb4652f484f53ddf5924385fdd7bb
parent  2fd3b2723375d5198bec38cf2e857b1025b9269d
...
42
43
44
45
 
46
47
48
...
42
43
44
 
45
46
47
48
0
@@ -42,7 +42,7 @@ when 'none'
0
 else
0
   puts "I'm sorry, '#{orm}' is not listed as an available option.\nTry: \t"
0
   available_orms.each { |x| puts "\t\t#{x}" }
0
- raise
0
+ raise ArgumentError
0
 end
0
 
0
 app_path = ARGV[0]

Comments

    No one has commented yet.