You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [fixed] Sequel support for newer verions of Sequel (thanks Pavel!)
9
9
10
-
#Version 0.3.1
10
+
=== Version 0.3.1 2009-07-01
11
11
12
12
A bugfix release. Drop in compatible with 0.3.0.
13
13
14
14
* [fixed] Saving a record with a mounted Uploader no longer removes uploaded file
15
15
* [fixed] The file returned by S3 storage now has the path set to the full store path
16
16
* [added] File returned by S3 storage now responds to S3 specific methods
17
17
18
-
# Version 0.3
18
+
=== 0.3 2009-06-20
19
19
20
20
This is a stabilization release. Most features are now working as expected and
21
21
most bugs should be fixed.
@@ -25,23 +25,20 @@ most bugs should be fixed.
25
25
* [added] Ability to super to any Mount method
26
26
* [fixed] Sequel support should now work as expected
27
27
* [fixed] ActiveRecord no longer saves the record twice
28
-
29
-
# Version 0.2.5
30
-
31
28
* [added] Added convenient macro style class methods to rmagick processing
32
29
33
-
# Version 0.2.4
30
+
=== 0.2.4 2009-06-11
34
31
35
32
* [added] `resize_to_limit` method for rmagick
36
33
* [added] Now deletes files from Amazon S3 when record is destroyed
37
34
38
-
# Version 0.2.2
35
+
=== 0.2.3 2009-05-13
39
36
40
37
* [changed] Mount now no longer returns nil if there is no stored file, it returns a blank uploader instead
41
38
* [added] Possibility to specify a default path
42
39
* [added] Paperclip compatibility module
43
40
44
-
# Version 0.2.1
41
+
=== 0.2.1 2009-05-01
45
42
46
43
* [changed] Url method now optionally takes versions as parameters (like Paperclip)
47
44
* [added] A field which allows files to be removed with a checkbox in mount
@@ -50,7 +47,7 @@ most bugs should be fixed.
50
47
* [added] Option to not copy files to cache dir, to prevent writes on read only fs systems (this is a workaround and needs a better solution)
51
48
52
49
53
-
# Version 0.2
50
+
=== 0.2 2009-04-15
54
51
55
52
* [changed] The version is no longer stored in the store dir. This will break the paths for files uploaded with 0.1
56
53
* [changed] CarrierWave::Uploader is now a module, not a class, so you need to include it, not inherit from it.
@@ -61,6 +58,6 @@ most bugs should be fixed.
61
58
* [added] Support for Sequel
62
59
* [added] CarrierWave::Uploader#read to read the contents of the uploaded files
63
60
64
-
# Version 0.1
61
+
=== 0.1 2009-03-12
65
62
66
-
This is a very experimental release that has not been well tested. All of the major features are in place though. Please note that there currently is a bug with load paths in Merb, which means you need to manually require uploaders.
63
+
This is a very experimental release that has not been well tested. All of the major features are in place though. Please note that there currently is a bug with load paths in Merb, which means you need to manually require uploaders.
0 commit comments