需要自己主动争取一下,找领导谈谈
已经在用了,确实很赞
已经换 chrome 了
社区里有"地图汇"http://www.dituhui.com 的开发者,貌似 api 在测试
你这个首页本来也没什么东西,平均时间这么高,八成是某地的网络不畅
看英文的 web 敏捷开发第四版,查字典硬啃吧,其实熟悉一些单词就好了,并不难。 即使看中文书能入门 rails,回头还是要读英文文档,迟早都得过英文关
我是拿出去,结果就是很多页面都需要单独引入,也很纠结
nginx 虽然配置了 upstream,但是 server 里没有指定 upstream
希望可以分享一下发邮件的经验
没意义的,谁都想问题快速被解决,最后就是所有问题都被标记为“紧急” 就好像找一些技术支持,没标记为 1 级的 issue 没人搭理,响应非常慢,因为 1 级的 issue 太多。这种情况进而又导致出现更多的 1 级 issue..
看 ppt 第 3 页,震惊中 第 4 页,笑喷了..哈哈
有个 gem 叫 audited https://github.com/collectiveidea/audited
#2 楼 @sanivbyfish 你断开 ssh 链接后,rails s 的进程也就关闭了。用 rails s -d 以 daemon 方式运行
#6 楼 @HungYuHei 我最近遇到的情况: 1、timelinejs 里内嵌了引用 js/css 的代码,开发环境没问题,到生产环境就跟编译后的路径不一致了,找不到,页面挂 2、模板里有一行<%= stylesheet_link_tag controller_name %> 部署出去后,devise 页面挂,因为某些视图没有相应的 css
其实完全可以在日志里打出来,或者用别的什么方式让开发者知道这里有问题即可,为什么要让整个页面无法访问呢,不能理解。
部署时代码会是什么情况心里有数,但是对 assets pipeline,心里一点底都没有
靠运维吃饭的路过
看起来确实是需要重启的,在 Railscasts 的评论里发现一条信息: I don't understand the purpose of this gem at all.
Templates don't (or, at least, shouldn't) change in production, so there are no changes to detect.
Templates do change in development, however this gem requires extra code (explicit partial and collection arguments to render) and developer behavior changes (frequent server restarts).
I've wondered for years why there isn't better (any?) support for testing caching. Wouldn't it be better to have that than to jump through these hoops to test caching in development mode? http://railscasts.com/episodes/387-cache-digests?view=comments
log 里有
Cache digest for timelines/show/timeline_info.html: 61822f4e84f4560472d45560d5654922
这样的记录,但只在重启后第一次访问时出现
志愿者 +1
sublime+1,不折腾
#7 楼 @perfectfoolish No binary rubies available for: ubuntu/12.10/i386/ruby-1.9.3-p194 是没找到二进制版的 ruby,这个不影响安装,随后会继续下载源码进行编译安装
理论太多,对创业不是什么好事
我猜是这个情况: http://ruby-china.org/topics/4085
#2 楼 @sanivbyfish 语法不对啊,缺少{
Invalid CSS after "...4882640c.png"")": expected "{", was ";background-pos..." (in /Users/SanviLu/Documents/workspace/ruby_on_rails/code4/app/assets/stylesheets/application.css) (sass):932
多清楚。。