1
0
Fork 0
mirror of synced 2024-06-01 06:41:12 -04:00
zimfw/modules/ruby
Charles Lowell 4a2df0e206 Add Ruby Module.
Ruby is a popular language, and has a number of tools in its ecosystem
which support it.

RVM
-----

The most popular tool is RVM which lets you manage a multiplicity of
ruby interperters on your system in the event that you have a bunch of
different projects each requiring their own interpreter. If you have
RVM installed, this module sets it up for you.

Bundler
------

Lots of handly aliases for working with bundler which, is basically a
requirement for doing any sort of Ruby development.
2018-04-06 13:28:16 -06:00
..
init.zsh Add Ruby Module. 2018-04-06 13:28:16 -06:00
README.md Add Ruby Module. 2018-04-06 13:28:16 -06:00

Ruby

Provides RVM integration and nice aliases for Ruby

RVM

If you have RVM installed, this will automatically set it up without any required configuration to your dot files. To install RVM, see http://rvm.io

Aliases

Ruby

  • rb is short for ruby.

Bundler

  • rbb bundle install
  • rbbc bundle clean
  • rbbe bundle exec
  • rbbi bundle install --path vendor/bundle
  • rbbl bundle list
  • rbbo bundle open
  • rbbp bundle package
  • rbbu bundle update