rails-pulse 0.4.5 → 0.4.6
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/lib/pulse_controller.rb +3 -0
- metadata +5 -5
data/lib/pulse_controller.rb
CHANGED
@@ -1,5 +1,8 @@
|
|
1
1
|
class PulseController < ActionController::Base
|
2
2
|
session :off unless Rails::VERSION::STRING >= "2.3"
|
3
|
+
|
4
|
+
# we don't need pulse cluttering up our new relic stats
|
5
|
+
newrelic_ignore if respond_to?(:newrelic_ignore)
|
3
6
|
|
4
7
|
#The pulse action. Runs <tt>select 1</tt> on the DB. If a sane result is
|
5
8
|
#returned, 'OK' is displayed and a 200 response code is returned. If not,
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails-pulse
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 3
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 4
|
9
|
-
-
|
10
|
-
version: 0.4.
|
9
|
+
- 6
|
10
|
+
version: 0.4.6
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Paul Gross
|
@@ -18,7 +18,7 @@ autorequire:
|
|
18
18
|
bindir: bin
|
19
19
|
cert_chain: []
|
20
20
|
|
21
|
-
date: 2011-
|
21
|
+
date: 2011-06-23 00:00:00 -04:00
|
22
22
|
default_executable:
|
23
23
|
dependencies: []
|
24
24
|
|
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
69
|
requirements: []
|
70
70
|
|
71
71
|
rubyforge_project:
|
72
|
-
rubygems_version: 1.
|
72
|
+
rubygems_version: 1.6.2
|
73
73
|
signing_key:
|
74
74
|
specification_version: 3
|
75
75
|
summary: Adds a pulse URL that pings the DB to a Rails app.
|