Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deletes #186

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Remove deletes #186

wants to merge 3 commits into from

Conversation

hexgnu
Copy link
Owner

@hexgnu hexgnu commented Nov 15, 2013

What

There is littered throughout the code a bunch of option.delete(:id) This is generally a bad idea and should go away for many reasons.

  1. Thread safety
  2. Why are we modifying the options that are being passed in this is silly

How to test

I put in a few extra tests but unfortunately I think that we need better tests around some of the weirder edge cases like the case where we don't want filter out things like id, email, name etc.

@brycemcd
Copy link

you looking for a 👍 here?

@hexgnu
Copy link
Owner Author

hexgnu commented Jan 29, 2014

@brycemcd I put it up as a proof of concept though thinking that I should just merge it in.

@hundredwatt
Copy link
Collaborator

Will close #181

hundredwatt added a commit that referenced this pull request Nov 22, 2014
After rebase #186 onto `faraday_connection_updated` branch (branch for #248)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants