-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update travis, add ruby 2.5 * Fix travis ruby 2.5 * Test pg 1.0 with ActiveRecord 5.2 * Fixes bug #280 * Improve .parse_sql_types * Remove unnecessary `params.size` if/else * Add type tests * Update history * Version 5.2.1 * Update appraisal * Fix deprecated mocha require * Update travis, fix 2.5 * Update cops * Add frozen_string_literal comments * Re-generate rubocop todo file * [style] LineLength * Use ENV to configure test database connection Use the same defaults, but allow overriding with any of these: PGHOST PGDATABASE PGPORT PGUSER PGPASSWORD * Remove :nodoc: from test classes * Improve spatial queries tests * Ignore multipoint query for PG10 (for now) * Add helpers to query database version * Fix task tests for PG 10 * Use #assert_includes for better feedback * Test with pg gem version 1.x * Test with PG 10, PostGIS 2.4 on travis * Version 5.2.2 * prepare for update * rubocop * Merge tag 'v5.2.2' into feature/5.2.2 Version 5.2.2 # Conflicts: # .rubocop.yml # .rubocop_todo.yml # .travis.yml # Gemfile # History.md # activerecord-postgis-adapter.gemspec # gemfiles/ar51.gemfile # gemfiles/ar52.gemfile # lib/active_record/connection_adapters/postgis/column_methods.rb # lib/active_record/connection_adapters/postgis/create_connection.rb # lib/active_record/connection_adapters/postgis/databases.rake # lib/active_record/connection_adapters/postgis/oid/spatial.rb # lib/active_record/connection_adapters/postgis/postgis_database_tasks.rb # lib/active_record/connection_adapters/postgis/railtie.rb # lib/active_record/connection_adapters/postgis/schema_statements.rb # lib/active_record/connection_adapters/postgis/setup.rb # lib/active_record/connection_adapters/postgis/spatial_column.rb # lib/active_record/connection_adapters/postgis/spatial_column_info.rb # lib/active_record/connection_adapters/postgis/spatial_table_definition.rb # lib/active_record/connection_adapters/postgis/version.rb # lib/active_record/connection_adapters/postgis_adapter.rb # lib/activerecord-postgis-adapter.rb # test/database.yml # test/setup_test.rb # test/spatial_queries_test.rb # test/tasks_test.rb # test/test_helper.rb # test/type_test.rb
- Loading branch information
Showing
23 changed files
with
274 additions
and
304 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
.envrc | ||
.ruby-version | ||
doc/ | ||
pkg/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,5 @@ appraise "ar51" do | |
end | ||
|
||
appraise "ar52" do | ||
gem "activerecord", "~> 5.2.0.beta2" | ||
gem "activerecord", "~> 5.2.0" | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
lib/active_record/connection_adapters/mysql2rgeo/arel_tosql.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.