sciencehistory / chf-sufia

sufia-based hydra app
Other
9 stars 4 forks source link

upgrade to rails 5 #306

Closed hackartisan closed 7 years ago

hackartisan commented 7 years ago

one issue is that rails 5 uses puma as its default webserver. puma is multithreaded and this sometimes results in locking issues with SQLite. However you can still use webrick just by passing it as an argument to rails s

hackartisan commented 7 years ago

or we could use postgres in development.

jrochkind commented 7 years ago

Tagged as before soft launch, but prob not til after we get sufia upgrade merged, so I'm going to mark 'blocked' til then.

hackartisan commented 7 years ago

will be required for hyrax 2.x

hackartisan commented 7 years ago

duplicate of #545