Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #12

Merged
merged 1 commit into from Apr 24, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
@@ -1,12 +1,12 @@
# d'Anthès [![Build Status](https://secure.travis-ci.org/phenomena/danthes.png?branch=master)](http://travis-ci.org/phenomena/danthes)[![Code Climate](https://codeclimate.com/github/phenomena/danthes.png)](https://codeclimate.com/github/phenomena/danthes)[![Coverage Status](https://coveralls.io/repos/phenomena/danthes/badge.png?branch=master)](https://coveralls.io/r/phenomena/danthes)
# d'Anthès [![Build Status](https://secure.travis-ci.org/dotpromo/danthes.png?branch=master)](http://travis-ci.org/dotpromo/danthes)[![Code Climate](https://codeclimate.com/github/dotpromo/danthes.png)](https://codeclimate.com/github/dotpromo/danthes)[![Coverage Status](https://coveralls.io/repos/dotpromo/danthes/badge.png?branch=master)](https://coveralls.io/r/dotpromo/danthes)

d'Anthès is a Ruby gem for use with Rails to publish and subscribe to messages through [Faye](http://faye.jcoglan.com/). It allows you to easily provide real-time updates through an open socket without tying up a Rails process. All channels are private so users can only listen to events you subscribe them to. Based on PrivatePub gem.

## Docs

[Ruby](http://rubydoc.info/github/phenomena/danthes/frames)
[Ruby](http://rubydoc.info/github/dotpromo/danthes/frames)

[CoffeeScript](https://github.com/phenomena/danthes/wiki/CoffeeScript-documentation)
[CoffeeScript](https://github.com/dotpromo/danthes/wiki/CoffeeScript-documentation)

## Setup

Expand Down Expand Up @@ -146,7 +146,7 @@ The `publish_to` method will send a post request to the Faye server (using `Net:

## Development & Feedback

Questions or comments? Please use the [issue tracker](https://github.com/phenomena/danthes/issues). Tests can be run with `bundle` and `rake` commands.
Questions or comments? Please use the [issue tracker](https://github.com/dotpromo/danthes/issues). Tests can be run with `bundle` and `rake` commands.

## TODO

Expand Down