Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
William
@williamherry
高级会员
第 3093 位会员 / 2012-08-01

[email protected]
Abcam
杭州
37 篇帖子 / 432 条回帖
4 关注者
3 正在关注
12 收藏
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
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • 突然发现 Go 语言的 go-china 官网和咱们的官网前身是一家人家的。。 at 2013年09月03日

    好多熟悉的头像,背影图片也一样

  • Fly Vim, First - Class at 2013年08月31日

    打不开了

  • Ruby 服务器、Rack、Rack App 三者是如何协同工作的 at 2013年08月25日

    :thumbsup:

  • [杭州] 简阅科技继续招聘 at 2013年08月20日

    是呀,以后要多多指教哦

  • Ben Orenstein and Gary Bernhardt 教你高效使用 Vim at 2013年08月18日

    学好 Vim 其实很简单,先给自己洗脑:Vim 是最好的编辑器.Vim 是最好的编辑器....

  • 放眼望去都是 Ubuntu,有用 Arch 的玩家么? at 2013年08月11日

    openSUSE

  • Rails 4 Turbolinks 导致 js 工作不正常 at 2013年08月06日

    问题解决了,把= javascript_include_tag "application", "data-turbolinks-track" => true从 body 移到 head 就好了

  • Rails 4 Turbolinks 导致 js 工作不正常 at 2013年08月06日

    @messiahxu @zlx_star 谢谢提供的资源

  • Rails 4 Turbolinks 导致 js 工作不正常 at 2013年08月06日

    我想了下,我这个问题实现是 form 被提交了多次,这个 form 里有 remote: true,

  • 小众 ruby 职业工会第二次在线交流 at 2013年08月03日

    @Teddy 这个只是对 post 数据有路由的,你是点的 button 吗?

  • 有大牛在使用 disqus 在博客里没。 at 2013年07月27日

    http://help.disqus.com/customer/portal/articles/666278-introducing-promoted-discovery-and-f-a-q-#discovery-settings

  • 好久没讨论语言了 - 我只是路过 at 2013年07月22日

    用 coffee 会不会好点?

  • 好久没讨论语言了 - 我只是路过 at 2013年07月22日

    @blacktulip 上次面试被羞辱了

  • 你看过的电影推荐 at 2013年07月21日

    卑鄙的我 2 出来了,豆瓣上 8.5 的高分哦

  • 好久没讨论语言了 - 我只是路过 at 2013年07月21日

    @blacktulip 正要啃 JavaScript 权威指南,尼玛要 1000 页

  • 你看过的电影推荐 at 2013年07月21日

    还有仙境之桥

  • 你看过的电影推荐 at 2013年07月20日

    真爱至上

  • GitHub Flow in the Browser at 2013年07月12日

    才知道原来 github 创建个分支发 pull request,然后在这个分支上修改 push 后会自动更新 pull request,我还傻呼呼的要关闭原来的,重新建立 pull request. 谢谢分享

  • 看《Rails Tutorial》,添加禁止登录用户再次访问登陆页面时,测试用例报错。怎么破? at 2013年07月11日

    你 google 一下吧,我记不清了,就是执行到这里的时候把状态保存并打开浏览器,应该是直接写在测试代码里

  • 看《Rails Tutorial》,添加禁止登录用户再次访问登陆页面时,测试用例报错。怎么破? at 2013年07月10日

    好像有个 save_and_open 你加上试试看能不能找到问题

  • 看《Rails Tutorial》,添加禁止登录用户再次访问登陆页面时,测试用例报错。怎么破? at 2013年07月10日

    是不是因为你做的限制后,不会 render 登录的页面了,所以找不到那些页面元素去填入用户名,密码了

  • 求助 如何去掉 Nokogiri 这个 Gem 的 warning at 2013年07月01日

    @5long @Pitt @luikore @aptx4869 感谢各位的帮助,已经解决了

    gem install nokogiri -- --with-xml2-include=/usr/include/libxml2/libxml --with-xml2-lib=/usr/lib64/ --with-sxlt-include=/usr/include/libxslt --with-xslt-lib=/usr/lib64/
    
  • 求助 如何去掉 Nokogiri 这个 Gem 的 warning at 2013年07月01日

    @aptx4869 Gemfile 里没有指定它,我看 Gemfile.lock 文件里,capybara 好像会用到它,版本 >= 1.3.3 xpath 也用到 ~> 1.3, 安装的版本是 1.6

  • 求助 如何去掉 Nokogiri 这个 Gem 的 warning at 2013年07月01日

    @aptx4869 我不知道他默认是编译还是直接 binary,但看他的输出好像是编译的

    Fetching: nokogiri-1.6.0.gem (100%)
    Building native extensions.  This could take a while...
    Successfully installed nokogiri-1.6.0
    Parsing documentation for nokogiri-1.6.0
    unable to convert "\x80" from ASCII-8BIT to UTF-8 for lib/nokogiri/nokogiri.so, skipping
    Installing ri documentation for nokogiri-1.6.0
    1 gem installed
    

    如果这是安装的 binary,怎么做才可以让他编译安装?

  • 求助 如何去掉 Nokogiri 这个 Gem 的 warning at 2013年07月01日

    @hpyhacking 都是针对 mac 的,相应的目录我都没找到

  • [杭州] 找两名初、中级 Rails 工程师 at 2013年07月01日

    板凳吗?下班后投下试试

  • 求助 如何去掉 Nokogiri 这个 Gem 的 warning at 2013年06月29日

    @luikore 我用的 Linux, libxml2-devel 开发包已经是安装的 @aptx4869 你猜对了,我用的 openSUSE 重新编译安装是指用 gem 吗,试了不起作用

  • 求助 如何去掉 Nokogiri 这个 Gem 的 warning at 2013年06月29日

    @Pitt 我也是最近升级了 ruby 才有这问题的

  • 求助 如何去掉 Nokogiri 这个 Gem 的 warning at 2013年06月29日

    @5long 试过了,不行

  • Nitrous.io 开放公测,在「云」里创建开发环境 at 2013年06月27日

    不错不错

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