activeadmin-latlng icon indicating copy to clipboard operation
activeadmin-latlng copied to clipboard

Active Admin plugin for setting up latitude and longitude

Results 16 activeadmin-latlng issues
Sort by recently updated
recently updated
newest added

How to display map in SHOW or INDEX view? Thanks.

It would be great to have a further option: `disabled` (default `false`) to prevent the interactions with map (point location changes).

Hey, I've noticed the gem doesn't work with has_many relations. I was wondering if there's a way to bypass this or has that not been implemented at all? e.g. ```...

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-ruby) from 0.1.2 to 0.1.5. Changelog Sourced from websocket-extensions's changelog. 0.1.5 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7663) 0.1.4 / 2019-06-10 Fix a deprecation warning...

dependencies

Bumps [kaminari](https://github.com/kaminari/kaminari) from 1.1.1 to 1.2.1. Release notes Sourced from kaminari's releases. v1.2.0 Deprecations: Deprecated current_per_page in favor of limit_value Enhancements: Added #url_to_next_page and #url_to_prev_page helper methods: 38e95a2 Extracted url...

dependencies

Bumps [rake](https://github.com/ruby/rake) from 12.0.0 to 13.0.1. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task raises previous exception on...

dependencies

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.8.0 to 1.10.8. Release notes *Sourced from [nokogiri's releases](https://github.com/sparklemotion/nokogiri/releases).* > ## 1.10.8 / 2020-02-10 > > ### Security > > [MRI] Pulled in upstream patch from libxml...

dependencies

I tried adding the coordinates for Delhi, India but the maps shows it somewhere in Saudi Arabia. Here is the code, ``` f.latlng lang: :en, id_lat: f.object.latitude, id_lng: f.object.longitude, default_lat:...