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

[email protected]
深圳
188 Topics / 9160 Replies
731 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**

  • geeknote 34

  • asciidoctor-htmlbook 31

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

  • material-ui 17

  • rich-text-editor 12

  • htmlrenderer 12

  • rails-chatgpt-demo 8

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • 要不要等新 Mac Mini at October 24, 2013

    根据这个记录:Don't buy!

    http://buyersguide.macrumors.com/#Mac_Mini

  • 使用 store 能这样建立关系吗? at October 24, 2013

    楼主应该去试试,然后把结果贴上来。

  • RubyConfChina 2013 的活动现场招聘区 at October 23, 2013

    征友……

  • Ruby 如何将时间戳转换为日期格式? at October 23, 2013
    require 'time'
    
    Time.at 1271952000
    # => 2010-04-23 00:00:00 +0800
    
  • clone 了 writings 项目,启动服务后访问无结果。。 at October 23, 2013

    #17 楼 @wcp1231 用 mongodb 是因为我看中它支持的数据类型多,例如数组,可以减少关联表的维护,现在我发现 pg 也不错。

  • clone 了 writings 项目,启动服务后访问无结果。。 at October 23, 2013

    #12 楼 @wcp1231 是不是没备案被屏蔽了。

  • clone 了 writings 项目,启动服务后访问无结果。。 at October 23, 2013

    #4 楼 @wcp1231 那么 ssh 断开之后服务就退出了吧。开发环境在本地跑,生产环境才推上服务器。

  • clone 了 writings 项目,启动服务后访问无结果。。 at October 23, 2013

    这跑的是开发环境?怎么部署的?

  • clone 了 writings 项目,启动服务后访问无结果。。 at October 23, 2013

    信息太少,无法判断。

  • Macaw: The Code-Savvy Web Design Tool (我也能玩转前端设计?) at October 21, 2013

    代码还是相信手写,不过这个拿来做原型不错。

  • Rails 如何对已有的数据表建立相应的 Model? at October 21, 2013

    导出当前的 schema

    rake db:schema:dump         # Create a db/schema.rb file that can be portably used against any DB supported by AR
    
  • Rails 如何对已有的数据表建立相应的 Model? at October 21, 2013

    现成的数据库根本不用 generate

    class Product < ActiveRecord::Base
    end
    

    就行了。

  • 阿里员工来往二维码 at October 21, 2013

    赶紧推出买友业务!只要价格比红包低就有钱途!

  • 如何实现基于 API 数据源的 model,不通过 AR 后者 DataMapper 来做? at October 19, 2013

    #6 楼 @everpointer 从简单做法做起,用一个 Module 放 API 相关的方法,多了之后划分多个 Module,需要保留状态就改成用 Class。

  • 如何实现基于 API 数据源的 model,不通过 AR 后者 DataMapper 来做? at October 19, 2013
    require 'json'
    
    JSON.parse "{\"name\":\"bob\",\"age\":22,\"awesome\":true}"
    # => {"name"=>"bob", "age"=>22, "awesome"=>true}
    
  • 如何实现基于 API 数据源的 model,不通过 AR 后者 DataMapper 来做? at October 19, 2013

    不需要创建对象,获取 json 就直接当 hash 用行了。

  • RVM 2.0 要用 Ruby 重写,募捐中 at October 18, 2013

    如果要用 rvm 需要安装 Ruby,要安装 Ruby 需要先装 rvm……

  • 按照 Wiki 教程,Linode VPS 里 RVM 我都安不上! at October 18, 2013
    [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
    

    这行是对应 User 方式安装的,楼主用的 root 帐号,安装到系统路径了。看顶楼中间那两行提示。

  • Writings 开源 at October 18, 2013

    #75 楼 @yedingding MIT 协议开源的,可以随意用。其实看起来好用有一半是样式的功劳,用来嵌入不一定比成熟的开源项目好。

  • Writings 开源 at October 18, 2013

    #71 楼 @u1378130755

    通过 ubuntu apt 装的,安装说明看这里 https://github.com/chloerei/writings/blob/master/doc/INSTALL-ubuntu.md

  • 怎样算是个好的提交注释 at October 18, 2013

    http://robots.thoughtbot.com/post/48933156625/5-useful-tips-for-a-better-commit-message

  • RubyConfChina 2013 After Party - 大会期间的三场 Party 活动! at October 18, 2013

    1 小时算正常,北京出个门就要预定 1 小时以上,要留意地铁关闭时间。

  • 多种编程语言间切换会不会有走火入魔的感觉? at October 17, 2013

    这现状挺好啊。

  • w3school 页面显示不全啊 at October 17, 2013

    不过 https://developer.mozilla.org 更好

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