public
Description: A Ruby web application framework
Homepage: http://www.mackframework.com
Clone URL: git://github.com/markbates/mack.git
Click here to lend your support to: mack and make a donation at www.pledgie.com !
Updated to DataMapper 0.9.4 [#109 state:resolved]
markbates (author)
Thu Aug 21 11:43:00 -0700 2008
commit  f13522e8a4858c65b666d93b750b8f1309c0c7f0
tree    32c84a0e9d5390fe190ba2e650857a36e0a24b59
parent  78b8d2eaecf4e77cf9f4dffe9493ad8109fd4fac
...
 
1
2
3
...
43
44
45
 
46
47
48
...
1
2
3
4
...
44
45
46
47
48
49
50
0
@@ -1,3 +1,4 @@
0
+* [#109] DataMapper 0.9.4
0
 * [#103] Log colors for the console are now configurable per log level.
0
 * [#102] New association method in data_factory
0
 * [#101] Update to file upload testing (build_file -> file_for_upload, and multipart support in put)
0
@@ -43,6 +44,7 @@
0
 * gem: haml 2.0.2
0
 * gem: addressable 1.0.4
0
 * gem: facets 2.4.3
0
+* gem: data_mapper 0.9.4
0
 
0
 ===0.6.1.1
0
 * [#72] Fixed serial data type in DataMapper doesn't work with SQLite3

Comments