Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
Francis Jiang
@jhjguxin
高级会员
第 686 位会员 / 2012-01-06

ikcrm.com
上海
11 篇帖子 / 406 条回帖
6 关注者
0 正在关注
294 收藏
Just for fun,just do it...
GitHub Public Repos
  • weixin 20

    微信公众平台 开放消息接口

  • code-style-guide 7

    code-style-gudie sort out by francis

  • enki 7

    my first rails project base on enki

  • project-manage 6

    project-manage

  • tqq2 4

    A wrapper for 'open.t.qq.com' OAuth2 API

  • connect-qq 2

    A wrapper for 'connect.qq.com/' OAuth2 API

  • easytask 2

    simple task app,written by rails

  • mp_weixin 2

    A wrapper for weiXin MP platform

  • open_weixin 1

    A wrapper for 'http://open.weixin.qq.com/' OAuth2 API

  • jhjguxin.github.io 1

    the github page for Francis base on octopress

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • rails 3 中的 spec 文件夹是做什么用的啊? at 2013年01月11日

    rspec 是一个 测试框架(和 unit test 是一类东西)一般会在项目产生 一个 spec(unit test 产生如上面的文档里面的 'test' ) 文件夹,spec/dummy 一般是用来挂载测试 engine, 它和常规 Rails 项目差不多的

  • rails 3 中的 spec 文件夹是做什么用的啊? at 2013年01月11日

    http://guides.ruby-china.org/engines.html

  • jruby 下去除 html 标签用什么 at 2013年01月11日

    http://api.rubyonrails.org/classes/ActionView/Helpers/SanitizeHelper.html

    include ActionView::Helpers::SanitizeHelper
    html = "<a>1</a> <p>asdf</p>"
    strip_tags(html)
    
  • 文本框用什么 at 2013年01月11日

    @ywencn 有面向对象的 实际上 要简单的 文本框 我觉得 ruby-china 的 去掉 markdown 就够了

  • [地区不限] 2ViVe 招 Ruby On Rails 开发 - 可春节后到岗 - 薪水范围 10k-14k at 2013年01月11日

    @iamzhangdabei 嗯嗯 有时间 聊聊 [email protected] QQ___ 864248765

  • [地区不限] 2ViVe 招 Ruby On Rails 开发 - 可春节后到岗 - 薪水范围 10k-14k at 2013年01月11日

    @ywencn 加你 Gmail 好了 嘿嘿 有木有

  • [地区不限] 2ViVe 招 Ruby On Rails 开发 - 可春节后到岗 - 薪水范围 10k-14k at 2013年01月11日

    有 好的 下家 就来 哈哈 ...

  • [地区不限] 2ViVe 招 Ruby On Rails 开发 - 可春节后到岗 - 薪水范围 10k-14k at 2013年01月11日

    怎一个惨淡 了得啊 打算 谋出路了

  • [地区不限] 2ViVe 招 Ruby On Rails 开发 - 可春节后到岗 - 薪水范围 10k-14k at 2013年01月11日

    关注 后续发展 ...

  • rails 有没有插件可以给微信或者微博发信息的功能? at 2013年01月10日

    现在 微信 腾讯只开放了 微信公众平台

  • Asciiflow at 2012年12月18日

    @hooopo 不错的东东 mark 了

  • Rails 中使用 ETag 加速页面载入 at 2012年12月17日

    @huacnlee https://github.com/miketierney/artii 这是 ruby 版的 嘿嘿

  • Rails 中使用 ETag 加速页面载入 at 2012年12月17日

    谢啦

  • Rails 中使用 ETag 加速页面载入 at 2012年12月17日

    @huacnlee 有名吗???

  • 吐槽:神奇网站~~ at 2012年12月17日

    还好还好 和天朝的 政府网站 不是一个模板

  • 成都的 Ruby/Rails 开发者 -- 请加 qq 群, 邮件组 at 2012年12月17日

    我现在也不在成都 但人是 四川的 来凑凑热闹哈

  • Rails 中使用 ETag 加速页面载入 at 2012年12月17日

    不错的点子 最近在折腾性能这一块 俺明天也试试 下面给一个 我整理的一些主要是 server 端缓存的 给大家分享一下 https://gist.github.com/4265619 最后 @huacnlee 号外一下

    <!--
          ____        __             ________    _
         / __ \__  __/ /_  __  __   / ____/ /_  (_)___  ____ _
        / /_/ / / / / __ \/ / / /  / /   / __ \/ / __ \/ __ `/
       / _, _/ /_/ / /_/ / /_/ /  / /___/ / / / / / / / /_/ /
      /_/ |_|\__,_/_.___/\__, /   \____/_/ /_/_/_/ /_/\__,_/
                        /____/
      ========================================================
                                              ruby-china.org
    
      App Environments:
      --------------------------------------------------------
      Ruby:  1.9.3-p327
      Rails: 3.2.9
    -->
    

    这个 怎么弄出来的呢

  • 转义字符串 at 2012年11月23日

    try

    "" << '\n'
    a="#{'\n'}"
    

    还是 gsub 吧 很多 转义不支持的

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

    mark mark ... 抢坐呀 ~~~~~

  • 升级了 Ubuntu 12.10 at 2012年10月21日

    俺也升级了

  • 关于 String 的 replace 问题 at 2012年10月12日

    https://github.com/jhjguxin/code-style-guide/blob/master/ruby-style-guide.zh-cn.md#%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F 这样 也是可用的 嘿嘿

    
    match = string[/regexp/]             # get content of matched regexp
    match = "regexp"[/regexp/]           #=> "regexp"
    first_group = string[/text(grp)/, 1] # get content of captured group
    first_group = 'textgrp'[/text(grp)/, 1] #=> 'grp'
    first_group = 'text grp'[/text(grp)/, 1] #=> nil
    string[/text (grp)/, 1] = 'replace'  # string => 'text replace'
    "text grp"[/text (grp)/, 1] = 'replace'  # string => 'text replace'
    "text 1grp"[/text (grp)/, 1] = ' replace' if  "text 1grp"[/text (grp)/, 1].present?  #=> nil 
    
  • 名字,很重要 at 2012年10月12日

    坑爹的保留字 关键字

  • TMD 社区就是牛逼 at 2012年10月10日

    嗯嗯,楼主说的对!

  • [成都] Ruby 网络 API 开发,两个人 at 2012年10月10日

    支持 表示 关注 四川的 Ruby/Rails 行情

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