Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/scrogson/strophejs-rails
- Owner: scrogson
- License: mit
- Created: 2013-12-18T16:58:37.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-18T17:43:11.000Z (about 11 years ago)
- Last Synced: 2024-10-09T18:21:37.941Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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