Can anyone explain the difference between the two very similar looking gems 'Arel' and 'Squeel' for a rails newbie.
https://github.com/rails/arel Vs https://github.com/ernie/squeel
I am looking forward to building a simple Query builder where user will be given certain UI blocks it can used to construct SQL queries. Which gem out of the two will be more appropriate and why?
Similar Question: SQL query builder in rails