RailsCasts Pro episodes are now free!

Learn more or hide this

ignasio's Profile

GitHub User: ignasio

Comments by

Avatar

I don`t want to use 'find_by_sql', but currently it is the only way to get ordered relation for pagination. It would be good to use 'last' and 'first' methods.

I have modelname.where(...).union(modelname.where(...))
how i can get something like modelname.where(...).union(modelname.where(...)).order('something')?