0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Sumatra is a CoffeeScript framework for writing beautiful jQuery plugins.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

sumatra-rails

Sumatra is a CoffeeScript framework for writing jQuery plugins harder, better, faster, stronger. This little helper lets you use it with Rails.

Want to know more? Read more about Sumatra

Installation

Just add the following line to Gemfile:

gem 'sumatra-rails'

Then bundle to install it. Next, you have to add the following line to your application.js manifest, or wherever you require in 3rd-party JavaScript libraries:

//= require sumatra

This will require the whole framework into your JavaScript code using Sprockets.

Contributing

Contributions will be accepted via Git/GitHub pull requests, as long as you write tests that prove your contributions work. Please include code for this gem only as a means of including Sumatra or using it with Rails.

Releases

This gem will always be compliant with the latest sumatra release.

This code is released under the MIT License.