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
removed hardcoded path
Pascal (author)
Fri May 16 02:19:05 -0700 2008
commit  812ae93637e1aa6124b79d6c7ef5951bd03f1712
tree    ee73b18e3764c99fe7304ca41ec53920a2d67193
parent  294851929cf7c9de3eefe0069f7742e1cade1faf
...
1
2
 
 
3
4
5
...
 
 
1
2
3
4
5
0
@@ -1,5 +1,5 @@
0
-# gem 'dm-core'
0
-$:.unshift("/Users/psq/src/datamapper/dm-core-sam/lib")
0
+gem 'dm-core'
0
+#$:.unshift("/Users/psq/src/datamapper/dm-core-sam/lib")
0
 
0
 require 'data_mapper'
0
 

Comments

    No one has commented yet.