Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
Rei
@Rei
管理员
第 1 位会员 / 2011-10-28

[email protected]
深圳
182 篇帖子 / 9131 条回帖
727 关注者
0 正在关注
11 收藏
中下水平 Rails 程序员
打赏作者
GitHub Public Repos
  • writings 940

    [Closed] Source code of writings.io

  • alipay 732

    Unofficial alipay ruby gem

  • code_campo 291

    [Closed] Source code of http://codecampo.com

  • asciidoctor-pdf-cjk-ka... 101

    **no longer maintained**

  • asciidoctor-htmlbook 31

    Asciidoctor HTMLBook is an Asciidoctor backend for converting AsciiDoc documents to HTMLBook docu...

  • material-ui 17

  • rich-text-editor 12

  • htmlrenderer 12

  • rails-chatgpt-demo 8

  • rails-app 7

    A Rails project template lets me start new projects quickly.

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • 为什么 Ruby 程序员应该了解和掌握 Docker at 2015年11月27日

    It’s The Future http://blog.circleci.com/its-the-future/

  • 前端不用现成框架的情况下, 前端表单校验有什么好的插件呢? at 2015年11月27日

    http://jqueryvalidation.org/

  • Rails 的 ENV 到底在 哪儿 at 2015年11月26日

    你要理解 Linux 的环境变量 https://help.ubuntu.com/community/EnvironmentVariables

  • 在 Windows 环境下安装 unicorn gem 包出错 at 2015年11月25日

    #13 楼 @subsky 开个虚拟机部署。

  • The Pragmatic Bookshelf 的优惠码又来了 at 2015年11月24日

  • 在 Windows 环境下安装 unicorn gem 包出错 at 2015年11月23日

    错误日志贴全。

  • Nanobox 最新的 Docker 本地开发工具。for rails at 2015年11月23日

    #14 楼 @fsword Vagrant 也支持其他 Provider,例如 Docker ……

  • Nanobox 最新的 Docker 本地开发工具。for rails at 2015年11月23日

    #10 楼 @fsword 看文档说 boot2docker 和 docker-machine 都使用 VirtualBox。

    我期待像 Heroku 那样。

  • Nanobox 最新的 Docker 本地开发工具。for rails at 2015年11月22日

    #7 楼 @cassiuschen 开发环境和生产环境不统一就等着麻烦吧。

    我期望着 Docker 改变软件交付方式,这个在 1 年前就开始追捧了,但当时也就实现了个打包格式,还没有什么管理和调度工具,也没有什么提供商支持。不少人投入进去,发现一大堆轮子需要发明。这两年可以看到这方面的工具一直在做,然后配置文件一大堆。那我不如再等几年,先用着现在最实用的。

  • Nanobox 最新的 Docker 本地开发工具。for rails at 2015年11月22日

    #6 楼 @suupic 我还没有调度和扩展需求,有这个需求的时候也是根据基础设施提供商提供什么决定的,例如要用 AWS container service 就用 docker,要用 heroku 就用 Procfile。虽然 docker 看上去很有前景,但直接支持 docker 部署的提供商还不多。本地搭环境,比 vagrant 麻烦多了。

  • Nanobox 最新的 Docker 本地开发工具。for rails at 2015年11月22日

    #3 楼 @cassiuschen 开发环境应该和生产环境一致,如果生产环境用 docker,开发环境也应该用。

    我倒是对生产环境用 docker 不太感兴趣,因为现在大多数情况还是跑在虚拟机上,直接提供 container 部署的也没几个。AWS 把 docker 跑在 EC2 上,优势是它的调度和扩展功能。

    我觉得 docker 比较实用的地方是各种测试和打包环境。

  • Bower 宣告终止开发?(18 Nov 2015 updated: Bower is alive, looking for contributors) at 2015年11月22日

    我就用 Assets Pipeline,js 库手工下载放到 vendor。旁观 js 包管理变来变去,定出标准以后再找个 sprockets 扩展。

  • Nanobox 最新的 Docker 本地开发工具。for rails at 2015年11月22日

    Vagrant + Bash 已经满足我的需求了。

  • 如何分辨请求来自于 Web 端还是 App 端? at 2015年11月20日

    #2 楼 @jasonliu 肯定会啊。移动端可以跳过某些验证的依据是什么?

  • 画说 Ruby 与 Python 垃圾回收 at 2015年11月20日

    原文介绍不妨写得明显些,我点进链接才知道是 2013 年的文章。

    Visualizing Garbage Collection in Ruby and Python October 24th 2013

    http://patshaughnessy.net/2013/10/24/visualizing-garbage-collection-in-ruby-and-python

  • Bower 宣告终止开发?(18 Nov 2015 updated: Bower is alive, looking for contributors) at 2015年11月20日

    #18 楼 @sharpx http://browserify.org/

    Browserify lets you require('modules') in the browser by bundling up all of your dependencies.

  • Bower 宣告终止开发?(18 Nov 2015 updated: Bower is alive, looking for contributors) at 2015年11月20日

    Bower is alive, looking for contributors http://bower.io/blog/2015/bower-alive-looking-contributors/

  • rails-assets.org 挂掉了 at 2015年11月19日

    目前建议手工下载到 vendor。

  • 如何研究一个 Gem 包? at 2015年11月19日

    #22 楼 @so_zengtao ???什么问题?

  • Ruby 开发遇到的坑 at 2015年11月18日

    #12 楼 @sevk BigDecimal 会淘汰 Integer 和 Float 吗?

  • 新手做 Blog,index 页面底部出现问题 at 2015年11月17日

    <%= @posts.each do |post| %>

    改成

    <% @posts.each do |post| %>

  • 准备着手翻译出版《Rebuilding Rails》,有人愿意买吗? at 2015年11月16日

    会买,最好有电子版(epub/pdf/mobi)。

  • DRb 和 Daemon 简单认识和想在一个应用中是否可以使用它们的问题 at 2015年11月16日

    排版说明 https://ruby-china.org/markdown

  • 使用 Docker 部署应用如何执行脚本文件? at 2015年11月16日

    RUN whereis bundle 看看 bundle 在哪。

  • Ruby 核心库文档最全的是哪个?each_with_index 为甚么没有写到文档里?已解决,请求封帖 at 2015年11月16日

    不说 Google 了,Ruby-Doc 站内搜索就有,不知道楼主怎么找的。

  • 使用 Docker 部署应用如何执行脚本文件? at 2015年11月16日

    我不知道了。

  • 使用 Docker 部署应用如何执行脚本文件? at 2015年11月16日

    CMD ["bash", "init.sh"]

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