Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
Alex Shi
@hlcfan
VIP
NO. 1364 / 2012-03-10

西安
76 Topics / 385 Replies
1 Followers
0 Following
96 Favorites
huh
GitHub Public Repos
  • pokr 54

    Make agile estimating and planning easy with our online planning or scrum poker tool

  • webmock 4

    Webmock for Golang, to stub requests.

  • mux-contrib 1

    Bunch of middlewares make mux easier

  • hlcfan.github.io 0

  • fm 0

    Content agnostic formatter for JSON, XML string. Indent incomplete JSON.

  • geoip 0

    Elixir library to find geo location information given an IP address, hostname or Plug.Conn

  • live_select 0

    Dynamic (multi)selection field for LiveView

  • gock 0

    HTTP traffic mocking and testing made easy in Go ༼ʘ̚ل͜ʘ̚༽

  • dotfiles 0

    ~hlcfan

  • go 0

    The Go programming language

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • @ 自動補全做了個 gem 包 :) at April 05, 2012

    #7 楼 @huacnlee 你好。我看了 markdown.rb 这个文件里的 link_mention_user 方法。貌似里边的正则匹配只能匹配英文不能匹配中文。

  • 找一个可以 @user 的 gem。 at April 05, 2012

    #7 楼 @davidqhr 你好,我看了 markdown.rb 这个文件。貌似里边的正则匹配只能匹配英文不能匹配中文。

  • ruby-china 中,Model Notification::Base 中 store_in :notifications 是什么意思 at April 05, 2012

    #7 楼 @Rei ok.gotcha.muchas gracias.

  • @ 自動補全做了個 gem 包 :) at April 05, 2012

    我发现这个包好像不支持中文,只@英文 id

  • sublime2 开始强制收费了? at April 05, 2012

    我的目前目前没有。

  • ruby-china 中,Model Notification::Base 中 store_in :notifications 是什么意思 at April 05, 2012

    #5 楼 @zhenning i'll figure it out,thx.man

  • ruby-china 中,Model Notification::Base 中 store_in :notifications 是什么意思 at April 05, 2012

    #3 楼 @zhenning 那既然默认了,为什么还要指定 store_in:notifications ?

  • RailsCast 视频下载脚本 at April 05, 2012

    #1 楼 @lgn21st 帅气,我用 rhythmbox 订阅了。

  • ruby-china 中,Model Notification::Base 中 store_in :notifications 是什么意思 at April 05, 2012

    #1 楼 @ywencn 你好,我查到这个了,但是英语差啊,还请你解释。

  • 找一个可以 @user 的 gem。 at April 05, 2012

    #7 楼 @davidqhr 你好,你能告诉我@某个人后,这个人可以看到他被@了,实现的思路。谢谢。

  • 大家外语能力如何? at March 30, 2012

    #13 楼 @daqing 我也是,哈哈

  • markdown 避免显示 input,button 等元素.怎么做? at March 29, 2012

    #5 楼 @doitian 你好,谢谢。我加了 filter_html,但是没用。那我重写 block_html,raw_html 方法。

  • markdown 避免显示 input,button 等元素.怎么做? at March 29, 2012

    求解啊,貌似 redcarpet 里没有相关选项。

  • markdown 避免显示 input,button 等元素.怎么做? at March 29, 2012

    #1 楼 @ywjno 你好,这个可以避免显示 input 等之类的标签吗?

  • RubyVsPython 2012 年 - 比赛平台 Planet Conquer 揭幕战 报名开始! at March 29, 2012

    大牛的一定要顶啊

  • acts_as_taggable_on_steroids at March 29, 2012

    就是你不用自己写 tag 的一些 model,controller.

  • Markdown,Markup 有什么区别? at March 28, 2012

    #1 楼 @lanisle 啊?

  • 你们是不是也是开一堆 shell. at March 28, 2012

    我一般就 4,5 个。而且长时间都是按照一定的顺序.已经习惯了。

  • jQuery 的 unload () 失效 at March 27, 2012

    #5 楼 @doitian 大牛,你好。我在 action 里写 render :js => "window.close();" 为什么窗口关不掉呢?

  • jQuery 的 unload () 失效 at March 27, 2012

    @doitian 我查了下,是浏览器差异,ff 就正确。

  • jQuery 的 unload () 失效 at March 27, 2012

    @doitian 你好,大牛,我试了你这个方法。但是每次刷新的时候也会弹出来...大牛,为什么我写的方法不对呢?

  • 请教 Rails 3 image_tag 怎么显示其它路径的图片? at March 27, 2012

    @ywencn 大牛,麻烦你帮我看看http://ruby-china.org/topics/2181 实在没办法里...

  • 请教 Rails 3 image_tag 怎么显示其它路径的图片? at March 27, 2012

    hi,试试

    = image_tag 'file:///home/XXXXX/demo/XX.jpg', :size => "50x50"
    
    
  • devise 可以实现 after login 和 after logout 吗? at March 27, 2012

    @ywencn 你好,我在看这个,但是那个重写的方法放哪里呢?

  • 在 mongoid 中,sharding 是什么意思? at March 26, 2012

    #1 楼 @huacnlee 非常感谢,我刚也看了几篇文章。

  • 如何自定义 acts_as_taggable_on at March 22, 2012

    #6 楼 @yangyanhao ok.thx.

  • 如何自定义 acts_as_taggable_on at March 21, 2012

    #4 楼 @yangyanhao 然后自定义?

  • 如何自定义 acts_as_taggable_on at March 21, 2012

    #2 楼 @zhangyuan thx,那你知道还有别的 tag gem 吗?

  • 如何自定义 acts_as_taggable_on at March 21, 2012

    大牛们,怎么搞?

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