Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
Rei
@Rei
管理员
第 1 位会员 / 2011-10-28

[email protected]
深圳
188 篇帖子 / 9165 条回帖
731 关注者
0 正在关注
11 收藏
中下水平 Rails 程序员
打赏作者
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
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • Rails 中的 JS 加载问题 (KO) at 2014年07月13日

    Turbolinks

  • 使用 nginx+Passenger 部署 Rails 应用出现 502 Bad Gateway 错误 at 2014年07月13日

    nginx site config 的 server_name 和你访问的域名对不上。

  • 好书推荐:《如何变得有思想?》《一个寻找作者的读者》作者阮一峰 at 2014年07月12日

    #18 楼 @chairy11 商品还不够多啊,你认识有需求的作者吗?

  • 部署 Campo 的朋友记得设置端口白名单 at 2014年07月11日

    #4 楼 @qichunren 有啊 https://library.linode.com/using-lish-the-linode-shell

  • 部署 Campo 的朋友记得设置端口白名单 at 2014年07月11日

    #2 楼 @qichunren 服务商的后台有没有登录终端?

  • 关于 mongoid 控制台问题错误显示问题。 at 2014年07月11日

    #4 楼 @wcc526

    This should be extracted out into it's own gem and given some real love, instead of being a half-assed implementation.

    https://github.com/mongoid/mongoid/issues/2432 https://github.com/mongoid/mongoid/issues/2433

  • 关于 mongoid 控制台问题错误显示问题。 at 2014年07月11日

    #2 楼 @wcc526 潜台词:贴出来啊。

  • 我的 linode 被攻击了 at 2014年07月11日

    https://github.com/chloerei/campo/wiki/Security

  • 大一的孩子有可能找到实习么? at 2014年07月09日

    大一实习唯一的意义就是知道自己什么也不是了。

    我大一去过电脑城卖电脑 3 个周末,之后就发狂学编程,以后绝对不要做这些工作。

  • Phoenix vs Rails 性能测试 at 2014年07月09日

  • Install Ruby The "Postmodern" Way at 2014年07月09日

    我用 rvm 也没踩过什么坑。下次想试试 PPA http://brightbox.com/docs/ruby/ubuntu/

  • 咨询一个权限解决方案 at 2014年07月08日
    Log.where(user: current_user)
    
  • 有没有用 rails 做的知识库管理系统? at 2014年07月08日

    wiki 可以试试 https://github.com/gollum/gollum

  • 请不要白费生命去比较编程语言 Why Swift Will Never Replace RubyMotion at 2014年07月08日

    #26 楼 @gihnius 这个范围太大了,应该换作他圈子里的很多人。

  • 请不要白费生命去比较编程语言 Why Swift Will Never Replace RubyMotion at 2014年07月08日

    #24 楼 @blacktulip 中国人是个很虚的概念,说到中国人如何如何的时候,实际是说“我和我认识的人”如何如何。

  • Rails edge 终于加入了 live streaming.. at 2014年07月08日

    #20 楼 @loveltyoic 原来是规范的名字。现在应该用 WebSocket 的比较多。

  • Rails edge 终于加入了 live streaming.. at 2014年07月08日

    #17 楼 @loveltyoic 我意识是这个命名应该包括 websocket 啊。

  • Rails edge 终于加入了 live streaming.. at 2014年07月08日

    #15 楼 @loveltyoic websocket 也是服务端推送啊。

  • 有朋友刚好准备启用 Dropbox 的吗?顺便帮我增加点空间好不? at 2014年07月08日

    买买买

  • Rails edge 终于加入了 live streaming.. at 2014年07月08日

    #12 楼 @loveltyoic 其实 SSE 是啥?

  • Rails edge 终于加入了 live streaming.. at 2014年07月08日

    #10 楼 @loveltyoic 我没研究过 faye,Ruby China 这一块不是我做的。Basecamp 现在还用着轮询,github 是 websocket,但不清楚用什么实现。

  • Rails edge 终于加入了 live streaming.. at 2014年07月08日

    #7 楼 @loveltyoic 我发觉好像没什么人在用。

  • campo 3 发送邮件的配置问题 at 2014年07月08日

    #9 楼 @tiseheaini 更改配置之后要重启 resque。

  • 请不要白费生命去比较编程语言 Why Swift Will Never Replace RubyMotion at 2014年07月08日

    那些说中国人如何如何的,先照照镜子。

  • MongoDB 那些坑 at 2014年07月08日

    #60 楼 @huacnlee 别人部署了 ruby-china。

  • 怎样使的 routes.rb 在数据库可配置 at 2014年07月08日
    get '*path', to: 'page#show'
    
    def show
      @page = Page.find_by path: params[:path]
    end
    
  • MongoDB 那些坑 at 2014年07月08日

    #61 楼 @vincent Ubuntu 打的包已经关闭了外部访问,但是官方的包没有任何权限保护。与此类似的还有 elasticsearch,默认安装除了可以访问所有数据外,还可以执行脚本。

  • MongoDB 那些坑 at 2014年07月08日

    #61 楼 @vincent writings.io 泄露过,但不清楚有没有被拖。

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