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

[email protected]
深圳
186 篇帖子 / 9147 条回帖
730 关注者
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**

  • 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
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • ubuntu 下 rvm 在 oh-my-zsh 下出现了的问题 at 2015年05月22日

    #9 楼 @flowerwrong echo $PATH

  • ubuntu 下 rvm 在 oh-my-zsh 下出现了的问题 at 2015年05月22日

    #5 楼 @flowerwrong 原因是 rvm 要求把 .rvm/xx/bin 放到 PATH 的第一位。zsh 看 .zshrc 里面有 rvm 的配置了没,后面有没有其它修改 PATH 的配置。

  • ubuntu 下 rvm 在 oh-my-zsh 下出现了的问题 at 2015年05月22日
    # .bashrc
    WHITE="\[\033[0m\]"
    YELLOW="\[\033[0;33m\]"
    PS1="\w $YELLOW\$(git branch 2>/dev/null | grep '^*' | colrm 1 2)$WHITE\$ "
    

  • ubuntu 下 rvm 在 oh-my-zsh 下出现了的问题 at 2015年05月22日

    我就对 zsh 不感冒,系统默认什么就用什么,懒得处理这类问题。

  • Crystal 0.7 Released at 2015年05月21日
    • Ruby-inspired syntax.
    • Never have to specify the type of a variable or method argument.
    • Be able to call C code by writing bindings to it in Crystal.
    • Have compile-time evaluation and generation of code, to avoid boilerplate code.
    • Compile to efficient native code.

    看这介绍我觉得 Matz 应该把作者拉进 Ruby 核心团队。

  • [已解决] Grape 的路由不能用 rake routes 显示? at 2015年05月21日

    #8 楼 @chaucerling 是的,mount 个组件还要处理和框架的协作问题。

  • undefined method `admin_advertises_path' 路由报错 help!!!!!! at 2015年05月21日

    @advertise 是怎么赋值的?如果它是个 ActiveRecord 对象,helper 不应该找复数路由。

  • RubyMotion 的 一个深坑 at 2015年05月21日

    如果文档有错应该给他们提 issue。

  • [已解决] Grape 的路由不能用 rake routes 显示? at 2015年05月20日

    Rails 本身就能做 API,用不着 Grape。

  • 怎样尊重一个程序员 at 2015年05月20日

    一个不尊重其它程序员的人写的怎样尊重一个程序员。

  • 【已解决】Puma + Nginx + Rails 服务器配置问题 at 2015年05月20日

    还有日志没看 '/home/mo1.0/log/stdout', '/home/mo1.0/log/stderr'

  • Sinatra 中文文档 at 2015年05月19日

    http://www.sinatrarb.com/intro-zh.html

  • 为什么 ruby-china 把 faye 换掉呢? at 2015年05月19日

    https://ruby-china.org/topics/25248

  • Sinatra 中文文档 at 2015年05月19日

    注:翻译归原翻译者所有,我只是不是从哪里找到并收藏,并于今天有发现了。

    什么意思?如果楼主不是译者,请标明出处。不建议全文转载。

  • Ruby 链接 MySQL 提示装载 libmysql.dll 失败 at 2015年05月19日

    根据错误提示,也许应该拷贝到

    D:\Ruby200\lib\ruby\gems\2.0.0\gems\mysql2-0.3. 18-x86-mingw32\vendor\libmysql.dll

  • scope 的一个问题让我很迷惑 at 2015年05月19日

    WoW,我才知道有 none 这个用法 👍

  • Tower 的用户记录是用什么记录的呢?(动态) at 2015年05月19日

    Using Polymorphism to Make a Better Activity Feed in Rails https://robots.thoughtbot.com/using-polymorphism-to-make-a-better-activity-feed-in-rails

  • 看了下招聘版,小城市用 Ruby 真的没有未来? at 2015年05月19日
    1. 树挪死,人挪活
    2. 远程
  • ruby-china 不支持微信浏览器吗 at 2015年05月17日

    #2 楼 @lrbnew 问微信。

  • ruby-china 不支持微信浏览器吗 at 2015年05月17日

    微信浏览器不支持 Ruby China。

  • 支付宝 API 向导 (Ruby 版),以及开源一个支付宝 gem at 2015年05月16日

    #54 楼 @wikimo 你可以看这个项目 https://github.com/chloerei/alipay-demo,用的是担保交易接口,但是流程差不多。

  • 支付宝 API 向导 (Ruby 版),以及开源一个支付宝 gem at 2015年05月16日

    #52 楼 @wikimo 不知道 form action metho=get 方式是指什么。应该要把 form 提交到你的服务器,然后服务器返回重定向到支付宝的 url。

  • 支付宝 API 向导 (Ruby 版),以及开源一个支付宝 gem at 2015年05月16日

    #50 楼 @wikimo 这个测试地址不是给 web/wap API 用的,openapi 是另一套 API,不过我没试过能不能用,文档没写。

  • 好书推荐的网站是否有人感兴趣 at 2015年05月15日

    #13 楼 @kgen 现在 iPhone 就是一个能高速上网、收发电子邮件、抓取 podcast 内容、播放 MP3 音乐的手机。

  • 好书推荐的网站是否有人感兴趣 at 2015年05月15日

    #13 楼 @kgen Joel 还写了一篇讲到 37signals 和 iPod http://www.joelonsoftware.com/items/2006/12/09.html

    收录在《软件随想录 卷 2》http://book.douban.com/subject/26366425/

  • 好书推荐的网站是否有人感兴趣 at 2015年05月15日

    膨胀软件与 80/20 的谣传 http://chinese.joelonsoftware.com/Articles/StrategyLetterIV.html

  • 订单编号是用 ID 自增主键显示的,但这样会暴露订单数量,有什么办法? at 2015年05月14日

    时间戳+ID 截断几位?

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