This gem will automatically include the GeoCENS JS API in the Rails Asset Pipeline for easy inclusion and upgrading.
Add this line to your Rails application's Gemfile:
gem 'geocens-js-api-rails', github: 'Canarie-Sensor-RPI/geocens-js-api-rails'
And then execute:
$ bundle install
You can optionally lock it to a specific version of the GeoCENS JS API using a tag:
gem 'geocens-js-api-rails', github: 'Canarie-Sensor-RPI/geocens-js-api-rails', tag: 'v1.2.5'
After installing the gem in your application, you can include the GeoCENS JS API libraries in your JS files using Sprockets require method:
// application.js example
//
//= require jquery
//= require highstock
//= require leaflet
//= require geocens
//= require geocens-chart
//= require geocens-map
Note that you must install jQuery, Highcharts, and Leaflet yourself separately from this gem to use all the features of the GeoCENS JS API.
- 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
Copyright Geo Sensor WebLab, James Badger, 2013. All rights reserved.