pulibrary / pdc_discovery

Princeton Data Commons discovery portal for Research Data
10 stars 0 forks source link

Remove Rails Spring #619

Closed hectorcorrea closed 2 months ago

hectorcorrea commented 2 months ago

Remove Rails Spring from the project. We are not using it in any of our other applications and it causes all sort of weird bug during development, for example:

Running via Spring preloader in process 41493
objc[41493]: +[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called.
objc[41493]: +[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called. 
We cannot safely call it or ignore it in the fork() child process. Crashing instead. Set a breakpoint on 
objc_initializeAfterForkError to debug.