214 git
47 rspec
39 gitx
29 mate
25 ssh
24 exit
21 cd
15 ls
13 bundle
12 rails
谢啦,没看到 services 是因为权限给的是 development.
#1 楼 @goinaction 能说说怎么设置吗?
<7 天治愈拖延症> ?
debugger
#4 楼 @Alexander a.product(*arys)
a,b = [%w(a b), %w(A B)]
a.product b
这....
.......看不懂
%w(1 2 1-1 1-10 1-3 2-5 2-11 1-1-5).sort
=> ["1", "1-1", "1-1-5", "1-10", "1-3", "2", "2-11", "2-5"]
把 2-11 放到 2-5 后面?
%(aa bb #{true ? nil : "Y"} abc).split(/\s+/)
config/application.rb
config.paths["config/routes"] += Dir[Rails.root.join('config', 'routes', '*.rb').to_s]
category 封装起来用代理。
升级最新版的 Nginx,折腾下里面的 WebSocket.
我也没用鼠标垫,表示经常擦底下的四个脚
撸主是说当值发生改变就自动提交表单吧?js 的事
Kernel.send :define_method ...
你是向 Kernel 发送的消息,当然就定义在了顶级作用域
Object.ancestors
=> [Object, Kernel, BasicObject]
实用 ≠ 易用
凑个牛头可以组团了
#25 楼 @sundevilyang 好啊。过去找工作...
#23 楼 @sundevilyang 24 号到北京,无亲无故
我也去参合参合
自己写个 controller 或 action 把。
安装了 gem 当然要重启,不过这和部署没关系啊,你 gem 安装好后,执行 cap deploy 应该是没问题的。cap deploy 默认是执行 update 然后是 restart
先在网上找找怎么安装 bcrypt-ruby 把
你发的只看到执行和回滚,错误信息都没看到
乐观锁如果版本不一致,抛出一个异常,后台处理一下异常,比较两个版本的差异来决定是否更新修改后的内容