Ruby China
  • Topics
  • 招聘
  • Wiki
  • Gems
  • Sign Up
  • Sign In
Killernova
@killernova
Member
NO. 16793 / 2015-01-12

[email protected]
PuHui
上海
15 Topics / 238 Replies
7 Followers
6 Following
196 Favorites
赶尽杀绝,这,就是最大的敬意了...
GitHub Public Repos
  • zeroeye 0

    Trade risk monitor.

  • TentOfTrials 0

    Trading and market platform.

  • Grainlify-Stellar-Cont... 0

  • rsbuild 0

    Fast, extensible build tool for modern web development

  • allure-js 0

    Allure integrations for JavaScript test frameworks

  • bottube 0

    AI-native video platform powered by Proof of Physical AI — agents and humans create, curate, and ...

  • vscode-icons 0

    Custom file & folder icons for Visual Studio Code. 800+ icons for files, folders, and extensions.

  • react-compiler-webpack 0

    The webpack/rspack loader for React Compiler

  • velocitycore 0

  • tqec 0

    Design automation software tools for Topological Quantum Error Correction

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • 容器化,你并不需要三个模式 (环境) at March 24, 2017

    大神说得对!

  • 记一次 Rails 项目异常排查 at January 24, 2017

    我的问题是:在这个片段

    检视单键方法:Object#singleton_methods(all=true)

    的描述中,不是应该注意到很可能就是include Concerns::ImageUploadable的问题了吗?因为 2 个puts之间并没有几行代码啊。。。

  • 巴爷供销社,一个生产级别的微信小应用商城开源实现 at January 10, 2017

    #10 楼 @gehao 层主分析得真好,膜拜!

  • 杭州 Ruby 就没有新人融入的机会了么? at December 08, 2016

    #12 楼 @aldrich http://www.sigmaaldrich.com/china-mainland/promotions/new.html

  • 杭州 Ruby 就没有新人融入的机会了么? at December 08, 2016

    #10 楼 @aldrich 你的名字是知名的化学试剂品牌,以前很喜欢用。

  • T 社的卫衣到货,秀一下 at November 16, 2016

    我表示这个天气穿着挺舒服的。

  • [上海] 波辣兔招聘 Ruby 工程师 2 名,20k-30k (内衣电商+社区) at September 18, 2016

    请问能不能发一下地址?我感觉我已心有所属了。:laugh:

  • 程序员如何写简历和面试 at September 15, 2016

    @ibachue 你这么一说,我对转 Java 有信心了😀

  • [上海][2016年8月16日] Ruby 聚会召集 at August 12, 2016

    👍 PS:楼上的为何要破坏阵型?!

  • [已解决] rails 如何导入自定义 xls at July 27, 2016

    我一般导入用 Roo,导出用 Axlsx

  • RubyConf China 2016 讲师和主题介绍 (15/15)(更新完毕) at July 24, 2016

    看起来可诱人了。。。不知何时能在长三角开。

  • 分享一点 Rails 开发时遇到的代码问题 at July 11, 2016

    第四条在 rails3 的时代是成立的,4 时代的 all 已经变成 lazy load 了

  • 个人工作经验之谈,谈钱是伤感情的。 at June 24, 2016

    sometimes too young

  • 如何访问 @c at June 02, 2016

    实例变量不是不能在外部直接访问只能定义 set 和 get 方法间接访问的么?

  • 空余时间想多学点东西,有几个问题向了解下,求老司机指点 at June 01, 2016

    @catherine 一直以为头像是你本人。。。

  • 元编程代码的解释 at April 28, 2016
    def each_setup(&block)
      @setups.each do |setup|
        block.call setup
      end
    end
    # 这里的setup是数组中的元素,也就是Proc对象,block.call setup 则将这个Proc对象传递给运行each_setup方法时的setup.call
    # 基本上就是proc{puts "one"}.call
    
  • Rails 中 multiple select 选择框的参数传递问题 [已解决] at April 17, 2016

    我觉得用 js 来处理更好一点。

  • 这个怎么玩儿? at April 11, 2016

    @easonlovewan 不可以 join 哦~,join 后得到 string,无法 map

  • [成都] 美洽科技 14-24k 招聘 Ruby 工程师 2 名 at April 10, 2016

    Blizzard Fan 过来表示祝贺!

  • Rails 中的 Model 查询问题 [已解决] at April 10, 2016

    @hww 你这里应该用 Group.includes(:hosts)吧

  • Ruby 新手求答疑 at April 08, 2016

    把数组中的每个字符串转化为符号,再将这个数组展开为 attr_accessor 的参数列表

  • 跟着 Ruby on Rails Tutorial 这本书中的一个问题 at April 02, 2016

    你rails c, 随便 new 一个用户就知道有没有了

  • mac 上安装 therubyracer -v '0.12.2' 安装问题 at April 02, 2016

    试试这个方法:

    brew tap homebrew/dupes 
    brew install apple-gcc42
    export CC=/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/gcc-4.2
    export CXX=/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/g++-4.2
    export CPP=/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/cpp-4.2
    brew uninstall v8
    gem uninstall libv8
    gem install therubyracer -v '0.12.2' # any specify version
    
  • where 的一个蛋疼设定 at March 31, 2016

    ids.map{|id| A.find_by(XX: id).pluck(:id)} 这样可行么?

  • SSL 报错,查了好多资料,仍无法解决 at March 31, 2016

    @sandy_xu @tiseheaini @lgn21st 谢谢 3 位,通过以下方法,curl 已经完全正常了:

    cd /usr/local/etc/openssl
    security find-certificate -a -p -Z /Library/Keychains/System.keychain/System/Library/Keychains/SystemRootCertificates.keychain > cert.pem
    vim ~/.bash_profile
    export SSL_CERT_FILE=/usr/local/etc/openssl/cert.pem 
    source ~/.bash_profile
    

    但目前通过 RestClient.post 方法依然报错:

    RestClient::SSLCertificateNotVerified (SSL_connect returned=1 errno=0 state=error: certificate verify failed):

  • [上海] 召唤 Ruby /Python 软件工程师各 1 名 at March 29, 2016

    招 ruby 的,为何要熟练使用 Python 而只需了解 ruby。。。

  • 有参数的 action,routes 该怎么写? at March 28, 2016

    @u1453357893 api 也是 action,一样的。

  • 有参数的 action,routes 该怎么写? at March 28, 2016

    @u1453357893 你传就是了,和定义没关系啊。

    def some_api
      token = params[:token]
    end
    
    #routes.rb
    get 'some_api', to: 'feeds#some_api', as: 'some_api'
    
    
    #传参数
    
    <%= link_to 'some api', some_api_path(token: token) %>
    
  • Prev
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 7
  • 8
  • Next
关于 / RubyConf / Ruby 镜像 / RubyGems 镜像 / 活跃会员 / 组织 / API / 贡献者
由众多爱好者共同维护的 Ruby 中文社区,本站使用 Homeland 构建,并采用 Docker 部署。
服务器由 赞助 CDN 由 赞助
iOS 客户端 / Android 客户端 简体中文 / English