Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
Steven Wu
@springwq
Member
NO. 4898 / 2012-12-07

上海
68 Topics / 514 Replies
6 Followers
23 Following
88 Favorites
初级 Rails 程序员
GitHub Public Repos
  • feedbin 0

  • test-repo 0

  • javascript-the-definit... 0

  • super-mcp 0

  • jampp-mcp 0

  • singular-mcp 0

  • kayzen-mcp 0

  • jampp_mcp_server 0

  • scrape_ai_tools 0

  • nextjs-tutorial 0

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • Barcelona Ruby Conference 2014 introduction at September 13, 2014

    这画风。。。 😄 :

  • 在线验证 Ruby 正则表达式结果的网站 at August 17, 2014

    #1 楼 @Tony612 Thx!

  • [上海] 七周七语言之 Ruby -2014年8月16日 at August 16, 2014

    吐槽一点:coding.net,太难用了。。。

  • [上海] 七周七语言之 Ruby -2014年8月16日 at August 16, 2014

    准备回去了,今天活动挺有意思的。

  • 升级到 Mac OSX 10.10, 若干天后, 所有 Homebrew 安装的程序全部挂掉 at August 04, 2014

    前几天 还在 10.10 用 brew 安装了一个 vim, 目前一切正常。

  • [上海] 七周七语言之 Ruby -2014年8月16日 at August 02, 2014

    怎么报名听讲者呢?等 GDG 通知?

  • Mac OS X 10.10 升级失败,咋办?[已解决] at August 02, 2014

    目前发现,如果装了第三方 SSD,启用了 Trim Enable 会导致系统无法启动。

  • 我学了 2 个多月的 Ruby,连一点基本的程序也不会写,这是不是。。 at August 02, 2014

    我用业余时间自学了一年半左右,也没找到工作呢,还需要时间。。。

  • [railstutorial]---第七章 model spec test 求助。 at July 23, 2014
    before { visit user_path(user) }
    
  • 在 Ubuntu 中怎样对 rvm 进行升级 at July 22, 2014

    rvm get stable

  • 新手问题 undefined method at July 22, 2014

    看看这本书

    https://ruby-china.org/topics/19914

  • 新手问题 undefined method at July 22, 2014

    @name 是一个 instance variable,不是 method.

    http://stackoverflow.com/questions/12122736/access-instance-variable-from-outside-the-class

  • 小白部署提问 at July 11, 2014

    https://leanpub.com/deploying_rails_applications-cn

  • 好书推荐:《如何变得有思想?》《一个寻找作者的读者》作者阮一峰 at July 05, 2014

    前几天我看到阮一峰老师在博客上说他要出书了,没想到这么快 selfstore 上就有了。 已购!

  • Time Machine 能保证开发环境完全一致吗? at July 03, 2014

    #4 楼 @Tony612 不好意思,我的回答不太严谨。我试过同一台 MAC 用 Time Machine 做备份和恢复,完全没问题的。不同 MAC, 请参考楼下同学们的意见。

  • Time Machine 能保证开发环境完全一致吗? at July 03, 2014

    #2 楼 @Tony612 跟硬件应该没什么关系,恢复过来系统跟以前都是一样的,可以先尝试一下啊

  • 对于 sonrter 童鞋 “晚上加班不算加班?” 帖子的团 800 官方声明 at July 03, 2014

    #18 楼 @iBachue 一斤汗!!!!

  • 对于 sonrter 童鞋 “晚上加班不算加班?” 帖子的团 800 官方声明 at July 03, 2014

    #16 楼 @iBachue 这个帐号不是官方的吗?我还一直以为是官方的呢?

  • 对于 sonrter 童鞋 “晚上加班不算加班?” 帖子的团 800 官方声明 at July 03, 2014

    #14 楼 @leomayleomay 应该不是吧,推上官方帐号对每个新帖子,都会自动同步的。

  • 有关 Hash 的使用问题 at July 03, 2014

    LZ 的代码不够 Ruby Style, 看着有点难受。

    建议 LZ 可以用 binding pry 去 debug。 https://github.com/pry/pry

  • Linode - 新注册送 50 美元优惠码 [已结束] at July 02, 2014

    我一周前,刚刚注册的 Linode .....

  • 请教个 vim 问题 at July 02, 2014

    google 一下,没找到合适的答案。不过 通过 git config 来设置别名可以正常工作。

    $ git config --global alias.st status

    然后在 Vim 里面 -- OK !git st

  • 大家帮忙看看我的招聘是哪里出了问题,求吐槽 at June 30, 2014

    @teacafe2000 LZ 会考虑新手吗?

  • has_secure_password 的问题 at June 23, 2014

    #3 楼 @billy 非常感谢!解释的不能再详细了。这么看,这算是 rails 的 一个 feature 了。

  • has_secure_password 的问题 at June 23, 2014

    #1 楼 @yumu01 没仔细看文档,谢谢啦!这个和 rails 4.0 有点不同了。

  • 大家用 janus 是怎么写 html 的? at June 22, 2014

    可以安装额外的插件,而且也更方便。

    If you want to do additional customization or add more Vim plugins, create a ~/.janus directory and add your plugins there, either with a git clone or by adding submodules to your own git repository there. This directory is treated like a normal pathogen directory. For example:

    $ cd ~/.janus
    $ git clone https://github.com/vim-scripts/Rename2.git rename2
    

    Or, if you have a git repository in ~/.janus, you can use a submodule:

    $ cd ~/.janus
    $ git submodule add https://github.com/vim-scripts/Rename2.git rename2
    

    我装了这三个:

    ➜  .janus  ls
    sparkup      vim-airline  vim-fugitive
    
  • Apple Care 的重要性 at June 15, 2014

    #7 楼 @zhangjinzhu 我以前的 Thinkpad CPU 出风口进过两次水,后来晾了晾也好,但是第三次进水后,主板挂了。

  • Introduction to Programming with Ruby - 给 Ruby 新手写的免费电子书 at June 14, 2014

    赞 :plus1:

  • 成都 NodeSchool 回顾 at June 10, 2014

    图里没看到老大啊,但是亮点不少

    • Brought home-baked cookies, but forgot to hand them out.
  • [上海][2014年6月17日] 周中聚会 at June 10, 2014

    @iBachue

    贴的大众点评链接好像有问题。

    大众点评

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