Add this line to your application's Gemfile:
gem 'meppit-map-rails', :github => 'it3s/meppit-map-rails'
And then execute:
$ bundle
To start using the meppit-map-rails gem, follow the steps below (assuming you use the default asset pipeline):
Open your application-wide CSS file (app/assets/stylesheets/application.css
) and add the following line as a comment:
= require meppit-map
After that, open your application-wide Javascript file (typically app/assets/javascripts/application.js
) and add the following line:
= require meppit-map
- Fork it ( http://github.com/it3s/meppit-map-rails/fork )
- 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