Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
neal
@guyanbiao
高级会员
第 3126 位会员 / 2012-08-03

groot.com
广州
22 篇帖子 / 298 条回帖
9 关注者
7 正在关注
269 收藏
GitHub Public Repos
  • cordova-plugin-pgyer-f... 5

    cordova 蒲公英用户反馈插件

  • guyanbiao.github.com 2

  • assets 0

    A comprehensive, up-to-date collection of information about several thousands (!) of crypto tokens.

  • qunatitative-trading-b... 0

  • poker_ai 0

  • bigtime_price 0

  • web3-eth 0

    Web3 Ruby gem client for Ethereum

  • ethereum.rb 0

    Ethereum library for the Ruby language

  • uniswap-interface 0

    🦄 An open source interface for the Uniswap protocol

  • acts_as_list 0

    An ActiveRecord plugin for managing lists.

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • 让 ruby 5 秒之后执行一个任务 at 2013年02月18日

    #6 楼 @lgn21st 我具体应用是在 faya.ru 里面,每次客户端 disconnect 的时候就来延时执行一个操作,但现在观察到有时候这个 disconnect 发过来,但是这个线程并没有执行。我现在也不知道该怎样调试

  • 让 ruby 5 秒之后执行一个任务 at 2013年02月18日

    #4 楼 @lgn21st 不行啊,这个延时操作是由 ruby 代码中的一个动作 触发的,我找到了一个 gem 叫 rufus-scheduler 正在看

  • 让 ruby 5 秒之后执行一个任务 at 2013年02月18日

    #1 楼 @lgn21st 一头雾水啊,是要在 ruby 里面调用 shell 的命令么?能简单举个 例子么

  • devise 的 sign_out 问题 at 2013年02月17日

    参数是有顺序的,把 method 写在最后

  • 关于 rails 实时 Web app 的求助 at 2013年02月13日

    肯定可以啊,要不怎么 push

  • 关于 rails 实时 Web app 的求助 at 2013年02月10日

    叶叮叮在 railscasts chima 有一个视频,你可以看一下,你可以看一下 faye 这个 gem

  • ruby 线程使用举例 at 2013年02月06日

    那个这个线程会自动关闭么?还是说根本这个线程是“假”的

  • [北京][2013年02月5日] 春节前北京最后一次 Ruby Tuesday 活动 at 2013年02月05日

    没去成,哎。

  • 编程语言像什么车 at 2013年02月05日

    笑死了

  • [北京][2013年02月5日] 春节前北京最后一次 Ruby Tuesday 活动 at 2013年02月05日

    用提前报名啥的不

  • 最近做了个创业小工具,欢迎大家试用拍砖。[开源] at 2013年01月26日

    销毁用户的时候,翻译没加 translation missing: zh-CN.devise.registrations.user.destroyed

  • 第一位 user.admin?哪里来 at 2013年01月15日

    在 consloe 里面加

  • 想用 Rails 来做一个简单的购物网站,有什么建议 at 2013年01月14日

    https://github.com/spree/spree

  • 想用 Rails 来做一个简单的购物网站,有什么建议 at 2013年01月14日

    take a look at spree

  • devise+ rolif + cancan 问题 at 2013年01月09日

    return true if User.current_user.admin?

    这一行写错了,改成:

    return true if current_user.admin?

  • 做一个作业系统,怎么实现其权限系统? at 2012年12月20日

    有个 gem 叫 rolify

  • [视频] RubyConfChina 2012 王益善演讲 - "Ruby Arduino Hacking" at 2012年12月19日

    这个好哇

  • 关于 mongoid 内嵌文档的问题 at 2012年12月19日

    #3 楼 @simlegate 我最后有 save 啊,最后是 consle 里看不到,数据库里看的到,给 user 手动加一个 field :titiles reload 一下就出来了

  • 关于 mongoid 内嵌文档的问题 at 2012年12月19日

    #1 楼 @simlegate title = user.titles.new 在 development.log 里面都看的 push 插入的记录,其实已经插入了,但 user 里面就是没有显示这一栏

  • rails 发布 at 2012年12月17日

    对了,要换掉 WEBrick,换成 unicorn 之类的

  • rails 发布 at 2012年12月17日

    你把服务端口改成 8080 和 80 以外的(我这里这两个被封掉了),比如改成 8012,假如你现在的 ip 是 134.46.23.57,那么通过 134.46.23.57:8012 就应该可以访问了吧,但是如果用路由器的话还要做一下端口映射,或者买个主机。

  • 我想尝试用 admin 去修改其他 User 的部分信息时遇到一些问题 at 2012年12月12日

    这个是干吗的?

    def correct_user

  • 请教如何引用一个 CSS 框架在 Rails 项目里 at 2012年12月12日

    把 css 和 jscopy 到 app/assets 对应的目录就可以了把

  • vim 怎样刷新缩进 [已解决] at 2012年12月12日

    #1 楼 @huacnlee 另外我有个问题,就是 ruby-china 在我本地上跑起来,发现上传的图片不是在本地,是这样的地址 http://ruby-china-files-dev.b0.upaiyun.com/photo/4e7a6083e5b3bb21bf031528a6a1bbb1.png ,是专门在又拍上提供一个 dev 的位置供测试么?

  • vim 怎样刷新缩进 [已解决] at 2012年12月12日

    #1 楼 @huacnlee 神速啊,老湿

  • 加入 twitter bootstrap 以后,找不到 bootstrap_and_overrides.css.less 文件,求解 at 2012年12月10日

    你用什么 server?什么环境?如果你是在 production 的环境,而且没有用 ngnix 或者是 apache,用 rails s 跑起来的 webrik 是不会提供静态档案,除非你在 production.rb 中把 config.serve_static_assets = false 打开

  • 看到大家的线下活动如火如荼开展,我忧郁了 at 2012年12月10日

    45 个用户 +1

  • Mac 下最好的终端,iTerm? at 2012年12月08日

    mark 一计

  • bundle install 出现 cloud not 的错误,求指导啊 at 2012年12月08日

    那你试一下加写的权限啊

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