NEU-DSG / tapas_rails

Hydra Head for the TAPAS project
1 stars 6 forks source link

Feature/rewrite validations #30

Closed jbuckle closed 9 years ago

jbuckle commented 9 years ago

This test updates the validation logic employed by the application when receiving requests from Drupal and makes it much stricter. This should help us debug with greater confidence, as the current system deceptively allows requests that are invalid and returns a 202 before error-ing out during the Resque job.