Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
任凯
@ailen
高级会员
第 2990 位会员 / 2012-07-24

[email protected]
西南石油大学
成都
27 篇帖子 / 247 条回帖
6 关注者
3 正在关注
71 收藏
no excusion always solution
GitHub Public Repos
  • unified_iap 1

    iap order veify service for googleplay and amazon and ios

  • rails-k8s-docker-demo 0

    rails k8s demo

  • rails_application_nginx 0

    docker rails nginx

  • globalize 0

    Rails I18n de-facto standard library for ActiveRecord model/data translation.

  • docker-rails 0

    Dockerize Rails 6 with ActionCable, Webpacker, Stimulus, Elasticsearch, Sidekiq

  • timer 0

  • taobao-top 0

    A simple ruby implementation of Taobao TOP API

  • sim_trad 0

  • WebHubBot 0

    Python + Scrapy + MongoDB . 5 million data per day !!!💥 The world's largest website. 🔞

  • better-emacs 0

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • [成都] 汽车移动互联创业公司:招聘 ruby 高级程序和初级程序,两人 at 2014年10月28日

    @raofeng 你在 tap4fun?

  • 恭喜 Ruby China 三周年纪念日快乐 at 2014年10月28日

    Happy Birthday!!!

  • rails migrate 只能一次执行一个,执行多个就会报错。 at 2014年10月25日

    @luoyou 可以尝试下 rake db:reset 看看呢?

  • Phusion Passenger Nginx version 部署 rails 网站后,取不到环境变量怎么办? at 2014年10月25日

    @jeky Passenger 设置环境变量的方式为在 nginx.conf 的 server 配置内加上

    passenger_set_cgi_param DOUSILE_DATABASE_URL  你的具体内容
    

    详情参考链接https://www.phusionpassenger.com/documentation/Users%20guide%20Nginx.html#passenger_set_cgi_param

  • QQ 的 Omniauth 认证有好多个 at 2014年10月24日

    @ice_bb :plus1: 不过我不太喜欢造轮子,Omniauth 可以统一处理 QQ、Sina 等,还是很方便

  • [北京] 幻腾科技有限公司招聘 Ruby 工程师 at 2014年10月24日

    @phantom 最重要的薪资待遇都没写出来!

  • rails migrate 只能一次执行一个,执行多个就会报错。 at 2014年10月23日

    @luoyou 贴完整的 log 吧

  • QQ 的 Omniauth 认证有好多个 at 2014年10月23日

    @lulalala http://www.overlgames.com/ 这个网站用的是https://github.com/kaichen/omniauth-qq-connect,没有任何问题

  • 升级完 Yosemite,我的 Mac 需要天天关机,否则就会很卡 at 2014年10月23日

    @shangrenzhidao SSD+4g 感觉不卡

  • 即时通讯服务端有没有好的建议? at 2014年10月22日

    @alucardpj 谢谢

  • 即时通讯服务端有没有好的建议? at 2014年10月22日

    @ywjno 谢谢,我去看看

  • 即时通讯服务端有没有好的建议? at 2014年10月22日

    @alucardpj 非常感谢!打算是做移动端的!所以请教你们看看有没有好的建议!

  • 国内第一家云端的日志管理软件 (uclogs.com) 招募体验用户 at 2014年10月21日

    申请试用:

    联系方式 : [email protected] 需要管理的日志类型:Nginx 日志,Rails 日志 操作系统:Linux

  • 升级 Mac OS X 10.10 Yosemite 之后 PostgreSQL 不能启动 at 2014年10月20日

    @winnie 这个解决方案也看到了,不过太懒,还是想用 homebrew 装 😄

  • 犹豫是不是要升级 Yosemite at 2014年10月18日

    @shangrenzhidao 对啊,是 SSD,但是经常会卡着

  • 犹豫是不是要升级 Yosemite at 2014年10月18日

    @shangrenzhidao 升级过后略卡

  • 发布一个工具 at 2014年10月17日

    @small_fish__ @fsword 非常 cool!类似于 vagrant+chef 提供 provisioning 的操作,国外像 AWS、DigitalOcean、Linode 等都支持。也可以自己在本机用 virtualbox 搞!

  • [成都] 知一 招聘 Ruby 项目经理 at 2014年10月15日

    @suyu 苏总,非常顶你哈!如楼上所说,+1

  • 使用 Vagrant 搭建统一开发环境 at 2014年09月28日

    @flowerwrong 你有没有配合 chef 使用呢?我遇到了一点问题,可以讨论下

  • 计时攻击原理以及 Rails 对应的防范 at 2014年09月26日

    :plus1:

  • 新闻 News 该如何建 Model 名字? at 2014年09月25日

    @QueXuQ 楼组如果直接使用 news 的话可以在config/initializers/inflections.rb中添加代码:

    ActiveSupport::Inflector.inflections(:en) do |inflect|
      inflect.irregular 'news', 'news'
    end
    

    同样的单词还有bonus、stats,这些坑在工作中都遇到过。详细请参考:http://api.rubyonrails.org/classes/ActiveSupport/Inflector/Inflections.html

  • 我的 Macbook Pro 2012 Mid Retina 老是死机,现在我好像知道原因了 at 2014年09月25日

    @llvm 最不稳定?不晓得楼组是怎么用的。反正我以前用 linux 和 windows 三天两头换系统,用了 mac 差不多 2 年多了,没有换过系统,一直很问题,而且上次把 HDD 换成 SSD,通过工具一键搞定,整个系统全部转移。

  • 编写 Ruby 的 C 扩展 at 2014年09月23日

    :plus1:

  • happypeter 的 Linux For Developers 课程 at 2014年09月22日

    @happypeter nice,非常喜欢

  • 请教大家一个字符串转 hash 的问题 at 2014年09月14日

    @flowerwrong 那有没有更好的解决方案呢?

  • 请教大家一个字符串转 hash 的问题 at 2014年09月13日

    最近我也遇到有这个问题,上面的字符串本身是一个 ruby object 转化成字符串,那么久逆向思考,把字符串转换成 ruby object,我的解决方案是:

    eval("\"credentials\"=>{\"token\"=>\"F538FF45937887AF7246E50928E0961F1\", \"refresh_token\"=>\"6EC400DD7B547B401D29474EA68952145\", \"expires_at\"=>1418310654, \"expires\"=>true}")
    

    不知道社区还有没有更好的解决方案?

  • Rails 和 Sinatra 谁更适合做 APP 的后台? at 2014年08月26日

    @egg_show 如果连产品都没有那么再好的性能都没有人来用!! 建议前期性能问题抛后,专注于产品。我们 app 后台同样是 rails 做的,快速 MVP 让你更好把握产品,后期在考虑性能问题。

  • [成都]2014年8月23日,Ruby 社区聚会! at 2014年08月24日

    @lb563 感觉很不错的,非常 happy

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