Giter VIP home page Giter VIP logo

Comments (6)

derekprior avatar derekprior commented on May 23, 2024 2

Oh, and here's a non-forking workaround for this issue (I have not tested, but I think it should work):

# config/initializers/schema_dumper.rb

ActiveRecord::SchemaDumper.ignore_tables += [<the postgis views>]

But I'd still welcome help trying to figure out how to handle this automatically.

from scenic.

derekprior avatar derekprior commented on May 23, 2024

Here's where we get the views from postgres: https://github.com/thoughtbot/scenic/blob/master/lib/scenic/adapters/postgres/views.rb#L25

Here's where we ignore certain tables from rails and other things the adapter (I think) tells us to ignore:
https://github.com/thoughtbot/scenic/blob/master/lib/scenic/schema_dumper.rb#L12

My hope would be that there's enough information in the postgres catalog or that the postgis adapter can provide that we'd be able to programmatically filter those views without resorting to a blacklist. I don't have anything where I'm using postgis so I don't have a test readily available. It'll take me a bit to dig into this.

from scenic.

 avatar commented on May 23, 2024

When looking at the list of views I did not notice anything that stood out. The only difference I could see between those ones and the ones we had added ourselves in a migration was that the postgis ones had a value populated in the relacl column and the ones we created had NULL there but I don't know what that column means or is used for.

I tried the forking solution and it worked (https://github.com/soul2197/scenic/commit/a35cca27030ee66c7861bed2c4c45d9395af775a) but I will try the non-forking one as well so I can stay on the latest version easier.

from scenic.

 avatar commented on May 23, 2024

The non-forking working around you provided works perfectly. Thanks for the quick response!

from scenic.

derekprior avatar derekprior commented on May 23, 2024

@soul2197 Are you using the PostGIS adapter gem for rails? It does seem to set some ignore_tables. Perhaps it's missing a few?

https://github.com/rgeo/activerecord-postgis-adapter/blob/d0d47db10f22525928c2d62b8c244d09137bbec2/lib/active_record/connection_adapters/postgis/setup.rb#L5

from scenic.

derekprior avatar derekprior commented on May 23, 2024

I've opened rgeo/activerecord-postgis-adapter#208 as a fix with the PostGIS adapter. I think that's the proper place for it to be addressed.

from scenic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.