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 !
Upgraded to facets 2.4.3 [#99]
markbates (author)
Mon Aug 18 11:24:14 -0700 2008
commit  714773dac1872c8b6dabcb5147e88ef6ac9f0f47
tree    6c8750c8f0a730a844ee60f6b69e61ae15d12095
parent  6839e5dee379dfc4dc5189f3ba52981ccd796ea6
...
1
2
 
3
4
5
...
39
40
41
 
42
43
44
...
1
2
3
4
5
6
...
40
41
42
43
44
45
46
0
@@ -1,5 +1,6 @@
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
+* [#99] Upgraded to facets 2.4.3
0
 * [#98] Fixed mack-facets not being loaded before app_config files.
0
 * [#97] Fixed sessions only working with 'local_memory' mode
0
 * [#96] Distributed Views module now uses file cache
0
@@ -39,6 +40,7 @@
0
 * gem: genosaurus 1.2.2
0
 * gem: haml 2.0.2
0
 * gem: addressable 1.0.4
0
+* gem: facets 2.4.3
0
 
0
 ===0.6.1.1
0
 * [#72] Fixed serial data type in DataMapper doesn't work with SQLite3

Comments