couchrest / couchrest_model

Doing the simple stuff so you don't have to
Apache License 2.0
304 stars 116 forks source link

Disable to load files inside app/models/concerns on Design Document migrations #227

Closed dpzaba closed 4 years ago

dpzaba commented 4 years ago

Disable to load files inside app/models/concerns on CouchDB Design Document migrations

For compatibility issues with Rails version >= 4.1 and < 5.2.3 we have to avoid to load more than once the Rails concerns https://github.com/rails/rails/pull/34553

cc: @pacoguzman

pacoguzman commented 4 years ago

LGTM! thanks for taking care of this.

dpzaba commented 4 years ago

ping to @samlown

dpzaba commented 4 years ago

Updated the CI: