jquery-geolocateMap-rails
jquery-geolocateMap-rails integrates geolocateMap jquery plugin to Rails 3.1 Asset Pipeline (Rails 3.2 supported)
Installation
Add this line to your application's Gemfile:
gem 'jquery-geolocateMap-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install jquery-geolocateMap-rails
Add jquery-geolocateMap-rails js assets
add to your app/assets/javascripts/application.js
//= require jquery-geolocateMap-rails
Author
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