Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Markdown to format Resource.description | hellekin | 2020-10-27 | 1 | -1/+1 |
| | |||||
* | Enable switching Agent | hellekin | 2020-10-09 | 2 | -3/+9 |
| | | | | | | | Switching current Agent can help with roles and resource access. Go to your dashboard by clicking the avatar. Select agent and hit "Select" | ||||
* | Fix Resource edition | hellekin | 2020-10-09 | 3 | -8/+8 |
| | |||||
* | Wrap debug with login | hellekin | 2020-10-09 | 1 | -4/+6 |
| | | | | To avoid breaking on logout | ||||
* | Avoid errors on missing Taxonomy | hellekin | 2020-10-09 | 1 | -1/+1 |
| | |||||
* | Scope routes to Agent | hellekin | 2020-10-09 | 7 | -21/+98 |
| | | | | | | | Since an Agent is required for all records, we scope the routes and get it present for free ;) This commit also adds resource views. | ||||
* | Make map more beautiful | hellekin | 2020-10-08 | 3 | -32/+29 |
| | | | | | | | | | | | | | This commit introduces a few things: 1. New `content_for` hooks for :debug, :head, and :body_end so that views code remains consistent and clean 2. Fullscreen map! 3. Welcome#index view, the Rails way It also moves controller-related code to the controller, Enjoy! | ||||
* | Removed the hand-picked markers because they caused errors | Nemael | 2020-10-08 | 1 | -3/+3 |
| | |||||
* | Map added but no dynamic points placed, the current points are hand-picked ↵ | Nemael | 2020-10-08 | 1 | -0/+48 |
| | | | | from the data | ||||
* | 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 |