Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
Eric-Guo
@ericguo
VIP
NO. 1665 / 2012-03-31

[email protected]
天华建筑设计
上海
46 Topics / 1382 Replies
181 Followers
245 Following
74 Favorites
选Ruby是符合我爱钱爱金爱宝石气质的…
GitHub Public Repos
  • wechat 1331

    API, command and message handling for WeChat in Rails

  • wechat-starter 351

    WeChat web app with wx_pay in rails

  • tailwindcss-jit-stimulus 19

    A template with Rails 7.1, Shakapacker 7.2, TailwindCSS 3 and Stimulus 3.0

  • pgac_demo 13

    Rails 7.2 Action Cable chat room using AnyCable as backend

  • coreui4-rails-starter 12

    The CoreUI 4 Rails starter

  • product_hunt 5

    Demonstrate new Rails 5.1 feature: Assets on Yarn, System tests with Capybara and unified form_wi...

  • openproject 2

    OpenProject is the leading open source project management software.

  • dify-ruby-sdk 2

  • homeland 1

    :circus_tent: An open source forum/community system based on Rails, developed based on Ruby China.

  • ruby 1

    The Ruby Programming Language [mirror]

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • Rails 5 Tip 二则 at March 18, 2016

    第一个我已经知道了,其实是个 feature。。 第二个表单所有 action 都会生成不同 token,我没遇到过。。。一定是我用过的第三方库太少了。。

  • 我是来认真吐槽 “英语流利说” 这家公司的电话面试的 at March 17, 2016

    @tony612 同学一定是最近看phoenix花的精力太多,Rails 生疏了!

  • 同构化的 React + Redux 服务端渲染 at March 15, 2016

    楼主也 React 了,我大 Ember.js 还有希望么。。

  • 码农在北上广买的房子现在能卖掉吗? at March 13, 2016

    说不准,不过将美元,人民币,房产,这三个资产组合各占 1/3,应该是比较好的选择。

  • 写了一个 2016年 中国节假日gem,判断 Time 或 Date 是否是节日,很适合新手学习 at March 13, 2016

    我刚刚提交了中国节假日在 holidays gems 上的支持 PR,这个是自动更新的,但是,我真的写了后发现,国家随便拉周六周日任意组合小长假也是跪了,太难写,不过至少也有一个雏形了。

  • 关于 Turbolinks 5 和 jQuery 的一些疑惑 at March 07, 2016

    #3 楼 @renyuanz 和 theme 没关系,turbolink 5 是不刷新页面的,所以$(document).ready(function(){});里面的方法只会在首次加载页面的时候调用一次,所以切换页面后针对新的 DOM 应该生效的 js,必须写在$(document).on('turbolinks:load', function(){});里面,官网的文档其实都写了。。

  • InfluxDB + Grafana 快速搭建自己的 NewRelic,分析应用运行情况 at March 06, 2016

    在这个帖子基础上,quakewang做了一个 rpm selfhost

  • Ruby 读写 Excel 2007,求大牛指导 at March 06, 2016

    我投给roo一票。

  • RanSack 怎么处理英文下划线的 at March 06, 2016

    #2 楼 @u1453357893 升到最新版试试,Pg / MySQL 这边已经有 PR 处理了。

  • [北京] 找 Ruby 开发工程师外包兼职 at March 05, 2016

    #14 楼 @apkbus 加 QQ,求带,我真的要开始学习 ruby 了这样的言论其实没啥意思。想学 ruby 就学呗。

  • Ruby 版本控制 at March 04, 2016

    #2 楼 @jasl Rails 5 对于 ruby 2.2.3+ 也是支持的。

  • 已升级到 Rails 5,用上了 ActionCable at March 02, 2016

    #37 楼 @dannyxu 我在 Windows 下没有问题啊😄

  • 有点想从 Ruby 脱坑了,我该如何规划?有点迷茫。大家能给我一点建议吗? at February 29, 2016

    转 node.js 前端啊,钱多!

  • 关于 String 的 replace 问题 at February 28, 2016

    我想将“xxx/xxx/xxx”中的“/”替换成“.”

    “xxx/xxx/xxx”.tr('/', '.')
    
  • 完美的 Ruby 图形验证码 Gem - RuCaptcha at February 28, 2016

    #105 楼 @whiney 刚刚处理了 Windows 下的开发问题,PR 17,v0.3.2.1开始支持 Windows 下的开发。感谢@huacnlee

  • qtbindings 中 qwebview 控件,控制打开链接的属性,Python 代码,请大家看看如何转成 Ruby 中可用的代码 at February 27, 2016

    Ruby 这边没有 QtWebView 的绑定,看起来还是有 QtWebView 的,没用过,帮不上忙。

  • 小白求咨询在 Rails 开发中关于 cookie 和 session 的使用问题 at February 27, 2016

    rails 自带的 token 恢复验证

    你指的是CSRF? 当初怎么去掉,反着操作不就可以加回来了么?

  • 已升级到 Rails 5,用上了 ActionCable at February 27, 2016

    #34 楼 @killyfreedom 谢谢,我第一次知道,raibows。

  • 已升级到 Rails 5,用上了 ActionCable at February 26, 2016

    #29 楼 @dannyxu 但支持多线程且免费的 web server 就 puma 一家,passenger 要企业版才有。。。

  • [上海][2016年3月1日] Ruby 聚会召集 at February 23, 2016

    时间过的好快

  • 怎么搞清楚 FormHelpers 里面的方法对应产生的 HTML attributes 在 Rails 里的作用和相互关系? at February 18, 2016

    以 text_field 为例,读 text_field_tag 的 API 文档:

    • :disabled - If set to true, the user will not be able to use this input.
    • :size - The number of visible characters that will fit in the input.
    • :maxlength - The maximum number of characters that the browser will allow the user to enter.
    • :placeholder - The text contained in the field by default which is removed when the field receives focus.
    • Any other key creates standard HTML attributes for the tag.

    所以 data-*这样的 HTML 属性其实不属于 Rails 知识范围,Rails 只是帮你原样输出了。

  • 跨平台开发:RubyMotion,rhomobile,ReactNative 还有其他吗? at February 15, 2016

    RubyMotion、rhomobile、DCloud 的问题是,这些背后的公司都没有主营业务,也就是说,指着这些框架技术卖钱,所以,我更看好 Turbolink 或者 React Native,至少背后的公司不靠这个挣钱。

  • 从昨天开始就好想买台 MacBook Pro,这是不是 Rubyist 的标配啊? at February 14, 2016

    #35 楼 @shin 真要买也要等到新款出啊,马上出了啊!

  • 写自己第一个 Gem - alidayu_sms - 阿里大鱼短信服务平台 at February 14, 2016

    情人节这样秀恩爱真的好么?。。。

  • 从昨天开始就好想买台 MacBook Pro,这是不是 Rubyist 的标配啊? at February 14, 2016

    #33 楼 @jjfujj 考虑转Alpine Linux不?

  • 跨平台开发:RubyMotion,rhomobile,ReactNative 还有其他吗? at February 14, 2016

    还有 DHH 大神的iOS/Android Adapter 方案,很期待!

  • Happycasts: 105-vagrant 用 Vagrant 搭建开发环境 at February 13, 2016

    现在《如何使用 vagrant 搭建开发环境》视频地址是了:http://haoduoshipin.com/v/105

  • Checking for OpenSSL development headers... Found: no at February 06, 2016

    需要安装libssl-dev,才能找到 OpenSSL 的头文件。

  • 新人千万不要在 Windows 上使用 Ruby on Rails at February 06, 2016

    #79 楼 @hxhxd 同意,其实最快的方法就是用我的集成安装包。

  • 大家是怎么解决 “脖子疼” 这个问题的 at February 05, 2016

    我中午吃饭狂看美女,放松眼睛,锻炼脖子。。

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