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 nested uploaded data from request body #105

Merged
merged 2 commits into from
Jan 16, 2014

Conversation

Ruxton
Copy link
Contributor

@Ruxton Ruxton commented Jan 8, 2014

Checks for the existence of tempfile data in a nested fashion.

The prior change did not take into account in rails most uploaded file data is buried 2-3 levels deep inside the params. This resolves that issue.

See #39

@oestrich
Copy link
Contributor

oestrich commented Jan 8, 2014

Could you also change the feature file testing this to scope the file? Just want to make sure there's a test covering this change.

@Ruxton
Copy link
Contributor Author

Ruxton commented Jan 9, 2014

@oestrich Will do

@Ruxton
Copy link
Contributor Author

Ruxton commented Jan 15, 2014

@oestrich made some additions to the features to cover this case

oestrich added a commit that referenced this pull request Jan 16, 2014
Remove nested uploaded data from request body
@oestrich oestrich merged commit 28677ee into zipmark:uploaded_data Jan 16, 2014
@oestrich
Copy link
Contributor

Thanks!

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.

2 participants