From a192f29eba9bed2c80d13afede5f3365749a6867 Mon Sep 17 00:00:00 2001 From: J Proctor Date: Tue, 1 Mar 2022 12:02:19 -0500 Subject: [PATCH] Update README and default config --- README.rdoc | 13 ++++++++++++- config/application.rb | 4 ++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/README.rdoc b/README.rdoc index d5e8f59..cce7ce3 100644 --- a/README.rdoc +++ b/README.rdoc @@ -16,6 +16,17 @@ You will need to create at least the following config files: * config/initializers/notifications.rb +== Operation + +The three basic units in the app are Users, Folders, and Agreements, which can be managed though the web UI by admin users. + +* *Users* use LDAP for authentication + +* *Folders* are where uploads are stored, configured as +transfer_destination_base_path+ in +config/environments/*.rb+ + +* *Agreements* specify which Users can upload things to which Folders. + + == Branches This application was developed in Ruby 1.9.2-p290 with Rails 3.1.12. A working copy of that code is saved in the *rails3.1* branch. @@ -26,7 +37,7 @@ The *rails4.2* branch ran in an environment with Ruby 2.2.2-p95 and Rails 4.2.9. The *rails5.1* branch ran in an environment with Ruby 2.4.2-p198 and Rails 5.1.4. -== Dependency Status {}[https://gemnasium.com/svenaas/drxfer] +The *rails5.2* branch ran in an environment with Ruby 2.4.2-p198 and Rails 5.2.5. == License diff --git a/config/application.rb b/config/application.rb index 5719994..8721a16 100644 --- a/config/application.rb +++ b/config/application.rb @@ -8,8 +8,8 @@ module Drxfer class Application < Rails::Application - # Initialize configuration defaults for originally generated Rails version. - config.load_defaults 6.1 + # Initialize configuration defaults. + config.load_defaults 7.0 # Settings in config/environments/* take precedence over those specified here. # Application configuration should go into files in config/initializers