Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scrogson/strophejs-rails

Strophe.js for Rails Asset Pipeline
https://github.com/scrogson/strophejs-rails

Last synced: about 1 month ago
JSON representation

Strophe.js for Rails Asset Pipeline

Awesome Lists containing this project

README

        

# Strophejs-Rails

Add [Strophe.js](http://strophe.im/strophejs/) to your Rails Asset Pipeline.

## Installation

Add this line to your application's Gemfile:

gem 'strophejs-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install strophejs-rails

## Usage

Add the following to your `application.js`:

`//= require strophe`

## Versioning

This gem will follow the Strophe.js version.

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request