Skip to content

Commit

Permalink
Merge pull request #123 from Femaref/master
Browse files Browse the repository at this point in the history
Added autocreation rvmrc flag to gemset/creation page
  • Loading branch information
mpapis committed Sep 25, 2012
2 parents af57d46 + 827802c commit dc64a28
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/gemsets/creating.haml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,9 @@
like so:

= sh_cmd "rvm use 1.9.2-head@albinochipmunk --create"

%p
If you would like to create gemsets automatically when used, export this flag in your ~/.rvmrc or /etc/rvmrc file:
%pre.code
:preserve
rvm_gemset_create_on_use_flag=1

0 comments on commit dc64a28

Please sign in to comment.