public
Description: Paperclip File Management Plugin
Homepage: http://www.thoughtbot.com/projects/paperclip
Clone URL: git://github.com/thoughtbot/paperclip.git
Added a Contributing section to the README
jyurek (author)
Fri Sep 12 11:27:52 -0700 2008
commit  fd2333e78ea8a57d0d84ce921740b0ba17edcfa3
tree    926c77d44b5aa93fc29dc45737c3eedb4c7a6c78
parent  08d9b749e5a95dd5474a130bcd0c294fdfd3d4dc
...
48
49
50
 
 
 
 
 
 
 
 
 
...
48
49
50
51
52
53
54
55
56
57
58
59
0
@@ -48,3 +48,12 @@ In your show view:
0
   <%= image_tag @user.avatar.url(:medium) %>
0
   <%= image_tag @user.avatar.url(:thumb) %>
0
 
0
+==Contributing
0
+
0
+If you'd like to contribute a feature or bugfix, thanks! To make sure your fix/feature
0
+has a high chance of being added, please read the following guidelines:
0
+
0
+1. Ask on the mailing list, or post a ticket in Lighthouse.
0
+2. Make sure there are tests! I will not accept any patch that is not tested.
0
+ It's a rare time when explicit tests aren't needed. If you have questions about
0
+ writing tests for paperclip, please ask the mailing list.

Comments

    No one has commented yet.