推荐 inoreader
#10 楼 @xstmjh 把一个 erb 的服务端 ajax 能够用 slim 来实现就非常好呢。 create.js.erb:
<% if @comment.errors.blank? %>
<% @current_page = 1 %>
if($("#replies").length == 0){
location.href = location.href;
}
else {
$("#replies .items").append('<%= escape_javascript(render("comment", :commentable => @commentable, :comment => @comment, :comment_counter => @commentable.comments_count, :display_edit => true)) %>')
$("#replies").find(".total b").text('<%= @commentable.comments_count + 1%>');
$("#replies .reply a.edit:last").css("display","inline-block");
Topics.replyCallback(1,'<%= escape_javascript(@msg) %>');
}
<% else %>
Topics.replyCallback(0,'<%= escape_javascript(@msg) %>');
<% end %>
#3 楼 @small_fish__ 服务的的 ajax 我用 slim 怎么也搞不定
买过一个,觉得是授人以鱼,而不是授人以渔。都是些静态演示,很多压缩后的 css,js 文件,不好调试跟踪,而且跟 rails asset 整合麻烦。假如是 PHP 之类的话会更好用起来。
Firefox 下的 Pentadactyl 比 Chrome 下的 Vimium 好的多
刚才还继续使用了,不过也开始用 DiggReader 了,DiggReader 还是简单了,不过好在加星数据都自动倒进去了。
我 360 云盘都 42G 了,百度 115G,只是 100G 是免费一年的,不太用。
#1 楼 @huacnlee 是按老大您的carrierwave-aliyun的教程来的。添加了 rest-client 和 carrierwave-aliyun 两个 gem,carrierwave.rb 修改了对应的配置。在阿里云上面没有看到文件上传上去。
部署什么还算简单,就是上传很苦逼啊
今天我这里就一直 bundle install 各种失败,折腾我这么久,一开始还以为 mac os 下 SSL 的问题,折腾半天,昨天还好好的 win7,同样 bundle install 失败。