Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Scope routes to Agent | hellekin | 2020-10-09 | 1 | -1/+1 |
| | | | | | | | 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 | 1 | -0/+5 |
| | | | | | | | | | | | | | 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! | ||||
* | Fix form, add flash | hellekin | 2020-10-06 | 1 | -0/+3 |
| | |||||
* | Fix URL | hellekin | 2020-10-06 | 1 | -1/+1 |
| | |||||
* | First pass at something visible | hellekin | 2020-10-06 | 1 | -0/+17 |
This is a first version of the application, to go beyond simple authentication. |