Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
Update README and default config
Browse files Browse the repository at this point in the history
  • Loading branch information
jproctor committed Mar 1, 2022
1 parent 80357cb commit a192f29
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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 {<img src="https://gemnasium.com/svenaas/drxfer.png?travis"/>}[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

Expand Down
4 changes: 2 additions & 2 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a192f29

Please sign in to comment.