No commit activity in last 3 years
No release in over 3 years
Mapbox plugins packaged for the rails asset pipeline
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

Mapbox All-In-1 Gem For Rails

List

  • mapbox.js - 1.6.3
  • leaflet.draw.js - 0.2.3-dev
  • wicket
  • wicket-leaflet

Installation

Add mapbox-all-in-one-rails to your Gemfile and run bundle install:

gem 'mapbox-all-in-one-rails'

Include javascript assets in app/assets/javascripts/application.js

//= require mapbox-all-in-one

Include stylesheet assets in app/assets/stylesheets/application.css

/*= require mapbox-all-in-one */

Include conditional IE stylesheet in your layout (example markup in slim)

/[if IE lte 8]
  = stylesheet_link_tag 'mapbox.all.in.one.ie'

Contributing

Fork & send a pull with decent commit messages

Credits

Hao Hong