ahcis-rds / study_finder

StudyFinder is a flexible and configurable application to pull studies from clinicaltrials.gov and augment the data from alternate datasources such as a clinical trials management system.
MIT License
17 stars 5 forks source link

Update to Rails 5.0 #55

Closed cdinger closed 4 years ago

cdinger commented 4 years ago

This PR updates the application to Rails 5.0 and resolves all deprecation warnings which should make the transition to 5.1 easier.

This also replaces the local environment with development and adds a staging environment for non-production deployments.