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

[email protected]
天华建筑设计
上海
45 Topics / 1372 Replies
180 Followers
244 Following
74 Favorites
选Ruby是符合我爱钱爱金爱宝石气质的…
GitHub Public Repos
  • wechat 1326

    API, command and message handling for WeChat in Rails

  • wechat-starter 351

    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

  • coreui4-rails-starter 12

    The CoreUI 4 Rails starter

  • pgac_demo 11

    Rails 7.1 Action Cable chat room using AnyCable as backend

  • product_hunt 5

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

  • openproject 2

    OpenProject is the leading open source project management software.

  • dify-ruby-sdk 2

  • rails 1

    Ruby on Rails

  • homeland 1

    :circus_tent: An open source forum/community system based on Rails, developed based on Ruby China.

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • 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 文件是加密的。

  • 安装 mechanize 报错 at January 25, 2015

    Download 到本地装吧,应该是墙的问题。

    gem install ./mechanize-2.7.3.gem
    
  • gem 包使用中,对相关 js, css 引用问题 at January 16, 2015

    #5 楼 @luffycn ckeditor你也应该用 gem,然后 jquery-rails 提供 jquery,所以不会冲突,或者说你需要手工处理冲突。

  • X 宝上面的 Mac 代购靠谱吗 at January 15, 2015

    #4 楼 @gothic 那算了。

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