IACCDB

IACCDB functions as a Ruby on Rails application with a database. It is installed and configurend in directory "iaccdb" from the webmaster home directory.

The version of Ruby used by the application is controlled by "rbenv" and "ruby-build". To upgrade Ruby, on the web server:

  1. cd ~/iaccdb/.rbenv
  2. git pull
  3. cd plugins/ruby-build
  4. git pull
  5. cd ~/iaccdb
  6. view available versions with, rbenv install -l | less
  7. rbenv install <version> (e.g. rbenv install 2.5.5)
  8. rbenv local <version> (e.g. rbenv local 2.5.5)
  9. rbenv version
  10. gem install bundler

Then from your local dev environment:

  1. put a PR on IACCDB that updates the version in the ".ruby-version" file
  2. while at it, upgade the gems
  3. when the PR passes testing, merge it
  4. deploy IACCDB.

Ruby is very active and updated often. For notifications of security patches and updates, follow the ruby-news newsfeed.