Skip to content

Commit

Permalink
add information about system gems to the "Install gems" topic
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomayko committed Apr 6, 2009
1 parent 40f21c0 commit 4d46f37
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/gems.txt
@@ -1,6 +1,9 @@
Installing gems
===============

Overview
--------

Every Heroku app includes a private gem repository that can be used to install
both pure-ruby gems and compiled extension gems. Gems available to an
application are determined by a simple `.gems` manifest file located in the root
Expand All @@ -15,6 +18,16 @@ repository quite large, which slows down push and deploy operations. More
importantly, it's possible to install compiled extension gems via the manifest
file, whereas frozen vendor gems are limited to pure-ruby libraries.

System Gems
-----------

All Heroku apps have access to a number of gems installed as part of the
base platform. The [Technologies](technologies) topic provides a summary of
the types of gems that are included and there's also a live-updated
[list of all installed gems](http://installed-gems.heroku.com).

Application gems override system level gems.

Gem manifest
------------

Expand Down

0 comments on commit 4d46f37

Please sign in to comment.