Skip to content

Commit

Permalink
Added --no-rdoc och --no-ri to .gemrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Stenqvist committed Apr 18, 2009
1 parent eeac835 commit 0a19a5d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.markdown
Expand Up @@ -50,6 +50,19 @@ Install mysql
This should be installed before Ruby Enterprise Edition becouse that will install the mysql gem.

sudo apt-get install mysql-server libmysqlclient15-dev


Gemrc
-------

Add the following lines to ~/.gemrc, this will speed up gem installation and prevent rdoc and ri from being generated, this is not nessesary in the production environment.

---
:sources:
- http://gems.rubyforge.org
- http://gems.github.com
gem: --no-ri --no-rdoc


Ruby Enterprise Edition
------------------------
Expand Down

0 comments on commit 0a19a5d

Please sign in to comment.