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 !
Fixed: to_param on NilClass should raise NoMethodError [#46 state:resolved]
markbates (author)
Tue Jul 22 10:11:50 -0700 2008
commit  48a857f3bbedb50fc220529f4375798fb3c2ae32
tree    c1e88e6b062d7b5bda6732ff6b98b11baaaa49bc
parent  d83ae16be7e00150e6f8a5a585ac2f4167adb2eb
...
 
1
2
3
...
1
2
3
4
0
@@ -1,3 +1,4 @@
0
+* [#46] Calling .to_param on nil now raises a NoMethodError exception.
0
 * [#47] rake gems:* tasks now work, and no longer require mack_ruby_core_extensions
0
 * [#18] Added Page caching. All that's needed for using page caching is to require the mack-caching gem, turn on
0
   page caching in your config files with: 

Comments