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

[email protected]
天华建筑设计
上海
45 Topics / 1372 Replies
180 Followers
244 Following
74 Favorites
选Ruby是符合我爱钱爱金爱宝石气质的…
GitHub Public Repos
  • wechat 1326

    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

  • coreui4-rails-starter 12

    The CoreUI 4 Rails starter

  • pgac_demo 11

    Rails 7.1 Action Cable chat room using AnyCable as backend

  • 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

  • rails 1

    Ruby on Rails

  • homeland 1

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

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • 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

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

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

    @huacnlee @lgn21st 其实 ActionCable 的文档有误,所有支持 socket hijacking API 的 server 都是可以的,包括 Unicorn 还有 Passenger。

  • 关于如何高效率开发一个 Android App at February 01, 2016

    #1 楼 @ywencn 所以还是React Native对我们 Web 程序员简单一点。。

  • Rails 项目如何部署在子目录下? at February 01, 2016

    我是通过 nginx 里面直接配置的。。

    server {
        listen       80;
        server_name  10.71.5.88;
    
        root /var/rails_apps/home;
    
        location ~ ^/apc(/.*|$) {
            alias /var/rails_apps/apc/public$1;  # <-- be sure to point to 'public'!
            passenger_base_uri /apc;
            passenger_app_root /var/rails_apps/apc;
            passenger_document_root /var/rails_apps/apc/public;
            rails_env          production; #development/production
            passenger_enabled on;
        }
    
        location ~ ^/forms(/.*|$) {
            alias /var/rails_apps/pl-form/public$1;  # <-- be sure to point to 'public'!
            passenger_base_uri /forms;
            passenger_app_root /var/rails_apps/pl-form;
            passenger_document_root /var/rails_apps/pl-form/public;
            rails_env          production; #development/production
            passenger_enabled on;
        }
    }
    
  • 使用 Setter 方法代替 Before Validation at January 30, 2016

    #8 楼 @huacnlee something[:title] =这方法确实不推荐。

    #9 楼 @zlx_star 要不用auto_strip_attributes?

  • DHH 亲自给你演示, 如何用 Action Cable 做一个实时的聊天 app at January 26, 2016

    PR to enable using PG as storage 和PR to remove EventMachine合并后,Windows 下终于也可以跑这个 ActionCable Demo 了,有兴趣可以看看。

  • [上海][2016年01月22日] OpenRedis 创始人分享 Redis 的不同用法 at January 22, 2016

    补一张幻灯片。

  • [上海][2016年01月19日] Ruby Tuesday 聚会召集 at January 19, 2016

    我预感,今天要爆棚,所以我请假提前占位了。

  • 使用 Ruby on Rails 开发与 Java 相比有何优势呢? at January 19, 2016

    #40 楼 @huobazi 我也是 1.1 开始的,这个是号称宇宙最好 IDE 的 VS2015 在 Windows 7 32 位企业版的安装截图。

    其他我就不说了。

  • 使用 Ruby on Rails 开发与 Java 相比有何优势呢? at January 19, 2016

    #38 楼 @huobazi 那估计是你没真正用。。

  • 关于 Gem 的几个问题 at January 19, 2016

    #13 楼 @cqcn1991 看情况,在没看懂 devise 得时候选择不用 devise,而自己实现一套,你不慌就行。。。

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