Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
Rocco Liu
@rockliu
高级会员
第 59 位会员 / 2011-11-11

Thoughtworks
西安
7 篇帖子 / 125 条回帖
0 关注者
0 正在关注
9 收藏
哥们儿,别认真,认真就输了
GitHub Public Repos
  • rocky_blog 0

    my blog witch is based on octopress

  • deep0 0

  • react 0

    React is a JavaScript library for building user interfaces. It's declarative, efficient, and extr...

  • revalidator 0

    A cross-browser / node.js validator used by resourceful and flatiron

  • lotus 0

    A complete web framework for Ruby

  • unicorn 0

    Unofficial Unicorn Mirror.

  • ruby-china 0

    ruby-china.org website source code.

  • PhoneGap-Note-Demo 0

    a very simple demo use jquery + jquerymobile + backbone.js

  • jquery-cascading-dropdown 0

    A simple and lighweight jQuery plugin for cascading dropdown.

  • redis-objects 0

    Map Redis types directly to Ruby objects

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • [上海][2012年02月21日] RubyTuesday 活动公告 at 2012年02月22日

    唉,可惜了,有美女,没去成

  • Linux Deepin 深度 linux 让人眼前一亮啊 at 2012年02月16日

    @tassandar 你这么一说,搞得连试用的心得没啦,哈哈

  • 新手提问,开始学 Rails,虚拟机还是双系统? at 2012年02月16日

    @lgn21st 同意。我就是 ubuntu 下面装了个 virtualbox 跑 win7,用无缝模式。

  • Godaddy 果然强大 at 2012年02月16日

    @jonny 那广告图片里面的二维码真巨大!怎么扫这二维码,哈哈

  • 吐槽一下很烦的毛病 at 2012年02月10日

    @camel 我是整个人爱出汗。。。

  • 泥马, 同是程序员,差距咋就那么大呢!!! at 2012年02月10日

    spine 的作者竟然如此年轻!

  • 去哪里获取第 “一年 rails 全职开发” 的经历 TAT at 2012年02月10日

    @milel 我也是从 java 转型过来的 rubyist,那些招聘要求又不是死的,只要你真心喜欢,工作总归能找到。

  • 代码托管服务 GitCafe 正式上线 at 2012年02月06日

    恭喜!哈哈,求邀请 +1

  • @ 自动匹配用户名功能上线 at 2012年02月03日

    这个功能很方便,赞一个!

  • 今天部署到 VPS 上,系统是 CentOS 好还是 Ubuntu Server 好呢? at 2012年02月03日

    我觉得比起 centos,ubuntu 易用很多,装软件比较方便

  • 调查一下有多少人用 Mac 开发或 Linux 开发 Rails? at 2012年01月27日

    Ubuntu

  • 各位新春快乐 at 2012年01月22日

    新春愉快!

  • 程序员之 明明知道是错的还经常做的事 at 2012年01月18日

    #14 楼 @Rei +1

  • [日本] 宣传下我现在就职的公司:日本 COOKPAD at 2012年01月16日

    超有吸引力!

  • 哈哈哈,上 Ruby 官方网站了 at 2012年01月05日

    超赞 +1

  • [好消息] 淘宝提供了 Rubygems 的国内镜像站点 at 2011年12月26日

    这真是造福大众的好事啊!

  • mongofiles 怎么来清空 GridFS 中的文件? at 2011年12月23日

    我是这么干的,装个客户端 MongoVUE,能看到 GridFs 里面的内容,直接删除就好了,不过 MongoVUE 是 win 下面的收费软件。

  • godaddy 的 dns 用不了了。。。连 mongoid.org 都要 FQ 了。 at 2011年12月18日

    #1 楼 @ywencn 看来是我线路的问题。明天去公司看看。

  • 圣诞将至 google 又亮了 太帅了 let it snow at 2011年12月18日

    @shooter 恩,let it snow 很好玩。隐藏的很深啊。。。

  • Rails3.2 is coming? at 2011年12月17日

    #10 楼 @poshboytl 这个确实给力。期待 ing

  • [上海][2011年12月13日] RubyTuesday 活动公告 at 2011年12月13日

    签到

  • nginx 403 Forbidden 的问题解决 at 2011年12月13日

    unicorn.rb 中这句先配置成固定的看看,看看文件路径获取的对不对。

    APP_PATH = "/home/dong/workspace/blog/"

  • nginx 403 Forbidden 的问题解决 at 2011年12月13日

    给文件夹访问权限。如果还不行,配置文件第一行,user root root

  • [上海][2011年12月13日] RubyTuesday 活动公告 at 2011年12月13日

    晚上过去,差点忘了,今天是 Tuesday 啊,哈哈

  • 很诡异的博客 at 2011年12月09日

    #6 楼 @xdite的博客的文章写的很好,受教了。建议其他童鞋也常去看看。 如何運用 / 設計 Rails Helper(2)期待 ing

  • 关于《Rails Is Not For Beginners》,我有话要说 at 2011年12月09日

    e 文和“墙”是新手进阶的最大拦路虎。

  • Rails 中使用 helper 生成标签如何指定 css at 2011年12月07日
    link_to(body, url, html_options = {})
    # url is a String; you can use URL helpers like
    # posts_path
    

    html_options = {}可以配置 a 标签里面的各种属性。

    比如

    link_to "某某","/your_url",:class=>"your_link_css"
    
  • [上海][2011年12月06日] RubyTuesday 活动 at 2011年12月06日

    签到,今天的分享很给力。感谢@xufeng ,@tinyfool,@vincent,@ghosTM55

  • 上一页
  • 1
  • 2
  • 3
  • 4
  • 5
  • 下一页
关于 / RubyConf / Ruby 镜像 / RubyGems 镜像 / 活跃会员 / 组织 / API / 贡献者
由众多爱好者共同维护的 Ruby 中文社区,本站使用 Homeland 构建,并采用 Docker 部署。
服务器由 赞助 CDN 由 赞助
iOS 客户端 / Android 客户端 简体中文 / English