Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
William
@williamherry
VIP
NO. 3093 / 2012-08-01

[email protected]
Abcam
杭州
37 Topics / 448 Replies
5 Followers
3 Following
12 Favorites
A good person by default
GitHub Public Repos
  • notes 2

    all my notes will be here as markdown format :-)

  • williamherry.github.com 1

    just a blog with so many time test

  • vim 1

    william's vim settings

  • distributions 0

    NodeSource Node.js Binary Distributions

  • cattery 0

    Application for William's Cattery

  • hello-algo 0

    《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS...

  • resume 0

    resume

  • intro-page-example 0

    Example of an intro page using Bootstrap 4

  • react-rails 0

    Fix react-rails gem version 1.6.2 for old project to use

  • chefans 0

    chefans.org website source code

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • 最后一天不能给荒废了...开始学习 Rails...直播中 at December 21, 2012

    换书😄

  • emoji 表情 at December 21, 2012

    @knwang 感谢 Kevin 老师

  • 哪位兄弟修改过开源项目 RedMine 的源代码 at December 20, 2012

    A ||= B 是当 A 为假的时候 (false) 才把 B 赋给 A,适用的不确定 A 是否有值的情况,小弟新手,不知道对不对

  • [北京][2012年12月8日][线下活动召集帖][第一次活动] 篮球&乒乓球&羽毛球&毽子 at December 15, 2012

    乒乓很少遇到对方,可惜不是北京了

  • 求一个 vim 插件,没有写完的时候前面会出现小点 at December 14, 2012

    @virgil 嗯嗯 :-) 我是把 eddie 的拿来直接用的

  • 求一个 vim 插件,没有写完的时候前面会出现小点 at December 13, 2012

    @sevk @virgil 你们是对的,我以为这东西会很复杂,没想到这么简单就能搞定,谢谢了

  • 求一个 vim 插件,没有写完的时候前面会出现小点 at December 13, 2012

    @sevk 好像有点像,但这个不可能这么简单就实现吧,这个不支持语法吧

  • 求一个 vim 插件,没有写完的时候前面会出现小点 at December 13, 2012

    @sevk 好像不是哎,我要的是这样的,比如输入def空格,它就会变成这样def..当我接着输入的时候,前面的。消失,如果我输入def test加车,它就会变成这样

    def test
    ..
    

    我接着输入前面的点消失 不知道我说清楚了没,感谢你的回复

  • 关于电脑配置的访谈,求参与 at December 13, 2012

    竟然注册不了,名字太长

  • [苏州] 有人了解 Chef Script 吗? at December 13, 2012

    应该是 Chef 的 cookbook 吧

  • 各位是因为什么事件和原因接触到 Ruby at November 26, 2012

    Chef

  • [已结束] Happycasts: 线下活动,北京 at November 24, 2012

    可惜不在北京

  • [上海] 创业公司招聘靠谱 Ruby 工程师 (接受实习生)[已结束] at November 22, 2012

    已发,请查收

  • Ubuntu 下软件中心没法安装 phpmyadmin at November 20, 2012

    可能是少某个源,找个其他的 ubuntu 对比下/etc/sources.list

  • 一句话总结 RubyConf China 感受 at November 20, 2012

    贴心亲和

  • 无法删帖 at November 11, 2012

    已经不单了,好几个基友了

  • Rails Tutorial (翻译 11 章) 断断续续搞了两个钟,才这么点 at November 10, 2012

    我花了一周才看到第 9 章,等等我呀:D

  • rspec 自定义方法的问题 at November 10, 2012

    @allenwei 谢谢我试试

  • RubyConfChina 2012 电子票已经发出,请各位注意看邮件 at November 10, 2012

    收到

  • Slackware 14.0 is released! at November 09, 2012

    ubuntu 是才王道

  • 能用 Ruby 实现 Windows 的自动化管理吗? at November 09, 2012

    there is a thing call chef

  • RubyConfChina 遇到的问题和对应策略 at November 08, 2012

    辛苦了

  • 轻简历网站上线征求反馈意见 at November 07, 2012

    是不是太轻了,就一个空白页,我不知道怎么写了😄

  • 北京组团去 RubyConfChina [ 准备买 16 日 下午的动车去上海] at November 07, 2012

    @sundevilyang 已经发给你了

  • 北京组团去 RubyConfChina [ 准备买 16 日 下午的动车去上海] at November 07, 2012

    我也想同去

  • [分享] 学习 Rails 的过程中遇到的一些陷阱, 新人一定进来看看! at November 06, 2012

    基本的HTML以及CSS一定要会看, 而且会写!!,我已经开始血淋淋了

  • RubyConfChina 2012 参会指南 at November 06, 2012

    报名了

  • capistrano 简易速成部署方案 (含 deploy.rb 模板) at November 04, 2012

    @JeskTop 我的执行 migrations 报错,能帮我看看怎么回事吗?

      * executing `deploy:migrations'
      * executing `deploy:update_code'
        updating the cached checkout on all servers
        executing locally: "git ls-remote [email protected]:git/depot.git master"
        command finished in 404ms
      * executing "if [ -d /home/william/depot.linuxcbt.com/shared/cached-copy ]; then cd /home/william/depot.linuxcbt.com/shared/cached-copy && git fetch  origin && git fetch --tags  origin && git reset  --hard a6c236f29dd7ca5547f9d4a371c1919227245a09 && git clean  -d -x -f; else git clone [email protected]:git/depot.git /home/william/depot.linuxcbt.com/shared/cached-copy && cd /home/william/depot.linuxcbt.com/shared/cached-copy && git checkout -b deploy a6c236f29dd7ca5547f9d4a371c1919227245a09; fi"
        servers: ["depot.linuxcbt.com"]
        [depot.linuxcbt.com] executing command
     ** [depot.linuxcbt.com :: out] HEAD is now at a6c236f bundle gems
        command finished in 1010ms
        copying the cached version to /home/william/depot.linuxcbt.com/releases/20121104135345
      * executing "cp -RPp /home/william/depot.linuxcbt.com/shared/cached-copy /home/william/depot.linuxcbt.com/releases/20121104135345 && (echo a6c236f29dd7ca5547f9d4a371c1919227245a09 > /home/william/depot.linuxcbt.com/releases/20121104135345/REVISION)"
        servers: ["depot.linuxcbt.com"]
        [depot.linuxcbt.com] executing command
        command finished in 32ms
      * executing `deploy:finalize_update'
        triggering before callbacks for `deploy:finalize_update'
      * executing `deploy:assets:symlink'
      * executing "rm -rf /home/william/depot.linuxcbt.com/releases/20121104135345/public/assets &&\\\n        mkdir -p /home/william/depot.linuxcbt.com/releases/20121104135345/public &&\\\n        mkdir -p /home/william/depot.linuxcbt.com/shared/assets &&\\\n        ln -s /home/william/depot.linuxcbt.com/shared/assets /home/william/depot.linuxcbt.com/releases/20121104135345/public/assets"
        servers: ["depot.linuxcbt.com"]
        [depot.linuxcbt.com] executing command
        command finished in 8ms
      * executing "chmod -R g+w /home/william/depot.linuxcbt.com/releases/20121104135345"
        servers: ["depot.linuxcbt.com"]
        [depot.linuxcbt.com] executing command
        command finished in 10ms
      * executing "rm -rf /home/william/depot.linuxcbt.com/releases/20121104135345/log /home/william/depot.linuxcbt.com/releases/20121104135345/public/system /home/william/depot.linuxcbt.com/releases/20121104135345/tmp/pids &&\\\n      mkdir -p /home/william/depot.linuxcbt.com/releases/20121104135345/public &&\\\n      mkdir -p /home/william/depot.linuxcbt.com/releases/20121104135345/tmp &&\\\n      ln -s /home/william/depot.linuxcbt.com/shared/log /home/william/depot.linuxcbt.com/releases/20121104135345/log &&\\\n      ln -s /home/william/depot.linuxcbt.com/shared/system /home/william/depot.linuxcbt.com/releases/20121104135345/public/system &&\\\n      ln -s /home/william/depot.linuxcbt.com/shared/pids /home/william/depot.linuxcbt.com/releases/20121104135345/tmp/pids"
        servers: ["depot.linuxcbt.com"]
        [depot.linuxcbt.com] executing command
        command finished in 15ms
      * executing "find /home/william/depot.linuxcbt.com/releases/20121104135345/public/images /home/william/depot.linuxcbt.com/releases/20121104135345/public/stylesheets /home/william/depot.linuxcbt.com/releases/20121104135345/public/javascripts -exec touch -t 201211041353.45 {} ';'; true"
        servers: ["depot.linuxcbt.com"]
        [depot.linuxcbt.com] executing command
    *** [err :: depot.linuxcbt.com] find: `/home/william/depot.linuxcbt.com/releases/20121104135345/public/images'
    *** [err :: depot.linuxcbt.com] : No such file or directory
    *** [err :: depot.linuxcbt.com] find: `/home/william/depot.linuxcbt.com/releases/20121104135345/public/stylesheets': No such file or directory
    *** [err :: depot.linuxcbt.com] find: `/home/william/depot.linuxcbt.com/releases/20121104135345/public/javascripts': No such file or directory
        command finished in 14ms
        triggering after callbacks for `deploy:update_code'
      * executing `deploy:assets:precompile'
      * executing "cd /home/william/depot.linuxcbt.com/releases/20121104135345 && rake RAILS_ENV=production RAILS_GROUPS=assets assets:precompile"
        servers: ["depot.linuxcbt.com"]
        [depot.linuxcbt.com] executing command
    *** [err :: depot.linuxcbt.com] sh: 1: rake: not found
        command finished in 11ms
    failed: "sh -c 'cd /home/william/depot.linuxcbt.com/releases/20121104135345 && rake RAILS_ENV=production RAILS_GROUPS=assets assets:precompile'" on depot.linuxcbt.com
    

    前面的命令都没有报错

  • capistrano 简易速成部署方案 (含 deploy.rb 模板) at November 04, 2012

    我也刚好看到这里

  • Rails Starter for China 第四课视频发布,请在线欣赏!~ at November 04, 2012

    @xds2000 最近在看 Agile Web Development with Rails,它是我看过的最好的书,它每一小节实现一个小功能,而且讲到的东西比较全面 (写测试...),我在想如果我技术好一点我就会按照它做一系列视频,一小节一个小功能一个小视频,视频下面可以讨论:我在实现这个小功能的时候遇到什么问题,有没有更好找办法实现。。。

    我突然来的想法,仅供参考

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