I want to use ActiveRecord to issue a special SELECT having more tables joined and resulting mixed rows. Does it make sense to use AR for this purpose? I know AR covers tables but views? If not how can I handle this kind of selects? It is all about creating reports by using customized SQL selects and putting resulted rows into Excel table. Thanks for your experienced answers :) Gábor