0.01
No commit activity in last 3 years
No release in over 3 years
Adds pusher.js/backpusher.js to the asset pipeline and pusher-gem to to your app.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.11.3
 Project Readme

Pusher for Rails 3.1+

Adds:

This pulls in the pusher-gem as well as adding pusher.js and backpusher.js to the assets pipeline of your Rails 3.1+ app.

Add this to your app/assets/javascripts/application.js:

// if you want to use pusher.js
//= require pusher

// if you want to use pusher.min.js
//= require pusher.min

// if you are using pusher.js + backbone.js
//= require backpusher

Licenses

/*!
 * Pusher JavaScript Library v1.12.2
 * http://pusherapp.com/
 *
 * Copyright 2011, Pusher
 * Released under the MIT licence.
 */

//     Backpusher.js 0.0.2
//     (c) 2011-2012 Pusher.
//     Backpusher may be freely distributed under the MIT license.
//     For all details and documentation:
//     http://github.com/pusher/backpusher