Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
Juanito Fatas
@juanito
VIP
NO. 1510 / 2012-03-19

[email protected]
https://Buildkite.com
Tokyo
71 Topics / 454 Replies
113 Followers
11 Following
51 Favorites
GitHub Public Repos
  • what-do-you-call-this-... 976

    Solving the second hard problem in Computer Science.

  • 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.

  • puma 0

    A Ruby/Rack web server built for concurrency

  • dev.to 0

    Where programmers share ideas and help each other grow

  • dd-trace-rb 0

    Datadog Tracing Ruby Client

  • dalli 0

    High performance memcached client for Ruby

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • RailsConf 2014 DHH 做的开幕主题演讲视频 at May 06, 2014

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

  • find_by_id.attr 的效率是不是不高呢? at April 17, 2014

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

  • find_by_id.attr 的效率是不是不高呢? at April 17, 2014

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

  • [北京] 创新工场招贤纳士 at April 17, 2014

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

  • 这个问题怎么解 at April 15, 2014

    @jsasdw1991 Gemfile 加這兩個試試

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

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

  • 这个问题怎么解 at April 15, 2014

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

  • 这个问题怎么解 at April 15, 2014

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

  • 新手问个关于页面跳转的问题 at April 13, 2014

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

  • StackOverflow 宕机中。。。 at April 13, 2014

    現在好了。

  • 在 Mac 系统命令行中 subl .无效 at April 12, 2014

    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 April 10, 2014

    #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 April 10, 2014

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

  • 请教 render text: 和 render plain: 的区别 at April 10, 2014

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

  • Rails 4.1.0 正式发布了…… at April 09, 2014

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

  • 同一个 gem 如何切换版本号 at April 09, 2014

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

  • Heartbleed OpenSSL Bug,有 SSL 的快点升级 openssl 吧 at April 09, 2014

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

  • Heartbleed OpenSSL Bug,有 SSL 的快点升级 openssl 吧 at April 09, 2014

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

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

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

  • 求教大神数组内对象不重复 (已解决) at April 06, 2014

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

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

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

  • 这个网站是什么语言开发的? at March 25, 2014

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

  • demo 路由应该怎么写? at March 24, 2014

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

  • 在这问大家一个在测试的时候用 rspec 的问题 at March 17, 2014

    相同路由用了两次。

  • 我觉得应该把 wiki 迁移到 Github wiki at March 12, 2014

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

  • 我觉得应该把 wiki 迁移到 Github wiki at March 12, 2014

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

  • Campo 3 发布 at March 07, 2014

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

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