Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
aston
@aston
VIP
NO. 1756 / 2012-04-09

3 Topics / 27 Replies
1 Followers
0 Following
4 Favorites
GitHub Public Repos
More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • [上海] SAP 招聘 Ruby 高级工程师 at July 20, 2015

    加班多么

  • [上海静安] DiningCity 鼎食聚 新一轮招聘开始了!~ Ruby 程序猿 & Strong 前端开发攻城狮!很少加班哦~ at May 15, 2015

    @guobin 👏

  • bundle 时出现 ERROR: Failed to build gem native extension. at December 04, 2013

    gem install json -v '1.8.0' 安装正常 好像和具体版本无关,只要是需要 build native extension 的 gem 通过 bundle 来安装都会报错

  • bundle 时出现 ERROR: Failed to build gem native extension. at December 02, 2013
    Installing json (1.8.0) 
    Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
    
        /home/app/.rvm/rubies/ruby-2.0.0-p353/bin/ruby extconf.rb 
    
    Gem files will remain installed in /home/app/www/prometheus/shared/bundle/ruby/2.0.0/gems/json-1.8.0 for inspection.
    Results logged to /home/app/www/prometheus/shared/bundle/ruby/2.0.0/gems/json-1.8.0/ext/json/ext/generator/gem_make.out
    
    An error occurred while installing json (1.8.0), and Bundler cannot continue.
    Make sure that `gem install json -v '1.8.0'` succeeds before bundling.
    
  • bundle 时出现 ERROR: Failed to build gem native extension. at December 02, 2013

    ruby china 用了 ruby p353 错误日志就一行 /home/app/.rvm/rubies/ruby-2.0.0-p353/bin/ruby extconf.rb 没有其他线索了

  • [上海] 循绿生态 招聘 Rails Web 开发工程师 1 名 at November 28, 2013

    五一去面试过一次 还在招人啊

  • [已解决] rails 编译 css,js 为空,一个奇怪的问题大家遇到过吗? at October 24, 2013

    @chaixl 👍 确实如你所言 rails '3.2.6' ,ruby 版本降到 1.9.3,一切照常了

    感谢各位热情的回答

  • [已解决] rails 编译 css,js 为空,一个奇怪的问题大家遇到过吗? at October 24, 2013

    写错了,application.js application.css 都为空

  • [上海] GitCafe 继续招优秀的 Ruby 工程师与实习生 at October 19, 2013

    已经发简历

  • 新手写了 web1.0 网站 HomeDreamer 望各位老大拍砖 at October 18, 2013

    @xiaoniuniu 😄欢迎加入呀

  • 新手写了 web1.0 网站 HomeDreamer 望各位老大拍砖 at October 17, 2013

    看到菇凉兴奋,程序媛就更兴奋 俺也贴一个

    www.huanzhangjiang.com

  • 熬夜写代码后头昏眼花 at October 17, 2013

    @putty 心脏处感觉阵阵痛,我以前经常加班也出现过,多注意锻炼身体(我游泳跑步瑜伽),我最近一年多没出现过了

  • [免费] 转让 RubyConfChina 门票一张 at October 17, 2013

    抽了吗

  • baidu 地图 ajax 载入问题 at October 11, 2013

    var map = new BMap.Map("allmap");

    你尝试把 var 去掉就应该可以了

  • Ruby 里有没有比较成熟的爬虫框架 at October 09, 2013

    不知道 这个适合你吗 https://github.com/zires/micro-spider

  • [上海] 实习&全职 出门问问团队 (Google 大牛创业团队) 校招进行中,各路大牛期待你的加入 at September 22, 2013

    简历已经发送

  • [上海] 高薪诚聘 Ruby 高级工程师 (10-15k) at August 14, 2013

    http://miiduu.com/ http://podbean.com/ 均打不开

  • eager load 时,怎么限定 includes 载入对象的数量 at August 13, 2013

    所言极是

  • [上海] (招聘完毕,谢谢大家) 外企招 Ruby On Rails Developer at July 23, 2013

    去面试过 hr 就是优雅的美女一枚呀

  • 麻烦推荐一些兼容 IE 6 的前端框架 at May 13, 2013

    blueprint , 960 Grid css 框架

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

    投了

  • 有关日期选择的 i18n 问题 at October 12, 2012

    试一试 <%= select_date Date.today,:order => [:year,:month,:day], :prefix => :start_date,:use_month_numbers=>true %>

    如果以前的版本 :use_month_names=>[1,2]

  • ActiveRecord 最好的全表扫描方法? at October 12, 2012

    看看 Model.find_each 能满足你的要求吗? http://guides.rubyonrails.org/active_record_querying.html

  • 有没人来说下优化的经验或者 rails 的一些注意事项 at October 12, 2012

    基本优化 1.查找的字段,建索引 2.前期载入,避免 N+1 3.关键部分使用缓存

  • Ruby China T 恤第二期报名活动开始啦![已结束] at April 19, 2012

    报名 M 号码

  • 你心中的高帅富程序员是如何的? at April 09, 2012

    DHH 算不算 www.flickr.com/photos/46457493@N00/sets/72157594262577872/

  • 困惑!helper 里面写查询好不好 at April 09, 2012

    #3 楼 @azhao 更恐怖的是,model 的方法都放在 controller 里,可是偶们技术主管的要求的"正确"做法哦。

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