Actions
Story #5471
closed[Workbench] Remove ActiveRecord dependency
Start date:
Due date:
% Done:
0%
Estimated time:
Story points:
-
Description
Users are required to install a database when setting up workbench, even though workbench doesn't use a database. Can we remove the ActiveRecord dependency?
https://stackoverflow.com/questions/821251/how-to-configure-ruby-on-rails-with-no-database
class ArvadosBase < ActiveRecord::Base
What breaks if we no longer subclass from ActiveRecord::Base
?
Actions