Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
LinuxNerd
@sunday35034
会员
第 11288 位会员 / 2014-01-28

4 篇帖子 / 107 条回帖
0 关注者
0 正在关注
40 收藏
GitHub Public Repos
  • ratab 1

    ratab template(admin & dashboards rails template)

  • juhe_ruby 1

    聚合数据ruby api

  • bbranking 1

    宝宝类理财收益记账助手

  • yunpan 0

    Seafile Ionic app

  • docker-captain 0

    simple docker client, docker-captain in command of docker hosts

  • piaofang 0

    boxoffice database

  • womenyaofacai 0

  • Google-IPs 0

    Google 全球 IP 地址库

  • ruby-china 0

    ruby-china.org website source code.

  • aichallenge 0

    AI Challenge Ants

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • ruby 的 extend 方法为什么在类和实例上实现的逻辑不一致 at 2014年05月20日

  • 学习用的 rails 项目报错,求指点。 at 2014年05月20日

    原因其实提示信息也告诉你了

  • 基于 WebSocket 写了一个简单实时的 pusher 工具:SimplePusher at 2014年05月20日

    #1 楼 @assyer faye 不是 ws 协议的,似乎是 bayeux

  • 怎么将 Rails 4.1.1 降到 Rails 3.2.* at 2014年05月18日

    后面加版本号……

  • Performance Differences in Ruby at 2014年05月15日
    ARRAY = [1, 2, 3, 1, '2', 4, '5', 6, 7, 8, 9,'10']
    
    def slow
      hash = {}
    
      ARRAY.each_with_index do |item, index|
        hash[index] = item
      end
    
      hash
    end
    
    def fast
      hash = {}
      index = 0
      length = ARRAY.length
    
      while index < length
        hash[index] = ARRAY[index]
        index += 1
      end
    
      hash
    end
    

    这个例子是让人回到原始社会么

  • 两个中文的编程网站 fenby 和泡面吧 at 2014年05月12日

    有没有邀请码?求一个

  • 关于 simple_form I18n 的问题? at 2014年05月09日

    同样的目录

    'zh-CN':
      activerecord:
        user: '用户'
        attributes:
          user:
            name: '用户名'
            email: '电子邮件'
            password: '密码'
            password_confirmation: '密码确认'
    

    再 application.rb 配置下 locale

  • 请问 Ruby China 的移动客户端是用什么框架开发的? at 2014年05月06日

    知道有个 rubychina4android,here on Github

  • Ruby 中的 clone 和 dup 比较 at 2014年05月06日

    #8 楼 @realwol #9 楼 @xieyu33333 确实,大家互相交流,如果有好的参考书,不妨分享一下。 看了 LZ 最近关于元编程的一些学习总结,其实还都不错。

  • <Ruby 元编程> 思维导图 4 (代码块) at 2014年05月05日

    注 3 的代码里有点小问题 obj.instance_eval(@x}

  • 关于 rubychina 两个小意外 at 2014年05月01日

    还有个问题: http://ruby-china.org/topics/9983评论里的 6 楼我想点 like,但是链接是 signin

  • 关于 rubychina 两个小意外 at 2014年05月01日

    faye 请求一直 503 了

  • wice_grid 导出 csv 字符集问题 at 2014年04月29日

    #1 楼 @sunday35034 问了几个问题回答的人都比较少

  • wice_grid 导出 csv 字符集问题 at 2014年04月29日

    最后还是用 spreadsheet 了

  • 想知道有哪些合适 (最好免费) 的平台可以用来部署小规模应用? at 2014年04月20日

    国内我知道京东云擎是支持 rails 的空间,不过不像 heroku 一样可以执行 heroku run。不过小的应用可以了

  • 请推荐个适合 rails 的 Admin Template at 2014年04月19日

    #13 楼 @patxiao 对了我 github 里有源码,你可以参考着看看

  • 请推荐个适合 rails 的 Admin Template at 2014年04月19日

    #13 楼 @patxiao 直接用,我没什么需要改的

  • Linode 又升级了,果然是有竞争才有进步 at 2014年04月17日

    再次证明两(hehe)档制的优势

  • 请推荐个适合 rails 的 Admin Template at 2014年04月15日

    刚开始上手 rails 的时候就直接用的这个模板,回顾一下 1.把静态的 js 和 css 拿出来,放到 application.js 和 application.css 里去 2.找每个页面共性的东西写到 application.html.erb 里 3.然后就要碰到第一个不知道怎么办的地方了,登录的 layout 不能用 application,网上一查就知道

  • 请推荐个适合 rails 的 Admin Template at 2014年04月14日

    这个模版我用过,挺漂亮的 #6 楼 @leekelby 说得很对,先重写 layout

  • [上海] 薄荷科技寻找靠谱的 Ruby,Web 前端,iOS 和 Android 工程师 at 2014年04月02日

    #49 楼 @vincent 知道知道。。我也在那里

  • [上海] 薄荷科技寻找靠谱的 Ruby,Web 前端,iOS 和 Android 工程师 at 2014年04月02日

    润和园么。。

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