Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
Rei
@Rei
Admin
NO. 1 / 2011-10-28

[email protected]
深圳
186 Topics / 9147 Replies
730 Followers
0 Following
11 Favorites
中下水平 Rails 程序员
Reward
GitHub Public Repos
  • writings 941

    [Closed] Source code of writings.io

  • alipay 732

    Unofficial alipay ruby gem

  • code_campo 291

    [Closed] Source code of http://codecampo.com

  • asciidoctor-pdf-cjk-ka... 101

    **no longer maintained**

  • asciidoctor-htmlbook 31

    Asciidoctor HTMLBook is an Asciidoctor backend for converting AsciiDoc documents to HTMLBook docu...

  • material-ui 17

  • htmlrenderer 12

  • rich-text-editor 12

  • rails-chatgpt-demo 8

  • rails-app 7

    A Rails project template lets me start new projects quickly.

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • 几个 Rails 的面试题 at April 05, 2013

    挺实用的问题。

  • 你们 Ubuntu 用什么桌面管理工具? at April 05, 2013

    我用 Kubuntu,KDE 就是 Linux 下最好的桌面环境。

  • httpclient 和 nokogiri 的好教程求大神推荐~ at April 04, 2013

    官方文档

  • httpclient 和 nokogiri 的好教程求大神推荐~ at April 04, 2013

    人生没有捷径

  • [北京][2013年4月6日] Ruby Saturday 活动召集 at April 03, 2013

    #19 楼 @sundevilyang 我报名,讲讲 writings.io 的想法。

  • 有没办法对 polymorphic association 的数据进行 Eager Loading? at April 03, 2013

    #6 楼 @zhangner 简单地说:做不了

  • 有没办法对 polymorphic association 的数据进行 Eager Loading? at April 02, 2013

    到视图再做片断缓存。

  • ruby 的又一次胜利 -- Yii2 将用 ruby 重写 at April 02, 2013

    4.2 还转 4.1 新闻干啥。

  • 程序新手要不要学习 C at April 02, 2013

    ……误入闪光弹密集区

  • 我发现我的个人主页上写着 "高级会员" at April 02, 2013

    #25 楼 @Los 我多自觉

  • 我发现我的个人主页上写着 "高级会员" at April 02, 2013

    号数没啥意思啦(抠鼻孔

  • [成都] 彩程设计 2013 暑期实习生招募 at April 02, 2013

    从产品看得出来是个好公司,一直有关注。

  • writings.io - 提供在线文章写作、管理、发布的网站服务 at April 02, 2013

    #90 楼 @javaite 现在还没发现被干扰,墙了就挪。

  • writings.io - 提供在线文章写作、管理、发布的网站服务 at April 02, 2013

    #91 楼 @lidashuang 没考虑过这个,域名限定英文字符了。你用中文域名?

  • Teahour.fm 第 9 期发布 -- 采访 DHH at April 01, 2013

    最讨厌说话说一

  • Teahour.fm 第 9 期发布 -- 采访 DHH at April 01, 2013

    :trollface: 一下就猜到了,就是要听听做得有多像!

  • 如果使用 emberjs 等等的 mvc 的 template,就没法用 cancan 等 gem 了? at April 01, 2013

    一样用。用户提交的数据是不可信的。

  • 再也不用 Ruby 写程序了 at April 01, 2013

    #2 楼 @NonTwitter 然后被自己说服了

  • Google Nose New tech at April 01, 2013

    太神奇了!测试了一下效果很好,如果能有安卓应用做成闹钟就好了!

  • 是什么原因让很多人都在用 python 开发 web 程序,而不是 ror? at March 31, 2013

    #2 楼 @cole 一个新网站要壮大需要一定时间积累,你可以看看现在已经有什么网站用 Ruby 开发

    http://ruby-china.org/sites

  • 是什么原因让很多人都在用 python 开发 web 程序,而不是 ror? at March 31, 2013

    #2 楼 @cole 千万不要因为想用不一样的技术而重写一个网站。

  • 是什么原因让很多人都在用 python 开发 web 程序,而不是 ror? at March 31, 2013

    王晓龙,There is no reason not to follow your …

    作为 Quora 的模仿者,从开发的快捷性出发,最大可能的借鉴 Quora 的技术是必要的。而 Quora 用的正是 python。

    Quora 创始人@Charlie Cheever 和 @Adam D'Angelo 针对「Quora 为什么选择 python?」的回答,概括以下几点:

    出于对 python 语言的熟悉(这是摒弃 Ruby 的原因)

    python 自身的优势 A bunch of pretty good frameworks for Python with good debuggers and reloaders are available. Python data structures map well to JavaScript data structures so marshaling data between the browser and the server is straightforward and easy. Python code tends to be very readable lots of other libraries (like custom mail servers, task queues, etc) are written in Python

    为什么不用 java? For a lot of little reasons, Java programs end up being longer and more painful to write than the equivalent Python programs. It's also harder to interoperate with non-Java stuff.

    http://www.zhihu.com/question/19624782

  • 是什么原因让很多人都在用 python 开发 web 程序,而不是 ror? at March 31, 2013

    阿北 (守饥守愚) 2005-06-15 23:27:09

    最主要的原因是 ruby 用的人太少了。至少 python 在中国有真正的使用者,有仨儿这些人吆喝着,还算有些气候。没有使用者,豆瓣以后的开发团队会是一个问题。从技术管理的角度来看,没有用 java 已经有些不切实际了,用 ruby 就太过理想主义了。

    还有一个问题是库。python 有大量现成的库,而且很多库都经过大型商业应用。这点 ruby 还需要时间。比如 rails 在大访问量下的性能怎样,还不是太清楚。

    从个人喜好来说,python 更简洁,和我口味。python 用缩位不知省去了我多少时间。我以前 { } ; 敲了十几年了,现在想起来真是不堪回首。

    http://www.douban.com/group/topic/1000883/

  • rails 中缓存的疑问。[已解决] at March 31, 2013

    开发环境?生产环境才会缓存。

  • 求推荐一款简洁,可以自由定制的富文本编辑器,自由定制~~~ at March 30, 2013

    自己写的,内部比较耦合还开源不了。

  • Rails 绑定 ajax:success 无效 at March 30, 2013

    #4 楼 @xinkiang 触发 error 回调就是有哪里出错了,或者和 rails_ujs 的约定不合,比如 #5 说的 json

    ...

    https://github.com/rails/jquery-ujs/wiki/Unobtrusive-scripting-support-for-jQuery#data-type-set-ajax-request-type-for-data-remote-requests

  • 国外的一篇 web 框架大比拼的文章,跟 robbin 的文章可以对照来看 at March 30, 2013

    #4 楼 @tiemei Rails 里面异常不处理会显示默认 500 界面,Java 不处理就编译不过。

  • Rails 绑定 ajax:success 无效 at March 30, 2013

    绑定 error,console.log 一下 data。

  • 这个 ng 中文社区速度很快 at March 29, 2013

    #21 楼 @huobazi 网络环境不同不能这么比

  • Prev
  • 1
  • 2
  • …
  • 203
  • 204
  • 205
  • 206
  • 207
  • …
  • 273
  • 274
  • Next
关于 / RubyConf / Ruby 镜像 / RubyGems 镜像 / 活跃会员 / 组织 / API / 贡献者
由众多爱好者共同维护的 Ruby 中文社区,本站使用 Homeland 构建,并采用 Docker 部署。
服务器由 赞助 CDN 由 赞助
iOS 客户端 / Android 客户端 简体中文 / English