@blacktulip helper 只能在 view 里面用。。
@blacktulip 比如写一堆工具方法,不太好放到 MVC 里面,我一般丢 lib。。
@blacktulip 那么我自己写的模块,是否要放到 app/lib 里面呀?
最后找到解决方法了,用这个插件:
你们就不用其它的数据库?我用的是 razorsql,跨平台,连接无数数据库,以后就不要熟悉其它工具了。
#25 楼 @quakewang copytruncate 不会出现文件句柄问题的。原理就是拷贝内容到备份文件,然后 truncate 文件。中间可能出现部分日志丢失的状况。。
copytruncate Truncate the original log file to zero size in place after creating a copy, instead of moving the old log file and optionally creating a new one. It can be used when some program cannot be told to close its logfile and thus might continue writing (appending) to the previous log file forever. Note that there is a very small time slice between copying the file and truncating it, so some logging data might be lost. When this option is used, the create option will have no effect, as the old log file stays in place.
话说 rails,ruby 还有什么可以讨论的?也没有什么新东西出来了吧。
学了 4 年的 ruby on rails 现在感觉到了瓶颈 现在学习不知道要学些什么了,rails 源码也看了差不多,项目也大大小小写了一些。想求大神们指点一下。
除了医保,其它的钱交了也白交吧。
晕,看了一下服务器时间,比国际时间提前了,好麻烦。。
#20 楼 @tyaccp_guojian rmbp 13 寸,chrome Version 37.0.2062.120
有几个像素有问题。
程序员不会说话的一个活生生的例子。他技术应该挺好的。
好像没有公司名字?不过根据这些信息,基本上能够搜索出来的吧。
好吧,北京。。
今年的 ruby 大会是在上海还是在北京呀?
是的,unicorn 这类是可以做到无缝重启,我是看到 reload! 这个功能后,想到可以在 ruby 进程里面实现重启。所以问一下大家。
@Victor 这个 member 表示 user 是属于另外一个对象的(比如 team,organization),所以用 member 表来记录这个链接关系。
@wuwx 这种是容器级别的重启,会有 downtime。。
唉,最后还是只能拼 url 传给 rest-client 了,没其它的解法。