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
no user needed for sqlite
Pascal (author)
Sun May 11 00:33:20 -0700 2008
commit  4a63c7afeed1f8e1a323f4cf7e446b41b7289560
tree    e52837c63e233423a9c8824433070fec60838e6c
parent  15d6ed732294857b1864f8c14b54aa8ae27fc419
...
4
5
6
7
8
 
9
10
11
...
4
5
6
 
 
7
8
9
10
0
@@ -4,8 +4,7 @@ module <%= name %>
0
 
0
     class Development
0
 
0
- database :host => 'localhost', :adapter => 'sqlite', :database => '<%= name.downcase %>',
0
- :user => 'root', :password => ''
0
+ database :host => 'localhost', :adapter => 'sqlite', :database => '<%= name.downcase %>'
0
 
0
       reloadable [ <%= name %> ]
0
 

Comments

    No one has commented yet.