ActiveRecord Black Magic - Making Queries More Composable
ActiveRecord’s query interface is very powerful, but sometimes it will not generate the SQL you expect. Here’s one approach to overriding this.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
ActiveRecord’s query interface is very powerful, but sometimes it will not generate the SQL you expect. Here’s one approach to overriding this.
Post a comment