Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
Howl王
@mimosa
高级会员
第 5 位会员 / 2011-10-28

Autodesk
上海
39 篇帖子 / 570 条回帖
46 关注者
19 正在关注
42 收藏
┬─┬ノ❨°_°ノ❩ ..persecution mania
GitHub Public Repos
  • ansj_seg 6

  • docker-tengine 3

  • grape-erb 2

    Use erb in grape

  • shrine-tus-demo 1

    Demo integrating tus with Shrine

  • ChatGPT-Next-Web 1

    A well-designed cross-platform ChatGPT UI (Web / PWA / Linux / Win / MacOS). 一键拥有你自己的跨平台 ChatGPT 应用。

  • rest_cli 1

  • codeowners-checker 0

    Check .github/CODEOWNERS consistency

  • gatsby-starter-portfol... 0

    Playful and Colorful One-Page portfolio featuring Parallax effects and animations. Especially des...

  • logstop 0

    Keep personally identifiable information (PII) out of your logs

  • readme-code-testing 0

    Helping test "any" code in readme with GitHub Action. All you need is unit testing synchronized e...

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • --- at 2013年07月11日

    以上都是大牛,鉴定完毕 :neckbeard:

  • Grape 实现:手机、IP、地址 查询 GEO at 2013年07月05日

    #6 楼 @ruby_sky 之前不知道什么意思,现在已修复 header +了 application/json; charset=utf-8

  • Grape 实现:手机、IP、地址 查询 GEO at 2013年07月03日

    #4 楼 @hooopo 不需要,那个文件被导入到 redis-server 了~

  • [上海] 寻找一位联合创始人 at 2013年06月19日

    #2 楼 @EricZhu 小姐们最爱~

  • 我是否应该使用 mongodb?(即 mongodb 能比 mysql 更好的解决我面临的问题吗?) at 2013年06月11日

    #5 楼 @ruohanc redis 多用于缓存,配合 mongodb 用也可以 ;-)

  • 怎么处理数据对象的复制 at 2013年06月05日
    supplier = Oj.load(component.to_json)
    supplier[:component_id] = supplier['id']
    
    Supplier.create(supplier).save
    
  • [福利] 七牛新后台上线 携手 Ruby China 放送现金券 at 2013年06月03日

    谢谢,希望还能赶上~ [email protected]

  • 给 blog 自己折腾了个主题 at 2013年06月01日

    有没有人说过楼主头像,像张国立~~

  • 《Ruby on Rails Tutorial》中文版限免 at 2013年05月31日

    恭喜恭喜~~

  • 重写 Json Presenter,是用 rabl, jbuilder 这一类好,还是 AMS 这一类好 at 2013年05月15日

    Rabl 比 jBuilder 效率高~

  • Solr 大数据量的分页问题 at 2013年05月13日

    分页应该是这个更合适吧?

    limit = 40
    
    [  ].each_slice(limit).each do |i|
      ap i
    end
    
  • 关于需要先登录的 API,求助。。。。 at 2013年05月13日
    # 当前用户
      def current_user
        @current_user ||= User.authenticate!(headers['X-Auth-Token'])
      end
    
      # 认证
      def authenticate!
        error!('401 Unauthorized', 401) unless current_user
      end
    
  • 求昨天杭州沙龙活动的反馈 at 2013年05月13日

    @yedingding 头像和真人,有差距~

  • [杭州] 脸脸招聘 Ruby 程序员 / 架构师 at 2013年05月13日

    #14 楼 @ylt 先传头像吧,招聘要有诚意~

  • 关于购物网站一个功能的实现问题 at 2013年05月13日

    购物车的构造:

    @item_line = { 
      'M1260GB202E085' => { 
        item_id: '22808312876', 
        num: 1, 
        price: 1099.0,
        title: '【免邮返天猫10990积分】新百伦男鞋 支撑避震跑步鞋M1260GB2'
      } 
    }
    

    加入购物车:

    def cart(sku, num)
      if @item_line.has_key?(sku.outer_id)
        @item_line[sku.outer_id][:num] += num
      else
        @item_line[sku.outer_id] = sku.to_hash
      end
    end
    
  • [上海][延安西路:市中心] Vida 团队继续招募了,求靠谱 ruby 攻城师 at 2013年05月13日

    @VIDA 搬家啦?之前在宜家对面。

  • [杭州] 脸脸招聘 Ruby 程序员 / 架构师 at 2013年05月13日

    @lgn21st 建议我们以后聚会用这个签到~

  • 猜猜,这能干啥~ at 2013年03月18日

    #12 楼 @sevk 没蓝牙,我 + 了 USB WIFI~

  • 猜猜,这能干啥~ at 2013年03月13日

    @sevk rvm 编译需要很久,不支持 ruby 2.0,我用 Debian 自带的 ruby 1.9.1 @nevill 散热片京东买的,18 块 8 片 http://www.360buy.com/product/104256.html @metal arm 架构 CPU,不能装 ubuntu

    功能参考:

  • 猜猜,这能干啥~ at 2013年03月13日

    #1 楼 @quakewang 呵呵,准备做一个 wifi 插线板 ~

  • [已结束][上海] 掌誉网络科技招聘靠谱 Ruby 程序员 - 你看了以后可能几天都睡不好觉的招聘帖 at 2013年02月25日

    大杨浦~~

  • Espresso Framework at 2013年02月22日

    jruby + padrino 的飘过~~

  • [西安] 荣益科技招聘 ruby 工程师 at 2013年02月20日

    密薪制!笑而不语......

  • [上海] 出 年会奖品 NEXUS7~ at 2013年02月06日

    #3 楼 @feitian124 16G Wifi

  • 有没有尝试用 Acitiviti 与 Rails 的整合? at 2013年02月01日

    #2 楼 @zacker330 https://github.com/descl/activiti-ruby

  • 如果使用 Rails 做项目,源码能保护起来吗? at 2013年01月23日

    Jruby 编译后,打成 war 包运行,算不算?

  • 代码托管除了 Github,还有哪些网站提供 Git 的代码托管 at 2013年01月23日

    比起 gitcafe 个人更喜欢 https://geakit.com

  • Sinatra 项目里的文件如何拆分? at 2013年01月23日

    http://www.padrinorb.com

  • 用 NSRails 这个库,让 Cocoa 与 Rails 完美结合 at 2012年12月17日

    和当年的 ObjectiveResource 类似喽~~

  • 我的屋子里有一只蝙蝠,不知道它冬天吃什么,会不会被饿死。 at 2012年12月17日

    #27 楼 @hooopo 第一天抓了,第二天晚上就放了,我抓的时候是一窝,能飞走的都飞走了,抓到的是不会飞的小蝙蝠,皮肤手感很嫩,翅膀跟薄膜似的,牙齿啃不动手指,顺着水泥墙(不是光面的那种)可以爬,放的时候担心掉下去摔死,放在一个罐头瓶里,早上的时候就不在了,再去窝里看的时候,已经举家搬走了~~

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