aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
Commit message (Collapse)AuthorAgeFilesLines
* Add Resource modelhellekin2020-10-061-0/+2
| | | | | | Resources will be stored as JSON, in the (GeoJSON) :feature column. They are assigned an UUID upon creation if they don't comme with one. They belong to an Agent.
* Add better integration with systemdhellekin2020-10-061-0/+1
|
* [SECURITY] Update Ruby to v2.6.6 (take two)hellekin2020-10-061-1/+1
|
* Use Discourse API gemhellekin2020-10-061-0/+2
| | | | | | We use the DiscourseApi::Client to interact with https://talk.incommon.cc discourse_api: https://meta.discourse.org/t/using-the-discourse-api-ruby-gem/17587
* Use pry and bitfieldshellekin2020-10-051-0/+5
| | | | | | | | | | | | | Pry is a great console enhancement for development. You can navigate through code and object with `cd` and `ls`, or use `show-method foo` to see how it's written... Bitfields allow to store multiple flags in an efficient integer. It will be used to keep track of a User's roles within an Agent. Pry: https://pry.github.io/ Pry-Rails: https://github.com/rweng/pry-rails Bitfields: https://github.com/grosser/bitfields
* rails new incommon-map -d postgresql -C -Thellekin2020-10-051-0/+44