No commit activity in last 3 years
No release in over 3 years
Ruby on Rails Locations extension for Refinery CMS
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Project Readme

Locations extension for Refinery CMS.

http://github.com/craigambrose/refinerycms-location_explorer

This extension allows you to present a set of marker locations on a google map. Each of these locations displays some preview information when clicked on, and also a "more detail" link which leads to a unique page for each location which contains custom html and an image gallery.

The refinerycms-page-images extension is used to provide the admin functionality for attaching a set of images to each location.

The refinerycms-jquery_gallery extension is used to display the image gallery (using the jQuery gallery view widget).

Installation

Add the gem to your Gemfile:

gem 'refinerycms-location_explorer'

Run the generator and then execute the migrations:

rake refinery:location_explorer
rake db:migrate

Add the stylesheet to your application.css

//= require refinery/locations

Note that this gem depends on refinerycms-page-images which requires you to run it's generator to install it. Please see the instructions for that gem to ensure that it is installed correctly.

How to build this extension as a gem

gem build refinerycms-location_explorer.gemspec
gem push refinerycms-location_explorer.gem

Licence

This code us available under the MIT licence. See attached licence file for full details.

Credits

Craig Ambrose http://github.com/craigambrose