public
Description: Reports exceptions to Hoptoad
Homepage: http://www.hoptoadapp.com/
Clone URL: git://github.com/thoughtbot/hoptoad_notifier.git
Edited the README to reflect requirements for 1.2.*
jyurek (author)
Wed Jul 30 14:03:22 -0700 2008
commit  f2d4f03a891dcb8f7d848ad7b31fa4d8112ff15f
tree    488f2a2a3b90512438ac53fbabcd8c6a815b0ef9
parent  188acc9a9b513f1df3f83003b6ea57eef771866b
...
34
35
36
 
 
 
 
37
38
39
...
34
35
36
37
38
39
40
41
42
43
0
@@ -34,6 +34,10 @@ Then, to enable hoptoad in your appication, include this code...
0
 to Hoptoad where they can be aggregated, filtered, sorted, analyzed, massaged,
0
 and searched.
0
 
0
+** NOTE FOR RAILS 1.2.* USERS: **
0
+You will need to copy the hoptoad_notifier_tasks.rake file into your
0
+RAILS_ROOT/lib/tasks directory in order for the following to work:
0
+
0
 You can test that hoptoad is working in your production environment by using
0
 this rake task (from RAILS_ROOT):
0
 
0
...
34
35
36
 
 
 
 
37
38
39
...
34
35
36
37
38
39
40
41
42
43
0
@@ -34,6 +34,10 @@ Then, to enable hoptoad in your appication, include this code...
0
 to Hoptoad where they can be aggregated, filtered, sorted, analyzed, massaged,
0
 and searched.
0
 
0
+** NOTE FOR RAILS 1.2.* USERS: **
0
+You will need to copy the hoptoad_notifier_tasks.rake file into your
0
+RAILS_ROOT/lib/tasks directory in order for the following to work:
0
+
0
 You can test that hoptoad is working in your production environment by using
0
 this rake task (from RAILS_ROOT):
0
 

Comments

    No one has commented yet.