mardi 24 juillet 2018

Limitations in passing a huge list of ID array in parameters

I was wondering if there are any issues/consequences when passing a huge chunk of id array via parameter. I understand that there is a browser url limitation but what if I send the request via ajax http get, are there still any possible limitation problems like for example

@users = User.all

my_method_path(:user_ids => @users.pluck(:id))

Aucun commentaire:

Enregistrer un commentaire