Brian Riley
Brian Riley
Part of some cleanup work I'll be doing on the sign in / create account workflows
The big question here is whether or not we should consider upgrading to 3.0 or 3.1.
I just encountered a Brakeman warning that Ruby 2.7 EOL if June 2022
Upgraded to 2.7. Will open a new ticket for 3.0
Thanks for creating this issue @nicolasfranck. The original codebase had only 3 levels of permissions: super admin, org admin and regular user. At some point later on, it was decided...
Thanks for reporting this @StCyr. We haven't revisited our installation instructions for some time and it is definitely out of date. I have just gone through and made some edits...
Hi @StCyr it would seem that your DB was partially created perhaps in a earlier attempt. You'll need to delete it completely to start the installation from scratch. You will...
👍🏻 thanks. I have updated the document
How are you planning to fetch the instance org ID? Do you both think it would make sense to add a new column to the table, 'orgs.is_default'? If we do...
That sounds like a good approach. Thanks @gjacob24! If time permits I would suggest replacing the old `def self.default_orgs` with `def self.default` which returns an Org instead of an Array...