Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Configure Discourse SSO | hellekin | 2020-10-05 | 7 | -1/+37 |
| | | | | | | | | We're creating a minimal User model that will be filled from SSO. We also configure Inflections so we can use SSO instead of Sso which looks weird for a module named after an acronym. Use Discourse as SSO: https://meta.discourse.org/t/using-discourse-as-a-sso-provider/32974 | ||||
* | Use pry and bitfields | hellekin | 2020-10-05 | 2 | -0/+16 |
| | | | | | | | | | | | | | Pry is a great console enhancement for development. You can navigate through code and object with `cd` and `ls`, or use `show-method foo` to see how it's written... Bitfields allow to store multiple flags in an efficient integer. It will be used to keep track of a User's roles within an Agent. Pry: https://pry.github.io/ Pry-Rails: https://github.com/rweng/pry-rails Bitfields: https://github.com/grosser/bitfields | ||||
* | Add Discourse SSO code | hellekin | 2020-10-05 | 5 | -1/+119 |
| | |||||
* | Create database setup | hellekin | 2020-10-05 | 2 | -0/+23 |
| | |||||
* | rails new incommon-map -d postgresql -C -T | hellekin | 2020-10-05 | 75 | -0/+9208 |