Skip to content

Instantly share code, notes, and snippets.

@karlfreeman
Created April 9, 2014 08:48
Show Gist options
  • Save karlfreeman/10243131 to your computer and use it in GitHub Desktop.
Save karlfreeman/10243131 to your computer and use it in GitHub Desktop.
Post-install message from bcrypt-ruby:
#######################################################
The bcrypt-ruby gem has changed its name to just bcrypt. Instead of
installing `bcrypt-ruby`, you should install `bcrypt`. Please update your
dependencies accordingly.
#######################################################
Post-install message from httparty:
When you HTTParty, you must party hard!
Post-install message from newrelic_rpm:
# New Relic Ruby Agent Release Notes #
## v3.7.2 ##
* Mongo instrumentation improvements
Users of the 'mongo' MongoDB client gem will get more detailed instrumentation
including support for some operations that were not previously captured, and
separation of aggregate metrics for web transactions from background jobs.
An issue with ensure_index when passed a symbol or string was also fixed.
Thanks Maxime RETY for the report!
* More accurate error tracing in Rails 4
Traced errors in Rails 4 applications will now be correctly associated with
the transaction they occurred in, and custom attributes attached to the
transaction will be correctly attached to the traced error as well.
* More accurate partial-rendering metrics for Rails 4
View partials are now correctly treated as sub-components of the containing
template render in Rails 4 applications, meaning that the app server breakdown
graphs for Rails 4 transactions should be more accurate and useful.
* Improved Unicorn 4.8.0 compatibility
A rare issue that could lead to spurrious traced errors on app startup for
applications using Unicorn 4.8.0 has been fixed.
* meta_request gem compatibility
An incompatibility with the meta_request gem has been fixed.
* Typhoeus 0.6.4+ compatibility
A potential crash with Typhoeus 0.6.4+ when passing a URI object instead of a
String instance to one of Typhoeus's HTTP request methods has been fixed.
* Sequel single threaded mode fix
The agent will no longer attempt to run EXPLAIN queries for slow SQL
statements issued using the Sequel gem in single-threaded mode, since
doing so could potentially cause crashes.
* Additional functionality for add_custom_parameters
Calling add_custom_parameters adds parameters to the system codenamed
Rubicon. For more information, see http://newrelic.com/software-analytics
See https://github.com/newrelic/rpm/blob/master/CHANGELOG for a full list of
changes.
Post-install message from postmark:
==================
Thanks for installing the postmark gem. If you don't have an account, please
sign up at http://postmarkapp.com/.
Review the README.md for implementation details and examples.
==================
Post-install message from rdoc:
Depending on your version of ruby, you may need to install ruby rdoc/ri data:
<= 1.8.6 : unsupported
= 1.8.7 : gem install rdoc-data; rdoc-data --install
= 1.9.1 : gem install rdoc-data; rdoc-data --install
>= 1.9.2 : nothing to do! Yay!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment