a_okay 0.0.1 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +14 -1
- data/VERSION +1 -1
- data/a_okay.gemspec +1 -1
- data/app/controllers/a_okay_controller.rb +1 -1
- data/test/controllers/a_okay_controller_test.rb +1 -1
- metadata +1 -1
data/README.rdoc
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
= AOkay
|
2
2
|
|
3
3
|
Simple controller that spits out if the server is reponding. Created after I stupidly set Pingdom to search for a specific term on our homepage, creating a huge spike in our MixPanel analytics.
|
4
|
-
Now Pingdom just looks at /a_okay and tests for the string "Everything is a
|
4
|
+
Now Pingdom just looks at /a_okay and tests for the string "Everything is a-okay!"
|
5
5
|
|
6
6
|
In the future I hope to add "a okay" testing for:
|
7
7
|
|
@@ -9,4 +9,17 @@ In the future I hope to add "a okay" testing for:
|
|
9
9
|
* Mailers
|
10
10
|
* Er, can't think of anythign else right now.
|
11
11
|
|
12
|
+
= What it does
|
13
|
+
|
14
|
+
/a_okay
|
15
|
+
> "Everything is a-okay!"
|
16
|
+
|
17
|
+
= What else?
|
18
|
+
|
19
|
+
Sorry, that's it.
|
20
|
+
|
21
|
+
= Come on, there must be more?
|
22
|
+
|
23
|
+
No seriously, there isn't.
|
24
|
+
|
12
25
|
Copyright (c) 2009 Richard Hart, released under the MIT license
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0
|
1
|
+
0.1.0
|
data/a_okay.gemspec
CHANGED