public
Description: FiveRuns Dash library for Merb
Homepage: http://dash.fiveruns.com
Clone URL: git://github.com/fiveruns/dash-merb.git
name age message
file .gitignore Mon Feb 16 20:32:37 -0800 2009 Initial commit to dash-merb. [bruce]
file README.rdoc Mon Feb 16 23:39:06 -0800 2009 Basic functions, docs; technical preview Requir... [bruce]
file Rakefile Tue Feb 17 09:16:24 -0800 2009 Capture non-Merb::ControllerException exception... [bruce]
file VERSION.yml Thu Mar 19 23:11:34 -0700 2009 Version bump to 0.8.2 [bruce]
file dash-merb.gemspec Thu Mar 19 23:11:49 -0700 2009 Bump version to force rebuild. [bruce]
directory lib/ Thu Mar 19 20:25:27 -0700 2009 Revive reporter thread in worker processes [#9 ... [bruce]
README.rdoc

FiveRuns Dash library for Merb

Provides a Ruby API to push metrics to the FiveRuns Dash service, dash.fiveruns.com, currently in beta, from Merb, providing basic logging and a few metrics.

You’ll need a Dash account before using this library.

Installation

This library is released as a gem from the official repository at github.com/fiveruns/dash-merb

  sudo gem install fiveruns-dash-merb --source http://gems.github.com

Usage

See the Ruby support pages, support.fiveruns.com/faqs/dash/merb, for information on how to use this library.

Authors

The FiveRuns Development Team & Dash community

Dependencies

  • fiveruns-dash-ruby (and dependencies)
  • Merb 1.0+

Contributing

As an open source project, we welcome community contributions!

The best way to contribute is by sending pull requests via GitHub. The official repository for this project is:

  http://github.com/fiveruns/dash-merb

Support

Please join the dash-users Google group, groups.google.com/group/dash-users

You can also contact us via Twitter, Campfire, or email; see the main help page, support.fiveruns.com, for details.

License

  # (The FiveRuns License)
  #
  # Copyright (c) 2006-2008 FiveRuns Corporation
  #
  # Permission is hereby granted, free of charge, to any person obtaining
  # a copy of this software and associated documentation files (the
  # 'Software'), to deal in the Software without restriction, including
  # without limitation the rights to use, copy, modify, merge, publish,
  # distribute, sublicense, and/or sell copies of the Software, and to
  # permit persons to whom the Software is furnished to do so, subject to
  # the following conditions:
  #
  # The above copyright notice and this permission notice shall be
  # included in all copies or substantial portions of the Software.
  #
  # THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
  # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  # IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  # CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.