Idea #5471
Updated by Peter Amstutz about 10 years ago
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
<pre>
class ArvadosBase < ActiveRecord::Base
</pre>
What breaks if we no longer subclass from @ActiveRecord::Base@?