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
configs are classes, not modules, uh huh.
automatthew (author)
Thu May 29 19:15:26 -0700 2008
commit  1b5f38e64f148398e2de3da38aeb55affba69dbf
tree    dcd398c3e905b5c02c6d42629f7f184292a9e78d
parent  36918c1e230d55ed918b195c649ff2c23847ddcd
...
3
4
5
6
7
8
9
10
...
3
4
5
 
 
6
7
8
0
@@ -3,8 +3,6 @@
0
 Bacon.extend Bacon::TestUnitOutput
0
 Bacon.summary_on_exit
0
 
0
-# protect TextMate from itself.
0
-
0
 # Prepend the framework lib to the loadpath
0
 $:.unshift( File.join(File.dirname(__FILE__), "..", "lib") )
0
 require 'waves'
...
5
6
7
8
 
9
10
11
...
5
6
7
 
8
9
10
11
0
@@ -5,7 +5,7 @@ require 'layers/orm/sequel'
0
 module TestApplication
0
   include AutoCode
0
   module Configurations
0
- module Development
0
+ class Development
0
       stub!(:database).and_return(:adapter => 'sqlite', :database => 'test.db')
0
     end
0
   end

Comments

    No one has commented yet.