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

public
Description: DataMapper port of the Paperclip plugin by Thoughtbot
Homepage: http://invalidlogic.com/dm-paperclip/
Clone URL: git://github.com/krobertson/dm-paperclip.git
Changed require in tests to 'dm-core' instead of 'data_mapper' and fixed 
link to the repo in the README file
krobertson (author)
Sun Jul 20 08:09:40 -0700 2008
commit  300ea4d114f99e1f8fa1ab689d2b4c3f76b25cc2
tree    e0154cb05549644b9a5193c6e420679b1d6a6cf0
parent  622c9555a7dcaac406cde486dfa19109edc876f9
...
18
19
20
21
 
22
23
24
...
18
19
20
 
21
22
23
24
0
@@ -18,7 +18,7 @@ h2. Code
0
 
0
 The code DM-Paperclip is available at Github:
0
 
0
- git clone git://github.com/krobertson/paperclip.git
0
+ git clone git://github.com/krobertson/dm-paperclip.git
0
 
0
 It is regularly updated to keep in sync with the latest from Thoughtbot.
0
 
...
4
5
6
7
 
8
9
10
...
4
5
6
 
7
8
9
10
0
@@ -4,7 +4,7 @@ require 'shoulda'
0
 require 'mocha'
0
 require 'tempfile'
0
 
0
-require 'data_mapper'
0
+require 'dm-core'
0
 require 'dm-validations'
0
 require 'dm-migrations'
0
 begin

Comments

    No one has commented yet.