01 2016 档案
摘要:因为在某些情况下要使用不存在的列,或者是要新建一个虚拟的model 可以在models下的concerns下新建tableless.rb,代码如下: module Tableless def self.included(base) base.extend(ClassMethods) base.sen
阅读全文
摘要:先看一下使用下面的命令打开你的sublime: open /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl 设置一个连接到sublime,名字叫subl: ln -s "/Applications/Sublime Text
阅读全文
摘要:在使用rspec做单元测试的时候 当测试自己所写的方法的时候一直提示错误 最后的解决方法就是一定要使方法返回true 例如: def set_agent_value if self.agent.nil? self.agent = false end true end
阅读全文
摘要:{ "auto_complete": false, "auto_complete_commit_on_tab": false, "draw_minimap_border": true, "draw_white_space": "all", "font_face": "Monaco", "font_s
阅读全文

浙公网安备 33010602011771号