DeplanckeLab / scfair

an initiative to standardize single-cell genomics data and promote findable, accessible, interoperable, and reusable single-cell data.
0 stars 0 forks source link

fix app load #13

Open luxxi opened 1 month ago

luxxi commented 1 month ago

The app loading Rails.application.eager_load! does not work properly because it's trying to load rake tasks /lib/tasks, which are not meant to be reloaded or eager loaded.