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
- Host: GitHub
- URL: https://github.com/guyisra/autumn_rails
- Owner: guyisra
- License: mit
- Created: 2014-07-02T12:37:24.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-17T17:53:38.000Z (over 11 years ago)
- Last Synced: 2025-01-11T02:24:28.819Z (over 1 year ago)
- Language: JavaScript
- Size: 180 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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