Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sammyjs-rails

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sammyjs-rails

  • 0.7.5
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

sammyjs-rails

Rails asset pipeline integration for the Sammy.js library. The gem includes the non-minified source for simple usage in development mode. The asset pipeline will minify it in production.

Sammy.js is a tiny JavaScript framework developed to ease the pain and provide a basic structure for developing JavaScript applications.Sammy tries to achieve this by providing a small ‘core’ framework and an ever-growing list of plugins for specific functionality. The core includes a simple API for defining applications which are made up primarily of routes and events. By driving application development around a small and specific API, Sammy attempts to keep your code organized while still allowing a lot of breathing room to define your own style and structure.

Please see the Sammy.js documentation for more details.

Usage

Add this line to your application's Gemfile:

gem 'sammyjs-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install sammyjs-rails

Add the following directive to your Javascript manifest file (application.js):

//= require sammy

Versioning

sammyjs-rails 0.7.5 == Sammy.js 0.7.5

FAQs

Package last updated on 18 Mar 2014

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc