Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Attempt to a fix for the edit resource page | Nemael | 2020-10-08 | 1 | -2/+2 |
| | |||||
* | Added leaflet gem and changed a bit the Edit Ressource page to be able to ↵ | Nemael | 2020-10-08 | 1 | -4/+6 |
| | | | | edit categories | ||||
* | Fix form, add flash | hellekin | 2020-10-06 | 3 | -3/+16 |
| | |||||
* | First pass at Resources... | hellekin | 2020-10-06 | 3 | -3/+18 |
| | |||||
* | First pass at listing Resources | hellekin | 2020-10-06 | 2 | -2/+16 |
| | | | | | | This implements resource listing and pagination. See /resources | ||||
* | Fix URL | hellekin | 2020-10-06 | 1 | -1/+1 |
| | |||||
* | First pass at something visible | hellekin | 2020-10-06 | 9 | -8/+50 |
| | | | | This is a first version of the application, to go beyond simple authentication. | ||||
* | Add Authentication logic | hellekin | 2020-10-05 | 3 | -0/+28 |
| | | | | | | | | | | | The ApplicationController provides a `current_user` method (and helper) to access the authenticated user (if any). The WelcomeController provides minimal logic to authenticate against DiscourseSSO. Current state is that one can login and logout. Views need a lot of work. | ||||
* | rails new incommon-map -d postgresql -C -T | hellekin | 2020-10-05 | 3 | -0/+29 |