diff options
author | hellekin <hellekin@cepheide.org> | 2020-10-05 21:40:05 +0200 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2020-10-05 21:40:05 +0200 |
commit | 81fb71f0510a5464634a65d97939f6fa54f419dd (patch) | |
tree | ea568f279b58a67f50c8d907eacb5901e031e197 /app/lib | |
parent | 1d53b3c26f4167be4e19e508c96a617d79c67363 (diff) | |
download | incommon-map-81fb71f0510a5464634a65d97939f6fa54f419dd.tar.gz |
Use pry and bitfields
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
Diffstat (limited to 'app/lib')
0 files changed, 0 insertions, 0 deletions