public
Fork of Squeegy/fleximage
Description: Rails plugin for uploading images as resources, with support for resizing, text stamping, and other special effects.
Homepage: http://fleximage.rubyforge.org
Clone URL: git://github.com/austinfromboston/fleximage.git
Doc update
Squeegy (author)
Fri Apr 04 15:26:58 -0700 2008
commit  5fb4eaa16bdb56b73c7c7220409a4d627de401b1
tree    9c0e567306d71c27d587aee5cddf47ceaf96d9bd
parent  e3f13a17daf3bc03f264b5f88bb77a1b60dc4681
...
2
3
4
5
 
6
7
8
...
63
64
65
66
 
67
68
69
...
2
3
4
 
5
6
7
8
...
63
64
65
 
66
67
68
69
0
@@ -2,7 +2,7 @@
0
 
0
 == Overview
0
 
0
-Fleximage is a Rails plugin that tried to make image uploading and rendering super easy.
0
+Fleximage is a Rails plugin that tries to make image uploading and rendering super easy.
0
 
0
 There are 2 pieces involved in making Rails image handling easy.
0
 
0
@@ -63,7 +63,7 @@ There are many other options for your model. Refer to the <tt>Fleximage::Model:
0
 
0
 Your users need a way to upload their images into your site. Here is how we might render a form to create a photo record.
0
   
0
- # app/views/new.html.erb
0
+ # app/views/photos/new.html.erb
0
   
0
   <% form_for @photo, :html => { :multipart => true } do |f| %>
0
     <p>
...
3
4
5
6
 
7
8
9
...
3
4
5
 
6
7
8
9
0
@@ -3,7 +3,7 @@ module Fleximage
0
         
0
     # Add a border to the outside of the image
0
     #
0
- # image.border(option = {})
0
+ # image.border(options = {})
0
     #
0
     # Use the following keys in the +options+ hash:
0
     #
...
83
84
85
86
 
87
88
89
...
83
84
85
 
86
87
88
89
0
@@ -83,7 +83,7 @@
0
 Add a border to the outside of the image
0
 </p>
0
 <pre>
0
- image.border(option = {})
0
+ image.border(options = {})
0
 </pre>
0
 <p>
0
 Use the following keys in the <tt>options</tt> hash:
...
1
 
...
 
1
0
@@ -1 +1 @@
0
-Thu, 03 Apr 2008 16:01:50 -0700
0
+Fri, 04 Apr 2008 15:21:02 -0700
...
56
57
58
59
 
60
61
62
...
73
74
75
76
 
77
78
79
...
198
199
200
201
 
202
203
204
...
56
57
58
 
59
60
61
62
...
73
74
75
 
76
77
78
79
...
198
199
200
 
201
202
203
204
0
@@ -56,7 +56,7 @@
0
     </tr>
0
     <tr class="top-aligned-row">
0
       <td><strong>Last Update:</strong></td>
0
- <td>Thu Apr 03 16:01:44 -0700 2008</td>
0
+ <td>Thu Apr 03 23:20:55 -0700 2008</td>
0
     </tr>
0
     </table>
0
   </div>
0
@@ -73,7 +73,7 @@
0
 <h2>Overview</h2>
0
 <p>
0
 <a href="../classes/Fleximage.html">Fleximage</a> is a Rails plugin that
0
-tried to make image uploading and rendering super easy.
0
+tries to make image uploading and rendering super easy.
0
 </p>
0
 <p>
0
 There are 2 pieces involved in making Rails image handling easy.
0
@@ -198,7 +198,7 @@ Your users need a way to upload their images into your site. Here is how we
0
 might render a form to create a photo record.
0
 </p>
0
 <pre>
0
- # app/views/new.html.erb
0
+ # app/views/photos/new.html.erb
0
 
0
   &lt;% form_for @photo, :html =&gt; { :multipart =&gt; true } do |f| %&gt;
0
     &lt;p&gt;
...
56
57
58
59
 
60
61
62
...
56
57
58
 
59
60
61
62
0
@@ -56,7 +56,7 @@
0
     </tr>
0
     <tr class="top-aligned-row">
0
       <td><strong>Last Update:</strong></td>
0
- <td>Thu Apr 03 15:53:16 -0700 2008</td>
0
+ <td>Fri Apr 04 13:56:17 -0700 2008</td>
0
     </tr>
0
     </table>
0
   </div>
...
56
57
58
59
 
60
61
62
...
56
57
58
 
59
60
61
62
0
@@ -56,7 +56,7 @@
0
     </tr>
0
     <tr class="top-aligned-row">
0
       <td><strong>Last Update:</strong></td>
0
- <td>Mon Mar 31 10:26:47 -0700 2008</td>
0
+ <td>Fri Apr 04 13:51:47 -0700 2008</td>
0
     </tr>
0
     </table>
0
   </div>
...
56
57
58
59
 
60
61
62
...
56
57
58
 
59
60
61
62
0
@@ -56,7 +56,7 @@
0
     </tr>
0
     <tr class="top-aligned-row">
0
       <td><strong>Last Update:</strong></td>
0
- <td>Mon Mar 31 09:17:58 -0700 2008</td>
0
+ <td>Fri Apr 04 15:06:12 -0700 2008</td>
0
     </tr>
0
     </table>
0
   </div>
...
56
57
58
59
 
60
61
62
...
56
57
58
 
59
60
61
62
0
@@ -56,7 +56,7 @@
0
     </tr>
0
     <tr class="top-aligned-row">
0
       <td><strong>Last Update:</strong></td>
0
- <td>Wed Apr 02 12:40:35 -0700 2008</td>
0
+ <td>Fri Apr 04 13:56:07 -0700 2008</td>
0
     </tr>
0
     </table>
0
   </div>

Comments

    No one has commented yet.