Skip to content

Commit

Permalink
Updated some doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Kayser committed May 4, 2009
1 parent 758737b commit 32f1fe6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
@@ -1,4 +1,6 @@
2009-XXXXX version 2.9.0
* Change active record metrics to capture statistics in adapter log() call,
resulting in lower overhead and visibility into create operation
* Support footnote add-in
* Support instances appearing in more than one application by allowing
a semicolon separated list of names for the newrelic.yml app_name setting.
Expand Down Expand Up @@ -27,6 +29,10 @@
memory is not accessible from an unsupported platform
* fix various bugs with jruby support
* re-enable webrick support
2009-05-04 version 2.8.10
* fix thin support with rails 2.3.2 when using script/server
* fix incompatibility with rails 2.3.2 and script/server options processing
* minor tweak to environment gathering for gem mode
2009-04-17 version 2.8.9
* fix problem finding the newrelic controller in dev mode
* fix incompatibility with older versions of optparse
Expand Down
8 changes: 4 additions & 4 deletions init.rb
Expand Up @@ -7,8 +7,8 @@
# If you can't find any log files and you don't see anything in your
# application log files, try uncommenting the two lines at the
# bottom of this file to verify the plugin is being loaded,
# then contact support@newrelic.com if you are unable to resolve the
# issue.
# then send the output to support@newrelic.com if you are unable to
# resolve the issue.

# Initializer for the NewRelic Agent

Expand All @@ -34,5 +34,5 @@
end
#ClassLoadingWatcher.flag_const_missing = nil

# STDOUT.puts "RPM detected environment: #{NewRelic::Control.instance.local_env.to_s}, RAILS_ENV: #{RAILS_ENV}"
# STDOUT.puts "Enabled? #{NewRelic::Control.instance.agent_enabled?}"
# ::RAILS_DEFAULT_LOGGER.warn "RPM detected environment: #{NewRelic::Control.instance.local_env.to_s}, RAILS_ENV: #{RAILS_ENV}"
# ::RAILS_DEFAULT_LOGGER.warn "Enabled? #{NewRelic::Control.instance.agent_enabled?}"

0 comments on commit 32f1fe6

Please sign in to comment.