I'm not 100% sure if this is a problem with arel or with activerecord, but I think the fault lies with arel. I want to make a batching delete query (cuz I'm deleting a ton of stuff), and so I was going to use the .iimit.delete_all, but it apparently does not work. It looks to be ignoring the limit altogether if it is deleting.
I'm not 100% sure if this is a problem with arel or with activerecord, but I think the fault lies with arel. I want to make a batching delete query (cuz I'm deleting a ton of stuff), and so I was going to use the .iimit.delete_all, but it apparently does not work. It looks to be ignoring the limit altogether if it is deleting.