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
added back base class in template configuration
Pascal Belloncle (author)
Thu May 15 11:44:37 -0700 2008
commit  ecb480214085db54eae9133321901e97f253c479
tree    7dfe8a3890c5c12988a5185fff3e3b117d007f7f
parent  a1ca1f0cc7e01c5c10bc8399b0ffae740e20087b
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@ module <%= @name %>
0
 
0
   module Configurations
0
 
0
- class Development
0
+ class Development < Default
0
 
0
       database :host => 'localhost', :adapter => 'sqlite', :database => '<%= @name.downcase %>'
0
 

Comments

    No one has commented yet.