GitHub / diogob/activerecord-postgres-earthdistance issues and pull requests
#53 - New install
Issue -
State: closed - Opened by reydecopas 10 months ago
#52 - Rescue ActiveRecord::ConnectionNotEstablished
Pull Request -
State: open - Opened by petercip almost 2 years ago
#51 - The within_radius or within_box not finding results within radius
Issue -
State: closed - Opened by dalezak about 2 years ago
- 1 comment
#50 - Respect distance units when ordering by distance
Pull Request -
State: open - Opened by cgunther almost 3 years ago
#49 - Maintain previously selected columns when calling `selecting_distance_from`
Pull Request -
State: open - Opened by cgunther almost 3 years ago
#48 - Only join to `through_table` from `selecting_distance_from` when there is one
Pull Request -
State: open - Opened by cgunther almost 3 years ago
- 1 comment
#47 - Switch from Travis to GitHub Actions for CI
Pull Request -
State: open - Opened by cgunther almost 3 years ago
#46 - Bump rdoc from 5.1.0 to 6.3.1
Pull Request -
State: open - Opened by dependabot[bot] almost 4 years ago
Labels: dependencies
#45 - Bump activerecord from 5.2.1.1 to 6.1.4
Pull Request -
State: open - Opened by dependabot[bot] about 4 years ago
Labels: dependencies
#44 - Bump activesupport from 5.2.1.1 to 6.1.4
Pull Request -
State: open - Opened by dependabot[bot] about 4 years ago
Labels: dependencies
#43 - Is it possible to compute the distance between two coordinate points using this gem?
Issue -
State: open - Opened by TomaszKot11 about 4 years ago
#42 - Bump activerecord from 5.2.1.1 to 6.1.3
Pull Request -
State: closed - Opened by dependabot[bot] over 4 years ago
- 1 comment
Labels: dependencies
#41 - Use versioned migrations in Rails 5+
Pull Request -
State: closed - Opened by brianzable over 6 years ago
- 2 comments
#40 - rescue PG::ConnectionBad
Pull Request -
State: closed - Opened by a2f0 over 6 years ago
- 2 comments
#39 - Fix README.md
Pull Request -
State: closed - Opened by cafeal about 7 years ago
#38 - Allow strings as input to within_radius and within_box when distance unit is miles
Pull Request -
State: open - Opened by maxfurman over 7 years ago
#37 - replace table_exists? with data_source_exists?
Pull Request -
State: open - Opened by isaiah over 7 years ago
- 1 comment
#36 - selecting_distance_from should return miles as well
Pull Request -
State: closed - Opened by maxfurman over 7 years ago
- 1 comment
#35 - Fixed Rails 5.2 deprecation warning
Pull Request -
State: closed - Opened by mikaelbartlett over 7 years ago
- 1 comment
#34 - Deprecation warnings when using Rails 5.2
Issue -
State: open - Opened by mikaelbartlett over 7 years ago
#33 - Using `includes` in query removes distance method
Issue -
State: open - Opened by mquan over 7 years ago
#32 - acts_as_geolocated resuces from ActiveRecord::NoDatabaseError
Pull Request -
State: closed - Opened by maxfurman over 7 years ago
- 1 comment
#31 - Optionally use miles instead of meters for within_radius and within_box
Pull Request -
State: closed - Opened by maxfurman over 7 years ago
- 1 comment
#30 - ERROR: type "earth" does not exist at character 136
Issue -
State: closed - Opened by ncri over 8 years ago
- 19 comments
#29 - Don't acts_as_geolocated while running db migration
Pull Request -
State: closed - Opened by xiaohui-zhangxh over 8 years ago
- 2 comments
#28 - Fix bug of query method: selecting_distance_from
Pull Request -
State: closed - Opened by xiaohui-zhangxh over 8 years ago
- 3 comments
#27 - Could I use `OR` with
Issue -
State: open - Opened by ledongthuc over 8 years ago
#26 - fixed wrong format statement in migrations
Pull Request -
State: closed - Opened by gregormelhorn over 8 years ago
- 1 comment
#25 - add a through option
Pull Request -
State: closed - Opened by jannishuebl almost 9 years ago
- 5 comments
#24 - Remove rails as a dependency (replace it with activerecord)
Pull Request -
State: closed - Opened by lipanski about 9 years ago
- 3 comments
#23 - Querying on joined tables
Issue -
State: closed - Opened by tory about 9 years ago
- 2 comments
#22 - PG::UndefinedFunction: ERROR: function ll_to_earth(character varying, character varying) does not exist
Issue -
State: closed - Opened by fenec over 9 years ago
- 3 comments
#21 - acts_as_geolocated: don't check table existance on load
Pull Request -
State: closed - Opened by isaiah over 9 years ago
- 1 comment
#20 - Split shared utility methods into a module
Pull Request -
State: closed - Opened by aripollak about 10 years ago
- 3 comments
#19 - quote_value overrides ActiveRecord Method
Issue -
State: closed - Opened by aripollak about 10 years ago
#18 - Fix #16 Error with Arel 6.0.0
Pull Request -
State: closed - Opened by d4rky-pl about 10 years ago
- 2 comments
#17 - Error with Arel 6.0.0
Issue -
State: closed - Opened by Tonkonozhenko about 10 years ago
- 1 comment
#16 - Error with Arel 6.0.0
Issue -
State: closed - Opened by Tonkonozhenko about 10 years ago
- 1 comment
#15 - Add method to drop index in migration
Pull Request -
State: closed - Opened by adrianbautista over 10 years ago
- 1 comment
#14 - Rewrite gem to use Arel instead of concatenating strings
Pull Request -
State: closed - Opened by d4rky-pl over 10 years ago
- 2 comments
#13 - Join on two tables that use earthdistance fails
Issue -
State: closed - Opened by d4rky-pl over 10 years ago
- 1 comment
#12 - Add the within_box method for querying against the bounding box only
Pull Request -
State: closed - Opened by lipanski almost 11 years ago
- 5 comments
#11 - Update README.md
Pull Request -
State: closed - Opened by thefury almost 11 years ago
- 2 comments
#10 - selecting_distance_from adds distance to query results
Pull Request -
State: closed - Opened by cluesque almost 11 years ago
- 2 comments
#9 - Use realistic lat, lng pairs in examples.
Pull Request -
State: closed - Opened by cluesque almost 11 years ago
#8 - Example of radius is incorrect
Issue -
State: closed - Opened by jaredbeck about 11 years ago
- 2 comments
#7 - README has incorrect generator name
Issue -
State: closed - Opened by jalada about 11 years ago
#6 - Fixed problems with lazy loading
Pull Request -
State: closed - Opened by Tonkonozhenko over 11 years ago
#5 - Problems with migrations
Issue -
State: closed - Opened by Tonkonozhenko over 11 years ago
- 7 comments
#4 - [1] Patch for EarthDistance::Setup::ActiveRecord (NameError). [2] Patch ...
Pull Request -
State: closed - Opened by JunaidBKirkire over 11 years ago
- 3 comments
#3 - order records based on distance of a point
Pull Request -
State: closed - Opened by Andrekra over 11 years ago
- 1 comment
#2 - Correct path to templates directory
Pull Request -
State: closed - Opened by rahearn almost 12 years ago
- 1 comment
#1 - Could not find generator earthdistance:setup
Issue -
State: closed - Opened by matharden over 12 years ago
- 2 comments