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 !
- RJS Support [#6 state:resolved]
- Deprecate orm_support [#41 state:resolved]
dsutedja (author)
Tue Jul 22 07:28:37 -0700 2008
commit  0ee488dc7d49125394c853f950263513263fb88a
tree    a2ad1c5a4c821059cac1f6239ac1a625be5a677b
parent  bb9fb592f9bc8ad290938aa1f035f03981217dec
...
1
 
 
2
3
4
...
1
2
3
4
5
6
0
@@ -1,4 +1,6 @@
0
 * gem: application_configuration 1.5.1
0
+* Ticket #41: Deprecate orm_support.rb
0
+* Ticket #6: RJS Support (mack-more)
0
 
0
 ===0.6.0.1
0
 * Updated mack-localization (in mack-more) to be independent from utf8proc gem
...
280
281
282
283
 
 
284
285
286
...
280
281
282
 
283
284
285
286
287
0
@@ -280,7 +280,8 @@
0
 :wk1: application/x-123
0
 :ppa: application/vnd.ms-powerpoint
0
 :xls: application/excel; application/vnd.ms-excel; application/x-excel; application/x-msexcel
0
-:js: application/x-javascript
0
+:js_official: application/x-javascript
0
+:js: text/javascript
0
 :ani: application/x-navi-animation
0
 :rmp: audio/x-pn-realaudio; audio/x-pn-realaudio-plugin
0
 :pre: application/x-freelance

Comments