:include => :all

Is there any way to include all the associations in the find method
like below :include => :all

No. And indiscriminately loading associations can actually slow things
down.