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
Final doc changes for the gem
krobertson (author)
Thu May 15 19:50:59 -0700 2008
commit  3f1927c5ab3d1f807c417c8e316911b856009fc9
tree    5613b4a6034023032ca2228d427185267bc59114
parent  011db4b0b8fef2f9f8d225251c49b61c273f6df1
...
14
15
16
 
 
 
 
 
 
 
 
 
 
 
 
 
17
18
19
...
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
0
@@ -14,6 +14,19 @@ It processes the thumbnails through the command-line applications instead of usi
0
 
0
 See the documentation for the +has_attached_file+ method for options.
0
 
0
+h2. Code
0
+
0
+The code DM-Paperclip is available at Github:
0
+
0
+ git clone git://github.com/krobertson/paperclip.git
0
+
0
+It is regularly updated to keep in sync with the latest from Thoughtbot.
0
+
0
+Releases are tagged within the repository and versioned the same as the original model. You can also get the latest release
0
+packaged as a gem through Rubyforge:
0
+
0
+ sudo gem install dm-paperclip
0
+
0
 h2. Usage
0
 
0
 In your model:

Comments

    No one has commented yet.