强大。。对我来说有点太高端了。。
p (Array.new(10) { 97 + rand(26).to_i }).pack "c*"
def random_str(len)
rand(36*(len - 1) ... 36*len).to_s 36
end
8L 正解
LZ 可以看看这个
http://guides.rubyonrails.org/active_record_validations_callbacks.html
好像是验证一个不存在的字段就作为一个虚拟字段
如果你validates :password_confirmation,presence: true
那么不通过验证会有 error。但是数据库中无此字段,所以即使通过验证这个字段也不会保存。这个字段仅在内存中存在
#80 楼 @congteng 我 10 号到北京,有意合租房子的话联系下 a .QQ234267675,mail:[email protected]
@jasl 3K 有机会一起交流姿势
@congteng 同实习,少年有意合租房子什么的吗?还方便交流姿势
按照主键吧
支持啊,有机会一定要去
Ruby China 是个好社区 ---新宇体
X。。我不加 sudo 装上了。。
但是我 httpclient 也没装上
坚持看完一本就能看其他的了。
看 Rails Tutorial 前,同样没过 3 级 看完后过了
好吧..4 级还需努力。。
:u6709: :u7a7a:
class << self
alias foobar bar
end
现在没环境。不知道这样行不行?
wine 挺好啊,QQ2012。就是不支持视频秀
应该是。。语法写错了吧
同初学。。
多态关联是指 Polymorphic 选项? model Image belongs_to :imageable,polymorphic: true 就是说当前 Model 属于:imageable 而使用时 has_many :images,as: imageable 就是指当前 Model 作为 imageable,这样就行了,其余的和一对多一样了
Ruby could have called to_s method on e and could have produced the result. But ruby refused to do so.
Ruby refused to do so because it found that the object you are trying to add to string is not of type String. When we call to_s we get the string representation of the string. But the object might or might not be behaving like a string.
看了这篇后感觉 to_str 更像是为了避免无意义的字符串而出现的。 Ruby 在设计上很多地方都值得思考,有机会一定要看下 Matz 那本书
..居然收费..收费谁还用这个
支持。。
@xds2000 居然有这种东西,好神奇
用 rails.vim 那个字体,看着挺顺眼的