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

  1. Fork it
  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 new Pull Request