🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

js_stack

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js_stack

1.12.0
Rubygems
Version published
Maintainers
2
Created
Source

js_stack Dependency Status Gem Version

Standard JS SPA stack we use at netguru

Installation

Add this line to your application's Gemfile:

gem 'js_stack'

And then execute:

$ bundle

Usage

Modify application.coffee (you have to be using asset pipeline):

#= require js_stack

You can require specific version of library:

#= require js_stack/base/<lib_name>/<version>
#= require js_stack/plugins/<lib_name>/<plugin_name>/<version>

Examples:

#= require js_stack/base/backbone
#= require js_stack/base/backbone/1.0.0

#= require js_stack/plugins/backbone.stickit
#= require js_stack/plugins/backbone/stickit/0.7.0

#= require js_stack/plugins/cocktail
#= require js_stack/plugins/cocktail/0.5.8

You cannot specify version for hamlcoffee, momentjs and js_routes

What's included?

Base

LibraryVersionsChangelogHomepage
backbone1.2.3, 1.1.2, 1.0.0changeloghomepage
marionette2.4.3, 2.3.2, 2.2.2, 2.1.0, 2.0.3, 1.8.8, 1.7.4, 1.6.4, 1.5.1, 1.4.1, 1.1.0changeloghomepage
underscore1.8.3, 1.7.0, 1.6.0, 1.5.2changeloghomepage
hamlcoffee1.16changeloghomepage
js-routes1.1.1changeloghomepage

Plugins

LibraryVersionsChangelogHomepage
backbone associations0.6.2, 0.5.5changeloghomepage
backbone deepmodel0.10.4changeloghomepage
backbone mutators0.4.5changeloghomepage
backbone pageable1.4.8, 1.3.2changeloghomepage
backbone paginator2.0.2changeloghomepage
backbone routefilter0.2.1changeloghomepage
backbone stickit0.9.2, 0.8.0, 0.7.0, 0.6.3changeloghomepage
backbone validation0.11.5, 0.9.2, 0.8.1changeloghomepage
backbone virtualcollection0.6.6, 0.5.3, 0.4.15changeloghomepage
cocktail0.5.10Nonehomepage
momentjs2.10.6changeloghomepage
underscore inflections1.3.0, 0.2.1Nonehomepage homepage 0.2.1
underscore string3.2.2, 3.0.3, 2.4.0, 2.3.2changeloghomepage

Contributing

  • Fork it
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create new Pull Request

Copyright (c) 2013-2014 Netguru. See LICENSE for further details.

FAQs

Package last updated on 13 Oct 2015

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