An open API service indexing awesome lists of open source software.

https://github.com/guyisra/autumn_rails

Leaflet.js for jQuery for Rails 3.1, 4 and up
https://github.com/guyisra/autumn_rails

Last synced: about 1 month ago
JSON representation

Leaflet.js for jQuery for Rails 3.1, 4 and up

Awesome Lists containing this project

README

          

# AutumnRails

Leaflet for jQuery for Rails 3.1, 4

## Installation

Add this line to your application's Gemfile:

gem 'autumn_rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install autumn_rails

## Usage

add to manifest

//= require 'jquery.autumn.js'

don't forget to add jquery and leaflet.js



## Contributing

1. Fork it ( https://github.com/[my-github-username]/autumn_rails/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request