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 !
Transactional support in mack-active_record [#68]
dsutedja (author)
Wed Aug 13 07:26:32 -0700 2008
commit  5ed680d38bda32cadf6c2a28b5d804e1b1bf06e4
tree    25c3f15188b766dbc71538c3eac71ac112480b71
parent  8471da82fd8559a34265fee923a3c9461eb88870
...
 
1
2
3
...
1
2
3
4
0
@@ -1,3 +1,4 @@
0
+* [#68] Transactional support in mack-AR
0
 * [#87] Refactored out common ORM code from mack-active_record and mack-data_mapper into mack-orm
0
 * [#86] stylesheet link helper
0
 * [#85] Refactored out Mack::ViewHelpers::HtmlHelpers into Mack::ViewHelpers::HtmlHelpers, Mack::ViewHelpers::FormHelpers and

Comments