public
Description: Reports exceptions to Hoptoad
Homepage: http://www.hoptoadapp.com/
Clone URL: git://github.com/thoughtbot/hoptoad_notifier.git
typos in README
mike-burns (author)
Mon Aug 18 11:18:23 -0700 2008
commit  83fa01cc858b6864216b4154ebcd5e6b13059147
tree    0514762888c02c0f26fea87d1da1ac614a29b9bc
parent  d8281e422a418315fa2c33f5426bfe0cc9f9f373
0
...
26
27
28
29
 
30
31
32
33
34
35
 
 
 
36
37
38
...
26
27
28
 
29
30
31
32
 
 
 
33
34
35
36
37
38
0
@@ -26,13 +26,13 @@ is *not* enrivonment-specific. Hoptoad is smart enough to know what errors are
0
 caused by what environments, so your staging errors don't get mixed in with
0
 your production errors.)
0
 
0
-Then, to enable hoptoad in your appication, include this code...
0
+Then, to enable hoptoad in your application, include this code...
0
 
0
   include HoptoadNotifier::Catcher
0
 
0
-...at the top of your ApplicationController, and all exceptions will be logged
0
-to Hoptoad where they can be aggregated, filtered, sorted, analyzed, massaged,
0
-and searched.
0
+...in your ApplicationController, and all exceptions will be logged to Hoptoad
0
+where they can be aggregated, filtered, sorted, analyzed, massaged, and
0
+searched.
0
 
0
 ** NOTE FOR RAILS 1.2.* USERS: **
0
 You will need to copy the hoptoad_notifier_tasks.rake file into your

Comments

    No one has commented yet.