Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
Eric-Guo
@ericguo
VIP
NO. 1665 / 2012-03-31

[email protected]
天华建筑设计
上海
49 Topics / 1408 Replies
183 Followers
246 Following
75 Favorites
Codex PR & commit submitter, specialist on Rails and React.
GitHub Public Repos
  • wechat-starter 350

    WeChat web app with wx_pay in rails

  • tailwindcss-jit-stimulus 19

    A template with Rails 7.1, Shakapacker 7.2, TailwindCSS 3 and Stimulus 3.0

  • pgac_demo 15

    Rails 7.2 Action Cable chat room using AnyCable as backend

  • coreui4-rails-starter 13

    The CoreUI 4 Rails starter

  • openproject 5

    OpenProject is the leading open source project management software.

  • product_hunt 5

    Demonstrate new Rails 5.1 feature: Assets on Yarn, System tests with Capybara and unified form_wi...

  • opencode_client_ruby 2

  • openproject-proto_plugin 1

    Exemplary OpenProject plugin demonstrating different ways to extend OpenProject.

  • ruby 1

    The Ruby Programming Language [mirror]

  • webapp-conversation 1

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • 未当过老板,招人的时候,招聘方的人有没有这种想法? at April 19, 2015

    抗压能力也是测试的一部分啊。。(求匿。。)

  • transproc 的可读性更好么? at April 18, 2015

    没觉得

  • public 中的中文静态资源获取失败 at April 18, 2015

    可以考虑升级到 Rails 4.0.13 或者目前的最新版 4.2.1,还有 Ruby 2.1.6,至少我可以。

  • Windows 如何将已经装好的 Gem 拷贝到其他电脑上? at April 18, 2015

    需要先装 ruby installer 2.1.6,然后将 devkit 和 ruby21 两个目录全部 copy 到目标机器。

  • [杭州] 无陌科技 - Ruby 攻城狮看过来--来自无陌的技术嘉年华 at April 13, 2015

    全栈写成全战,真心不习惯。

  • 大家来说说国内大城市跟小地方的区别 at April 13, 2015

    85 度 C 面包发的太厉害,不好吃啊。。

  • 求教多重 hash 如何取值 at April 13, 2015

    #12 楼 @danielfeng

    s.find_all {|v| v[0].start_with? 'ab'}
    
  • 求教多重 hash 如何取值 at April 13, 2015
    dn2.collect { |d| [d.info[:Image], d.info[:Name]] }
    
  • 请教 HTML 5 多图上传如何接收 at April 13, 2015

    paperclip 不熟,不过我可以确认carrierwave是支持多图同时上传的。

  • 求教多重 hash 如何取值 at April 12, 2015
    dn2.collect {|d| d.info[:Image]}
    
  • 如何忽略部分 commits,只 push 一部分 commits 呢? at April 12, 2015

    先git rebase -i head~7,然后将 c6,c7 移到 c1,c2 之前变成 A---c6---c7---c1---c2---c3---c4---c5,然后再 check out 新的 branch,到 c7,然后推送到远程

  • 求教多重 hash 如何取值 at April 12, 2015

    #4 楼 @danielfeng 断点就是在这里停下来看一下,我觉得这样的话,写成:

    dn2[0].info[:Image]
    

    应该可以拿到第一个 Image 的值。

  • 求教多重 hash 如何取值 at April 12, 2015

    #2 楼 @danielfeng 那就说明 dn2 是一个数组对象,可以加个断点,然后查看一下 dn2,parse_json 后是一个对象,不是 hashes

  • 求教多重 hash 如何取值 at April 12, 2015
    name = params.fetch(:user)[:name]
    

    第十条

  • 帅爆了的 RSpec 测试结果显示方法:Philips Hue at April 12, 2015

    压力太大。

  • 这几天遇到好几次不明原因的电脑死机了,好纠结啊 at April 06, 2015

    我能代表 Windows 用户表示系统很稳定嘛?

  • 如何动态删除某个无用的属性 at April 06, 2015

    #1 楼 @flowerwrong 你指active_model_serializers?

  • No binary rubies available for: mint/17/x86_64/ruby-2.2.0. at April 06, 2015

    install with --disable-binary option.

    root@server1:~# rvm help install
    ## Usage
    
        rvm install {ruby-string} [--verify-downloads {0,1,2}] [--binary|--disable-binary|--movable]
    
  • 新主题上线 at April 05, 2015

    手机界面好看多了

  • Rust 发布 1.0 Beta at April 04, 2015

    Rust for Rubyists

  • 2015年3月29日 Rubyist 上海 2015 Q1 聚会 at March 29, 2015

    补充一下Ember.JS这边其实也有diff 的 DOM 更新了,所以 React.js 的 Virtual DOM 现在也不能算是独门绝技啦。

  • 浏览器全面支持 es6,还要过多久呢? at March 08, 2015

    Chrome 41, 45%,不算低啊。

  • 多大的手机屏幕最好用? at February 27, 2015

    5.7,稍微比 6.0 好用一点点。

  • 微信记录可以导出么? at February 27, 2015

    @Peter @blacktulip 我说的是安卓的系统,哈哈

  • 如何以 rails 作为数据源,开发单页面应用? at February 21, 2015

    Emberjs 方面,有几个例子可以看看:Ember-CRM, Ember-Todo

  • 微信记录可以导出么? at February 17, 2015

    #6 楼 @Peter http://www.fenlog.com/post/82.html 真的有加密,当然除非你用的是 4.2 以下版本的微信。。

  • 微信记录可以导出么? at February 16, 2015

    #3 楼 @Peter sqlite3 里面的表内容加密,虽然有软件可以解(未测试)

  • 如何搜索某个软件包所有版本号呢? at February 15, 2015

    直接网页查看 https://rubygems.org/gems/rails/versions

  • 微信记录可以导出么? at February 15, 2015

    #1 楼 @Peter 没用,sqlite 文件是加密的。

  • Prev
  • 1
  • 2
  • …
  • 21
  • 22
  • 23
  • 24
  • 25
  • …
  • 44
  • 45
  • Next
关于 / RubyConf / Ruby 镜像 / RubyGems 镜像 / 活跃会员 / 组织 / API / 贡献者
由众多爱好者共同维护的 Ruby 中文社区,本站使用 Homeland 构建,并采用 Docker 部署。
服务器由 赞助 CDN 由 赞助
iOS 客户端 / Android 客户端 简体中文 / English