We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 447bbaf commit 311d19bCopy full SHA for 311d19b
2 files changed
.rvmrc
@@ -1 +1 @@
1
-rvm 1.8.7
+rvm 1.8.7@hackety-hack.com
README.md
@@ -27,6 +27,14 @@ This will make a 'hackety-hack.com' directory in the current directory.
27
28
You probably already have Ruby 1.8.7 installed on your computer. If not, see [the download page](http://www.ruby-lang.org/en/downloads/).
29
30
+If you use `rvm` with Ruby, you should create a gemset:
31
+
32
+ $ rvm use 1.8.7
33
+ $ rvm gemset create hackety-hack.com
34
+ $ rvm use 1.8.7@hackety-hack.com
35
36
+There is an .rvmrc file to facilitate switching into the correct Ruby when you cd into the project directory.
37
38
### Bundler
39
40
Bundler is a Ruby gem, so you can use the `gem` program to install it:
0 commit comments