Sha256: e0694359d02ba62c9d74c11d25a7381fbb8df90c9134bc35f20192783cd1f31a
Contents?: true
Size: 833 Bytes
Versions: 3
Compression:
Stored size: 833 Bytes
Contents
EotB Gem ======== Rails plugin which allow you easily track and observe your apps. Installation ------------------ Install gem in traditional way: $ gem install eotb or add this line to Gemfile in your rails application: gem 'eotb' and run $ bundle install Getting API KEY: ------------------ Register your application on EOTB site by clicking "New application" and giving application name in text field. As a result you will get API KEY of your application. Using in your apps ------------------ Add file eotb.rb in directory config/initializers of your rails application with content: Eotb.configure("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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
eotb-0.1.3 | README |
eotb-0.1.2 | README |
eotb-0.1.1 | README |