Sha256: d5f08168851dba282c6cd66901b0964f05ea1697a3c777e91f4f59111b08accc

Contents?: true

Size: 421 Bytes

Versions: 1

Compression:

Stored size: 421 Bytes

Contents

EotB Gem
========
Rails plugin which allow you easily track and observe your apps.

Installation
------------
$ gem install eotb

Using in your apps
------------------
require 'eotb'
eotb = new.Eotb("your_api_key", "host", "port") # default host and port are 127.0.0.1 and 3000 
eotb.register_event(:user, :do_sth, { :user_name => "Vuvuzela" })

Copyright
=========
Copyright (c) 2010 Ragnarson. See LICENSE for details.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
eotb-0.1.0 README