Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
Juanito Fatas
@juanito
高级会员
第 1510 位会员 / 2012-03-19

katehuang0320@gmail.com
https://Buildkite.com
Tokyo
71 篇帖子 / 454 条回帖
113 关注者
11 正在关注
51 收藏
GitHub Public Repos
  • ruby-style-guide 127

    Ruby Style Guide (Chinese)

  • - 3

  • fast_uuid 2

  • rails 1

    Ruby on Rails

  • rails-versions 1

    A common repository of Rails version metadata.

  • dalli 0

    High performance memcached client for Ruby

  • renovate 0

    Universal dependency update tool that fits into your workflows.

  • dev.to 0

    Where programmers share ideas and help each other grow

  • abn 0

    Small library for validating Australian Business Numbers

  • rdoc 0

    RDoc produces HTML and online documentation for Ruby projects.

More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • RailsConf 2014 DHH 做的开幕主题演讲视频 at 2014年05月06日

    影片釋出了: http://www.confreaks.com/videos/3315-railsconf-keynote-writing-software

  • find_by_id.attr 的效率是不是不高呢? at 2014年04月17日

    #8 楼 @yangman_wenzhu 不急呀,還有一輩子的時間!:D

  • find_by_id.attr 的效率是不是不高呢? at 2014年04月17日

    @yangman_wenzhu 可以把這個看一遍:http://docs-china.com/rails/active_record_querying.html

  • [北京] 创新工场招贤纳士 at 2014年04月17日

    @nancy_zhang 管理員應該會說先來個頭像 😄 。cc @lgn21st

  • 这个问题怎么解 at 2014年04月15日

    @jsasdw1991 Gemfile 加這兩個試試

    gem "wdm",         platforms: [:mswin, :mingw, :x64_mingw]
    gem "tzinfo-data", platforms: [:mswin, :mingw, :x64_mingw]
    

    加好再 bundle 一下,然後啟動 Rails 服務器試試: rails server。

  • 这个问题怎么解 at 2014年04月15日

    你做了什麼,完整的 log 貼出來。

  • 这个问题怎么解 at 2014年04月15日

    http://ruby-china.org/topics/9030 http://stackoverflow.com/questions/15590450/ruby-2-0-0p0-irb-error-dl-is-deprecated-please-use-fiddle

  • 新手问个关于页面跳转的问题 at 2014年04月13日

    需要添加路由 config/routes.rb。 可以看看這個 http://guides.rubyonrails.org/routing.html。 中文的這裡有兩個:http://guides.ruby-china.org/routing.html http://ihower.tw/rails3/routing.html。

  • StackOverflow 宕机中。。。 at 2014年04月13日

    現在好了。

  • 在 Mac 系统命令行中 subl .无效 at 2014年04月12日

    Sublime Text 3: https://www.sublimetext.com/docs/3/osx_command_line.html Sublime Text 2: https://www.sublimetext.com/docs/2/osx_command_line.html

  • 同一个 gem 如何切换版本号 at 2014年04月10日

    #5 楼 @mahone3297 #6 楼 @hlt #7 楼 @loveeachday

    每個產生出來的可執行文件,都有一個這樣的判斷,沒看過任何相應的文檔。

    Ref. https://github.com/rubygems/rubygems/blob/master/lib/rubygems/installer.rb#L637-L651

  • 请教 render text: 和 render plain: 的区别 at 2014年04月10日

    #2 楼 @hntee 對,4.0.4 用 render text:。

  • 请教 render text: 和 render plain: 的区别 at 2014年04月10日

    改成 render :plain 比較合理,4.1 已修正。可以參考這裡:https://github.com/rails/rails/pull/14062。

  • Rails 4.1.0 正式发布了…… at 2014年04月09日

    @_samqiu 3.2.z 只有嚴重的 bug 才會修。http://edgeguides.rubyonrails.org/maintenance_policy.html

  • 同一个 gem 如何切换版本号 at 2014年04月09日

    @mahone3297 還是用 rvm gemset 裡面安裝不同的 capistrano,切換比較好。

  • Heartbleed OpenSSL Bug,有 SSL 的快点升级 openssl 吧 at 2014年04月09日

    這裡有篇中文報導 OpenSSL CVE-2014-0160 Heartbleed 嚴重漏洞。

  • Heartbleed OpenSSL Bug,有 SSL 的快点升级 openssl 吧 at 2014年04月09日

    GitHub 的回應 https://github.com/blog/1818-security-heartbleed-vulnerability

  • 同一个 gem 如何切换版本号 at 2014年04月08日
    $ cap _2.15.5_ *args
    
  • Working with JavaScript in Rails 译文 at 2014年04月07日

    #9 楼 @acherking <%= render @users %> 比較簡潔。https://github.com/rails/rails/commit/6946fffd6362bbb3447c1fbc4d8e155f9ced5f4f

  • 求教大神数组内对象不重复 (已解决) at 2014年04月06日

    #4 楼 @willmouse distinct(false) 是拿回“未 distinct”的結果,也就是 :name 字段所有不重複的結果。

  • http://guides.ruby-china.org Rails 初上手指南 [能否处理一下] at 2014年04月03日

    先看 @Andor_Chen 的 http://docs-china.com/rails/getting_started.html

  • 这个网站是什么语言开发的? at 2014年03月25日

    http://builtwith.com/www.coolzan.com

  • demo 路由应该怎么写? at 2014年03月24日

    #5 楼 @teemo 不可以發盜版的東西。你可以說 railscast 有一集有講過這個內容。

  • 在这问大家一个在测试的时候用 rspec 的问题 at 2014年03月17日

    相同路由用了两次。

  • 我觉得应该把 wiki 迁移到 Github wiki at 2014年03月12日

    刚填了一篇 Thor: https://github.com/ruby-china/wiki/wiki/Thor

  • 我觉得应该把 wiki 迁移到 Github wiki at 2014年03月12日

    Python 社區有類似的項目,The Hitchhiker’s Guide to Python!,可以借鑑學習。

  • Campo 3 发布 at 2014年03月07日

    @Rei 有沒有考慮把 Campo3 作為 Agile web development with rails 5th 的原料寫一本書呢?

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