这个好
def to_proc proc {|x,y| new x, y } end 比较少见。
html5 不是直接支持日期么?
good
不错的想法,虚拟师徒游戏。只是可能有些复杂,没人来实现这个。
请先排版代码,看帮助。
进了那个例子,没看懂。
Ruby as a JavaScript Alternative
There have been several attempts to use Ruby in the browser, but none of them have connected it to the DOM. In Decaf, the Ruby DOM API is created at the same level as JavaScript. As a result, Ruby can be used as a complete solution. Theoretically, any application we can make in JavaScript can now be made in Ruby.
下载一个试试看。是不是 Ruby 要进军浏览器了。
是在做代码 review 吗
好,谢谢。
我大致结构能看懂,有些细节就感觉不好懂。能否就难点解说一二呢?
太好了,我去看看,学习下。
#5 楼 @blueplanet 你原文描述不清晰啊。
建议参考下 angularjs 的官网教程,每个步骤是独立的 git 分支,非常清楚。
好像你这个帖子有回复也不显示在第一行,是否需要咨询下?
#2 楼 @blueplanet 你前面的代码不是有 node: node 么。
建议你自己按照教程做一遍,看有没有问题。
说一点不成熟看法,我觉得 model 不用列出属性比较好,自动与 db 同步,这样符合 DRY 原则。