能反映一定的趋势吧。。当年 ROR 炙手可热的时候,Ruby 排名就很靠前。
#6 楼 @simpsonness 在 github 上帮你改了点,你看下
试试
get '/' do
@assets = Asset.all
@sum = 0
@assets.each do |asset|
@sum += asset.rent
end
slim :asset
end
简单的可以这样写:
require 'sinatra'
require 'slim'
get '/' do
@sum = 100
slim :asset
end
__END__
@@ asset
html
body
h2 Mine
= @sum
你们啊,都被 Ruby 惯坏了
java8 写起来很爽的
@gwzzwei 求邀请码啊。。。
别折腾了,用 pry-rails 吧,加上 pry-plus 都行
用得好的话,就是一个 feature:
You’ll come across a wrinkle when you use while and until as statement modifiers. If the statement they are modifying is a begin...end block, the code in the block will always execute at least one time, regardless of the value of the boolean expression:
我觉得没有什么不同,当 base 是类级别的对象的时候;当 base 不是类级别的对象时,该对象没有 class_eval 方法,这个时候只能用 base.extend 方法。如果想 base 一定是类级别的,就用 class_eval 这种方式。
他还年轻啊,怎么就去了
#33 楼 @jerryshen 目前在上海
#28 楼 @gene_wu 对呀 @jerryshen 去宣讲宣讲
点评已经是 腾讯 的人了?
终于要开始招了
个人还是喜欢之前的风格。。
yield 出让
#10 楼 @MrPasserby 速度变慢点就好了
不就是题目 问卷 答案么
#6 楼 @zhangyuan bash 里都不区分大小写,至少打开文件是如此的;
这难道不是 feature 么?
good job
#1 楼 @linjunhalida 只是换了种写 sql 的方式吧。我觉得目前唯一的问题是,这将数据库限制为 pg 了
我孤陋寡闻了,一直以为 CentOS 是 Redhat 的。。。原来不是。
#12 楼 @xiaocui 直接过来,会报销车马路费的吧。。。 @sonataservice
想起了“阿娇”了