aboutsummaryrefslogtreecommitdiff
path: root/app/helpers/application_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add map supporthellekin2020-11-111-0/+14
| | | | | | | | | | | | This commit creates a dedicated Map model and moves the JavaScript from view to a Stimulus controller. - Stimulus.js https://stimulusjs.org - Leaflet.js https://leafletjs.org Upcoming resources: - https://discourse.stimulusjs.org/t/leafletjs-with-stimulusjs-on-rails-6/1343/4 - https://github.com/ghybs/leaflet-defaulticon-compatibility
* Add permissionshellekin2020-10-091-0/+8
| | | | | - `current_agent` is now a full instance of Agent - provide helpers to verify current user roles
* rails new incommon-map -d postgresql -C -Thellekin2020-10-051-0/+2