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

  • RubyConfChina 2012 参会指南 at 2012年11月06日

    报名了

  • @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
    

    前面的命令都没有报错

  • 我也刚好看到这里

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

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

  • 升级了 Ubuntu 12.10 at 2012年11月03日

    我升级后无线就不能用了

  • Rails 学习推荐书籍列表 at 2012年11月03日

    Agile Web Development with Rails 是我看过最好的书

  • heroku 如何工作 at 2012年11月01日

    @knwang Thanks,我会试试

  • heroku 如何工作 at 2012年11月01日

    @blacktulip @daqing @dbian 非常感谢

  • heroku 如何工作 at 2012年10月31日

    没人知道吗,还是问的有问题

  • Ruby/Rails开发的东西都是简洁,优雅

  • Linus 大神说过:烂程序员关心的是代码,好程序员关心的是数据结构和它们之间的关系

  • 非常不错,我还想把 ruby-china 拿来改成一个 chef-china.org,改完之后估计就能找到工作了

  • @boobmoom 估计是早被 pass 了,我又发了一次,到 [email protected],感谢你给我建议

  • @boobmoom 发了一份了,我 Linux 基础倒是比较好

  • @boobmoom 我打算自学 Ruby 然后进你们公司,要到什么程序才可以进?

  • 支持一下继续自学 Ruby

  • @zw963 难怪呢

  • 记得元编程里没有这么复杂呀

  • @zhexu 做了快一年 Linux 运维了,想转开发,能给个实习机会不😄

  • 某个伟大的产品里有我贡献的一两行代码

  • DHH 的公开课 at 2012年10月10日

    mark, 晚上回去看

  • 就是私人仓库比 Git 强

  • @xds2000 现在还真不知道想听的 topic,因为我手太新了,但我可以提一点我的想不法,我觉得的面向新手的这样的视频,step-by-step 的方式比较容易接受,你在那里说一些东西,自己可能很清楚因为头脑里有概念,但我们没有呀,虽然听了还是不知道是什么东西,你可以通过一边实际的操作演示,一边做简单的讲解,就相当于指这一个东西说这是什么什么,那是什么什么。等我有基础了我再提 topic PS: 你用的什么系统呀,好像是 gnome3,没 ubuntu 的 unity 漂亮哦,还有视频怎么是方方的,看着不舒服

  • 看完了,不错

  • 好吧,Trailer 原来这个意思,看起来不错的样子,我看过的视频印象最深的是 LinuxCBT 的视频,太喜欢听黑黑的 Dean Davis 细细道来的感觉了。xds2000 加油

  • @xds2000 是不是我下载的不完整,怎么只有 3 分钟,顺便在这里做下广告,我的第一个 Ruby 小程序今天已经突破 1000 次下载,欢迎大家试用 gem install tinyssh

  • 很大力的支持

  • 64 位的系统会同时包含 32 位和 64 位的包,但一般只会安装 64 位的包,rpm -qa 应该看到没有几个是 i686, 只有个别的包可能需要 32 的依赖文件才会安装,所以楼主一般可以华丽的忽略这个问题