Skip to content

Commit

Permalink
Simple install instructions for Rails 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jqr committed Oct 2, 2010
1 parent 3ea2b85 commit 7b63d55
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.rdoc
Expand Up @@ -4,6 +4,17 @@ Helpful rake tasks for Heroku.

== Install

=== Rails 3

Add this to your Gemfile:

group :development do
gem 'heroku'
gem 'heroku_san'
end

=== Rails 2

To install add the following to config/environment.rb:

config.gem 'heroku_san'
Expand Down

0 comments on commit 7b63d55

Please sign in to comment.