在第六章按照书中的方法无法进行,会提示undefined method `scaffold’的错误,找了半天,最终找到解决办法: Rails2.0.2把scaffold 剥离为插件,也就是说Rails2.0.2里面不能直接使用scaffold了,而书中的版本与最新版还是对不上,所以需要重新安装,而且需要安装两个plugin 1. 执行 以下语句 安装scaffolding ruby script/plugin install scaffolding 2. 分页插件的解决方法 状况如下: undefined method `paginate’ 解决办法:安装老的classic_pa ...
网上看到有朋友搜集了很多关于mootools的资料链接,非常好,感谢。  一.教程/文章/代码实例:    http://clientside.cnet.com/wiki/mootorial/ --- The Mootorial:比较完整的mootools教程 http://solutoire.com/2007/02/16/mootools-ajax-xhr-classes/ --- ajax 和 XHR http://solutoire.com/2007/01/31/mootools-10-whats-new/ --- Mootools 1.0: What’s new "http://so ...