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 !
Feature: DataMapper 0.9.3 Support [#54 state:resolved]
markbates (author)
Fri Jul 25 08:35:00 -0700 2008
commit  73bb80ac1a376c19548caaeae75d4793d3e3c135
tree    f1abf0f5c385e0375fb8c5c312d25fbf7647f0bd
parent  f56b1007ff3f2111293ff381d58642b2ef81cc29
...
 
1
2
3
...
29
30
31
 
32
33
34
...
1
2
3
4
...
30
31
32
33
34
35
36
0
@@ -1,3 +1,4 @@
0
+* [#54] Added DataMapper 0.9.3 support
0
 * [#24] Added mack-mailer support.
0
 * Added a rake tmp:clear task.
0
 * [#48] rake generator:list now displays the correct names for the generator tasks.
0
@@ -29,6 +30,7 @@
0
 * [#52] mack-more: mack-[orm] should require mack-[orm].rb using its full path.
0
 * gem: application_configuration 1.5.1
0
 * gem: ruby-debug 0.10.0
0
+* gem: data_mapper 0.9.3
0
 
0
 ===0.6.0.1
0
 * Updated mack-localization (in mack-more) to be independent from utf8proc gem

Comments