aboutsummaryrefslogtreecommitdiff
path: root/app/helpers/application_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* [FIX] Availability of agentshellekin2021-02-111-0/+8
|
* Remove useless methodhellekin2021-02-021-4/+0
|
* Move CSS to Webpackhellekin2021-01-231-3/+3
| | | | | | | | | | | | | Using both the asset pipeline and webpack is confusing and leads to unpredictable results in production. This commit moves all (S)CSS to Webpack under `app/javascript/scss` so that we can test whether the development interface results in a consistent production deployment. In order to load the ForkAwesome fonts we used a long path: `$fa-font-path: "../../../node_modules/fork-awesome/fonts";` Not sure whether this works...
* Link to current source code version (per AGPL-3.0)hellekin2021-01-221-0/+11
|
* Upgrade Rails and add StimulusJS supporthellekin2021-01-221-19/+0
|
* Merged masterhellekin2020-11-121-0/+47
|\
| * REUSE: Add AGPL-3.0-or-later to app/*hellekin2020-10-291-0/+4
| |
| * Add Markdown to format Resource.descriptionhellekin2020-10-271-0/+43
| |
* | 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