我之前用过 mongoid,虽然当时只是 2.0 的,已经很强大了,现在当然更好用了
你不确定的时候一律 sql 当真正需要用到 mongdb 的特点时候你应该已经完全确定用哪个了
每个 sub array join 成一个 string, string 可以直接排序
你那个必须要和 application.js 或者 application.css 在一个文件夹的,application 里面有 require_tree 所以第一个可以
你妹 我也想要这种桃花运....
工资略低啊
1 年写的了十万行吗?我觉着纯粹手写出来一年 2 万行就算多了
在温哥华的公司需要程序员吗?我在温哥华
用完 vim 用 word 才会
前段肯定一堆方法,随便 google 一下,后端用 ruby 恐怕要麻烦点
一般这个表应该叫做 line_items 的...
网速怎么样?别 bundle 一下一天就过去了
熟练掌握 Ruby/Python/PHP 中至少一门动态语言 这个要求需要几年经验?
把 input tag 里面的 name 设置成 ruby variable 不就行了?然后 controller 里面用 params 一网打尽
如果要在客户端实现组合,那基本是靠 jquery 或者 javascript 实现的,而且现在不是很多人都迷恋前端 mvc 么
shouldn't be writing the test first?
CanCan, from the dude who also made railscast
after_save callbacks or accept_nested_attributes_for
I wish I have read this two month ago. I implemented the multi-tenants feature using postgresql schema, but it turned out be a very bad design and eventually switched to using scoping like the railscast did
tdd
比在加拿大我上完税还高-_-
她这个有夸大成分吧,119 天,4 个月,我觉着一个计算机系的毕业生 4 个月能把 ror 搞明白独自完成项目都算很不错了
找工作租房非常简单 绝对比你在 2,3 线城市找 it 工作机会多
至于买房和户口问题 这个属于无解的
class Player
@health = 0
def play_turn(warrior)
if warrior.feel.empty?
if (warrior.health < 20) && (warrior.health > @health)
@health = warrior.health
warrior.rest!
else
warrior.walk!
end
else
warrior.attack!
end
end
end
第四关的,貌似有问题 求修正!
还不如去 codeschool 学 技术英语一举两得
哦 html 写入 model.rb 文件大丈夫?