activerecord-postgis-adapter
activerecord-postgis-adapter copied to clipboard
ActiveRecord connection adapter for PostGIS, based on postgresql and rgeo
The following reproduction script shows the error. It works on Rails 7.0/7.1 with the latest release of `activerecord-postgis-adapter` but fails when run with Rails 7.2 and master branch of `activerecord-postgis-adapter`...
Hello, I'm getting NoMethodError: undefined method `migration_context' for an instance of ActiveRecord::ConnectionAdapters::PostGISAdapter (NoMethodError) after upgrading to rails 7.2 beta 2 and using the latest commit in the gem
Closes #403 Closes #395
Thanks for the awesome gem. I recently migrated my app to Rails 8.0.0.beta1, and wanted to try this adapter but there is a lock becase activerecord-postgis-adapter >= 9.0.0 depends on...
activerecord-postgis-adapter (9.0.2) ruby versions tried: 3.2.4, 3.3.3 postgresql versions tried: 14, 16 I have followed all steps in the README, but whenever I get to the migration generator I always...