|
|
|
|
|
by adamzapasnik
1262 days ago
|
|
Please list the good serialisation gems, as I can't find any ;) What if you have a complex/dynamic query, how do you build it? You said yourself that AR works better than concatenating SQL strings, but AR doesn't even support CTEs atm and building complex queries is not trivial and sometimes even possible without just SQL strings... |
|
With AR queries you can do the same and make it linear in ruby (and then the computer doesn't really care if your sql is nested)