GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Description: Resource-oriented open source Ruby framework for Web apps.
Homepage: http://rubywaves.com/
Clone URL: git://github.com/dyoder/waves.git
updated HISTORY for 0.7.7 changes
automatthew (author)
Fri Jul 11 14:02:59 -0700 2008
commit  e5eb56596782642c6c122818e5bde56dac7dd399
tree    f9c9b3836c5ed200a8aa1a63572ddd3c4c18d155
parent  ff7512ce1bc0cfbff030a3275228da086fde624e
...
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
0
@@ -1,3 +1,15 @@
0
+0.7.7
0
+- ActiveRecord ORM layer
0
+- base controller helpers that rely on a particular ORM are now defined in the ORM layers
0
+- Sequel requires moved into the self.included block, to help with the mem footprint
0
+- rake generate:model reappeared
0
+- rake waves:freeze and waves:unfreeze
0
+- Rack::Static declared for /css, /javascript, and /images in generated applications
0
+- added Lawrence Pit's Haml renderer
0
+- English inflector pulled into its own layer, in the hope of allowing localization someday
0
+- utility monkeypatches pulled into modules where possible, for better troubleshooting
0
+- docs, samples, and verify now actually included in the gem
0
+- monkeypatch to Tempfile to work around problem with file uploading and Rack.
0
 0.7.6
0
 - added metaid as gem dependency
0
 - Special handling in Windows for interrupts ('cause Windows has trouble with those)

Comments

    No one has commented yet.