GithubHelp home page GithubHelp logo

bradphelan / active-illusion Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 4.0 107 KB

Create read only models backed by queries not by tables

Home Page: https://github.com/bradphelan/Active-Illusion

Ruby 100.00%

active-illusion's People

Contributors

barancw avatar bradphelan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

active-illusion's Issues

Joins for ordering?

Have you figured out how to trick ActiveRecord into joining against this fake table? For instance, I have:

class Score < ActiveRecord::Illusion
  column :question_id, :integer
  column :score, :float

  belongs_to :question

  view do
    select{[s.question_id.as(question_id), s.score.as(score)]}.from("scores() as s")
  end

end

and then I'd like to do something like

Question.includes(:score).order("scores.score desc")

but .includes doesn't actually do the join, and adding .joins(:score) doesn't work since it expects a real table by that name, and doesn't look to the model for details.

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.