Ruby 的相关学习资料整理

Ruby中文网站

  • http://www.ruby-lang.org/zh_cn

版本管理网站

  • RVM: http://www.rvm.io/
  • rbenv: https://github.com/rbenv/rbenv
  • rbenv的使用: https://ruby-china.org/wiki/rbenv-guide
  • 两者的对比: http://jonathan-jackson.net/rvm-and-rbenv

Ruby风格指导

  • https://github.com/styleguide/ruby
  • Ruby: https://ruby-china.org/wiki/coding-style
  • Rails: https://ruby-china.org/wiki/rails-stye-guide

社区

  • 中国社区: https://ruby-china.org/
  • 建议经常去RubyChina社区的wiki看看: https://ruby-china.org/wiki
  • RubyConfChina2016的视频: https://www.youtube.com/playlist?list=PLTUHmtFhYC6i5_L6XQEqsIh7I0ZU8xfCm
  • 一个台湾的社区: http://railsfun.tw/

初级学习网站

  • 基本语法: http://www.runoob.com/ruby/ruby-array.html
  • Rails官方指南: http://guides.ruby-china.org/
  • Ruby on Rails 實戰聖經: https://ihower.tw/rails/
  • Rails 实战: https://rails-practice.com/content/?hmsr=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io

中级学习网站

  • Ruby 函數式程式設計: https://github.com/JuanitoFatas/Ruby-Functional-Programming

Ruby博客

  • http://liuzxc.github.io/articles/

文档注释

  • tomdoc: http://tomdoc.org/
  • gem tomdoc: https://github.com/defunkt/tomdoc

工具

  • 命令行工具: https://github.com/pry/pry

你可能感兴趣的:(Ruby 的相关学习资料整理)