Giter VIP home page Giter VIP logo

Comments (7)

calebhearth avatar calebhearth commented on May 25, 2024 1

The ruby string thing in the generator is iffy. I rarely get complicated strings like that right the first try, and on the command line I doubt it would work. I do still like the idea of a to_sql thing though.

What about an example in the README of generating the view in IRB with scopes, then printing the to_sql and throwing it in the view definition file (incidentally, this is how I'd recommend you do it).

from scenic.

calebhearth avatar calebhearth commented on May 25, 2024 1

Our name is better we can't give up.

from scenic.

derekprior avatar derekprior commented on May 25, 2024 1

This isn't a feature we're going to consider at this time. Thanks for the discussion, though.

from scenic.

derekprior avatar derekprior commented on May 25, 2024

We've talked about doing the same, but I have the same concerns as you. It boils down to the same reason you are discouraged from accessing external ActiveRecord models in your migrations - the underlying code can change or go away completely, leaving your migration in an invalid or incorrect state.

I could perhaps see a generator that accepts a ruby string which is then to_sqld or something? Not really sure. To be honest, my intended use case for scenic is one where you want to write SQL.

@calebthompson thoughts?

from scenic.

derekprior avatar derekprior commented on May 25, 2024

More broadly, on the schema_plus_views gem: This gem did not exist separately from schema_plus itself when we started this project. schema_plus did things we didn't like, so we weren't comfortable trying to use it just for view support. It also didn't offer view versioning, like scenic tries to.

Now that schema_plus_views does exist, it may make sense to see if we could merge some of the ideas of scenic into schema_plus_views without breaking either. Food for thought anyway.

from scenic.

EverybodyKurts avatar EverybodyKurts commented on May 25, 2024

I don't know. I'm pretty happy with the gem as is. You guys did a great job making this. I looked at the pull requests for materialized views but I just don't have a need for them (selfish, I know).

from scenic.

EverybodyKurts avatar EverybodyKurts commented on May 25, 2024

Totally agree! SQL statements in the schema show how the view's being built - especially important since it relies on other tables in the database. I've been using the gem for a couple of months now and am very pleased with it.

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.