Personally I don't like ORMs because they're black boxes. When some complex model relationship results in crappy generated SQL (which I've experienced a number of times) I had to sit down and write SQL. The problem being that after a couple of years of ORMing my SQL skills had atrophied.
So now I've gone fully circle: from SQL to ORM and back to SQL.
So now I've gone fully circle: from SQL to ORM and back to SQL.