Skip to content
This repository has been archived by the owner on Nov 11, 2017. It is now read-only.

Commit

Permalink
Typesetting in README.rdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Morrison committed Feb 2, 2010
1 parent 4d8e880 commit 1be3591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rdoc
Expand Up @@ -58,7 +58,7 @@ Once installed, you should vendor the hoptoad_notifier gem:
cd vendor/gems cd vendor/gems
gem unpack hoptoad_notifier gem unpack hoptoad_notifier


And then add the following to the `Rails::Initializer.run do |config|` And then add the following to the Rails::Initializer.run do |config|
block in environment.rb so that the vendored gem is loaded. block in environment.rb so that the vendored gem is loaded.


# Add the vendor/gems/*/lib directories to the LOAD_PATH # Add the vendor/gems/*/lib directories to the LOAD_PATH
Expand All @@ -75,7 +75,7 @@ Next add something like this at the bottom of your config/environment.rb:
You will also need to copy the hoptoad_notifier_tasks.rake file into your You will also need to copy the hoptoad_notifier_tasks.rake file into your
RAILS_ROOT/lib/tasks directory in order for the rake hoptoad:test task to work: RAILS_ROOT/lib/tasks directory in order for the rake hoptoad:test task to work:


$ cp vendor/gems/hoptoad_notifier-2.1.3/generators/hoptoad/templates/hoptoad_notifier_tasks.rake lib/tasks cp vendor/gems/hoptoad_notifier-2.1.3/generators/hoptoad/templates/hoptoad_notifier_tasks.rake lib/tasks


As always, if you choose not to vendor the hoptoad_notifier gem, make sure As always, if you choose not to vendor the hoptoad_notifier gem, make sure
every server you deploy to has the gem installed or your application won't start. every server you deploy to has the gem installed or your application won't start.
Expand Down

0 comments on commit 1be3591

Please sign in to comment.