0.0
No commit activity in last 3 years
No release in over 3 years
Provides the gmaps.js library with asset pipeline integration
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

< 5.0, >= 3.2
 Project Readme

Gmapsjs

gmaps.js allows you to use the potential of Google Maps in a simple way. No more extensive documentation or large amount of code.

gmapsjs-rails bundles gmaps.js in a easy to use Rails Engine compatible with the Asset Pipeline. Its version is supposed to reflect the gmaps.js release versions.

Installation

Add this line to your application's Gemfile:

gem 'gmapsjs-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install gmapsjs-rails

Usage

If you want to include all GmapsJS functionality to your manifest file, add the following line to your manifest:

//= require gmaps

To select the functionality you want to include, you can instead add lines such as

//= require gmaps/core
//= require gmaps/controls
//= .....

Read the documentation and examples at: http://hpneo.github.com/gmaps/