- Programming Ruby中文版 - 第2版、Programming Ruby 1.9 & 2.0 (4th edition)
- Ruby元编程(第2版)
- Effective Ruby:改善Ruby程序的48条建议
- Ruby基础教程 第5版
- Ruby原理剖析
20.04 LTS
sudo apt-get install -y ruby ruby-dev ruby-bundler
Ventura
brew install [email protected]
# gem update --system --verbose -N
# gem env |grep 'EXECUTABLE DIRECTORY'
Apple silicon
fish_add_path /opt/homebrew/opt/[email protected]/bin
fish_add_path /opt/homebrew/lib/ruby/gems/3.1.0/bin
Intel-based
fish_add_path /usr/local/opt/[email protected]/bin
fish_add_path /usr/local/lib/ruby/gems/3.1.0/bin
- Awesome Print - Pretty print your Ruby objects with style -- in full color and with proper indentation
- Pry - A powerful alternative to the standard IRB shell for Ruby.
- Monetize - A library for converting various objects into Money objects.
- Money - A Ruby Library for dealing with money and currency conversion.
- RuboCop - A static code analyzer, based on the community Ruby style guide.
- Rubocop Rails - A RuboCop extension focused on enforcing Rails best practices and coding conventions.
- Rubocop Rspec - Code style checking for RSpec files
- Rubocop Performance - A RuboCop extension focused on code performance checks.