Repository is archived
No commit activity in last 3 years
No release in over 3 years
Algolia Places library packaged for the Asset Pipeline
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.0
 Project Readme

AlgoliaPlacesRails

This plugin adds the minified Algolia Places JS library to the asset pipeline

Installation

Add this line to your application's Gemfile:

gem 'algolia-places-rails'

And then execute:

$ bundle

Usage

Add this line to your javascript manifest:

//= require algolia-places-rails/places.min

Contributing

If you need a new version of this gem released please:

  1. Fork this repo
  2. Create a branch
  3. Overwrite the vendor/assets/javascript/algolia-places-rails/places.min.js file with the newest version.
  4. Issue a PR back to this repo.

I will merge, bump the version myself, and release to RubyGems.org for you.

License

The gem is available as open source under the terms of the MIT License.