Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
xautjzd
@xautjzd
Member
NO. 4920 / 2012-12-09

[email protected]
西安
78 Topics / 346 Replies
0 Followers
0 Following
9 Favorites
You will be what you want to be
GitHub Public Repos
  • dotvim 6

    Vimconfig

  • ActivityRecognition 4

    行为识别方法库,将训练好的模型保存

  • personal-notes 1

    my own notes

  • kotlin-template 1

    kotlin template

  • nextjs-boilerplate 0

  • local-transfer 0

    Transfer file between devices in the same local area network via website like snapdrop

  • nvim-config 0

    My neovim config

  • go-snippets 0

    some go snippets

  • xautjzd.github.io 0

    Personal blog built on Hugo

  • emacs.d 0

    My Emacs configuration

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • Vim 插件推荐 at August 15, 2013

    tcomment 如何快速注释一个 method 呢

  • attributes 与 update_attributes 的区别 at August 15, 2013

    #4 楼 @heliang7 赋值也是方法调用

  • attributes 与 update_attributes 的区别 at August 15, 2013

    #1 楼 @fresh_fish 都是 hash,但是前面的那个可以省略(,后面那个不能省略"(",只能省略{。这点不解

  • 解决粘贴到终端 Vim 缩进错乱 at August 14, 2013

    gg=G 不是最简单调整缩进的么

  • 学习 Ruby 一定得了解 Rails 么 at August 14, 2013

    #38 楼 @terrywang 谢谢,你的回答很中肯

  • 学习 Ruby 一定得了解 Rails 么 at August 14, 2013

    #35 楼 @zealinux 比喻好贴切。学游泳一定要会跳水么

  • 学习 Ruby 一定得了解 Rails 么 at August 14, 2013

    #31 楼 @terrywang 那现在写脚本大多都是 ruby 或者 python?

  • 学习 Ruby 一定得了解 Rails 么 at August 14, 2013

    #27 楼 @blacktulip 这个确实是实话

  • 学习 Ruby 一定得了解 Rails 么 at August 14, 2013

    #22 楼 @i5ting 没有用过 ksh,也不知道效果,只用过 bash,恕我愚钝,你说的 sa 是指的啥?

  • 学习 Ruby 一定得了解 Rails 么 at August 13, 2013

    #20 楼 @huacnlee 刚学 rails 不久,看 ruby 时被它的那种灵活吸引,但是学习 rails 感觉一直都在学习它的 convention,感觉 convention 太多,封装的太好,思维有点受局限的感觉。

  • 学习 Ruby 一定得了解 Rails 么 at August 13, 2013

    #18 楼 @mouse_lin 可能是吧,了解的多点的就是 web 和系统管理这块。看过 2012 的 rubyconf 视频,看到上面讲解了下 ruby 大致的用途,但是通过社区平时的贴,一般讨论的都是 web 相关的一些东西,跟嵌入式相关的太少。再就是系统管理方面了,而系统管理的脚本大部分都是用自带的 shell 居多吧

  • 学习 Ruby 一定得了解 Rails 么 at August 13, 2013

    #6 楼 @debugger 嵌入 ruby 应该搞的人少的可怜吧

  • 学习 Ruby 一定得了解 Rails 么 at August 13, 2013

    #15 楼 @mouse_lin 我目前在学习 rails 中,只是不解为什么 rails 为这么活,感觉有点学习 ruby 就是为了更好的学习 rails,目的不是 ruby 而是 rails 的感觉

  • 学习 Ruby 一定得了解 Rails 么 at August 13, 2013

    #10 楼 @i5ting 系统管理员,使用默认的 shell 即可,没有必要还去特意配置 ruby 的环境吧。

  • 学习 Ruby 一定得了解 Rails 么 at August 13, 2013

    #3 楼 @reus 关于 ruby 的貌似没有,给人一种感觉就是不会 rails 就谈不上是一名合格的 rubyist

  • 学习 Ruby 一定得了解 Rails 么 at August 13, 2013

    #1 楼 @neverlandxy_naix 这是必然。。。。

  • [西安][2013年08月17日] Rubyists 线下活动召集 at August 13, 2013

    周六见

  • 一台机器装了多个版本的 rails,如何制定默认版本的 rails at August 07, 2013

    #8 楼 @ericguo 谢谢,我在 StackOverflow 已经找到答案了

  • Rails.vim 高效使用指南 at August 06, 2013

    讲得挺不错,看 github 上的介绍,很晦涩,看 help 文档,也看的人头疼。

  • 一台机器装了多个版本的 rails,如何制定默认版本的 rails at August 06, 2013

    @jianpanxiu 我发现切换到 3.2 后,切换不回去了

  • 做开源软件的目的 at August 06, 2013

    结交朋友

  • 一台机器装了多个版本的 rails,如何制定默认版本的 rails at August 06, 2013

    #1 楼 @Teddy 学习 rails 不是很长时间,还不是很懂。

  • 一台机器装了多个版本的 rails,如何制定默认版本的 rails at August 06, 2013

    #3 楼 @jianpanxiu thx, 我刚才已经通过

    rvm gemset create rails3.2.13
    rvm use [email protected] --default
    gem install rails
    

    切换过来了。这个链接也讲的很详细。

  • 一台机器装了多个版本的 rails,如何制定默认版本的 rails at August 06, 2013

    #2 楼 @kai1248 我在试玩 browsercms,不支持 4.0,只支持 3.2.。。。没办法

  • 求推荐靠谱的可以订做文化衫的店 at August 06, 2013

    #17 楼 @ChanceDoor 没呢,有推荐的么?

  • 自定义 Layout 后 Delete 成了 Show at August 06, 2013

    @cqpx 这是应用默认的 application layout 的 source

    
    <!DOCTYPE html>
    <html>
    <head>
      <title>Blog</title>
      <link data-turbolinks-track="true" href="/assets/application.css?body=1" media="all" rel="stylesheet" />
    <link data-turbolinks-track="true" href="/assets/scaffolds.css?body=1" media="all" rel="stylesheet" />
    <link data-turbolinks-track="true" href="/assets/users.css?body=1" media="all" rel="stylesheet" />
      <script data-turbolinks-track="true" src="/assets/jquery.js?body=1"></script>
    <script data-turbolinks-track="true" src="/assets/jquery_ujs.js?body=1"></script>
    <script data-turbolinks-track="true" src="/assets/turbolinks.js?body=1"></script>
    <script data-turbolinks-track="true" src="/assets/users.js?body=1"></script>
    <script data-turbolinks-track="true" src="/assets/application.js?body=1"></script>
      <meta content="authenticity_token" name="csrf-param" />
    <meta content="spCOTtHNKdpxdlgPH9GMc4/tKqdrNB4+X0AUQI5Xy6Y=" name="csrf-token" />
    </head>
    <body>
    
    <h1>Listing Posts</h1>
    
    <table>
        <tr>
            <th>Name</th>
            <th>Title</th>
            <th>Content</th>
            <th></th>
            <th></th>
            <ht></th>
        </tr>
    
            <tr>
                <td>xautjzd</td>
                <td>xautjzd</td>
                <td>xautjzd</td>
                <td><a href="/posts/2">Show</a></td>
                <td><a href="/posts/2/edit">Edit</a></td>
                <td><a data-confirm="确定?" data-method="delete" href="/posts/2" rel="nofollow">Delete</a></td>
            </tr>
    
    <br/>
    <a href="/posts/new">Create a new post</a>
    
    
    </body>
    </html>
    
  • @tenderlove 教你如何回馈开源社区 at August 06, 2013

    这个家伙好幽默

  • 自定义 Layout 后 Delete 成了 Show at August 06, 2013

    #2 楼 @Yujing_Z 这个例子没有什么功能,不好意思挂

  • 自定义 Layout 后 Delete 成了 Show at August 06, 2013

    #1 楼 @cqpx 没有 include jquery,也没有间接包含,下面是我查看的源

    Hello,world!
    <h1>Listing Posts</h1>
    
    <table>
        <tr>
            <th>Name</th>
            <th>Title</th>
            <th>Content</th>
            <th></th>
            <th></th>
            <ht></th>
        </tr>
    
            <tr>
                <td>xautjzd</td>
                <td>xautjzd</td>
                <td>xautjzd</td>
                <td><a href="/posts/2">Show</a></td>
                <td><a href="/posts/2/edit">Edit</a></td>
                <td><a data-confirm="确定?" data-method="delete" href="/posts/2" rel="nofollow">Delete</a></td>
            </tr>
    
    <br/>
    <a href="/posts/new">Create a new post</a>
    

    自定义的模板里只有 Hello,world! 这句话

  • 号外, 中国源项目上线! at August 06, 2013

    挺不错

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