Socket
Book a DemoInstallSign in
Socket

pushpop-rails

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pushpop-rails

1.0.0
bundlerRubygems
Version published
Maintainers
1
Created
Source

pushpop-rails

pushpop-rails integrates Entropi's Pushpop HTML5 Web Development Framework in to the Rails Asset Pipeline. For more information on the Pushpop framework, please view the Pushpop project page on GitHub

Installation

Add the following to your Gemfile

gem "pushpop-rails", :git => "git://github.com/entropillc/pushpop-rails.git"

Then install the bundle

bundle install

Finally, run the install generator

rails g pushpop:install

Understanding pushpop-rails

pushpop-rails provides a way for easy integration between PushPop and the Rails asset pipeline. If you are using the source of this gem, the Pushpop project is stored under vendor/assets/Pushpop. When working with the source, make sure to initialize all git submodules

git submodule update --init --recurisve

This should pull all dependent submodules in to the project for use.

There are two manifest files: vendor/assets/javascripts/pushpop_rails.js and vendor/assets/stylesheets/pushpop_rails.css. These manifest files include various javascript and css dependencies in to one file, to make it easier to require in the main manifest file of your rails application. These are also put in place by the installer

You can also make these includes manually if you wish. For javascript the includes would be

//= require externals/scrollkit/scrollkit
//= require pushpop
//= require pushpop-tableview/pushpop-tableview

And for CSS the includes would be

*= require externals/scrollkit/scrollkit
*= require pushpop.css
*= require pushpop-tableview/pushpop-tableview.css

FAQs

Package last updated on 20 Dec 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.