| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
- Update RUN_DEPENDS: use Rails 6.0
Changes: https://github.com/rails/activerecord-session_store/releases
|
| | |
|
| | |
|
| |
|
|
| |
Changes: https://github.com/rails/activerecord-session_store/releases
|
| |
|
|
| |
Changes: https://github.com/rails/activerecord-session_store/releases
|
| |
|
|
| |
Changes: https://github.com/rails/activerecord-session_store/releases
|
| |
|
|
| |
Changes: https://github.com/rails/activerecord-session_store/releases
|
| |
|
|
| |
- Update WWW
|
| |
|
|
|
|
|
|
|
|
|
| |
- Add rake task to trim old sessions.
- Fix compatibility with Syslog::Logger.
- Add configurable serializer.
- Fix compatibility issue with Rails 5.0.
- Fix Thread.exclusive deprecation warning in Ruby 2.3.
- Fix Syslog::Logger compatibility.
Approved by: swills (mentor)
|
| | |
|
| |
|
|
|
|
|
| |
Note that for now ports still have to have USE_RUBY=yes to use USES=gem
PR: 209041
Differential Revision: https://reviews.freebsd.org/D6070
|
| |
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
A session store backed by an Active Record class. A default class is provided,
but any object duck-typing to an Active Record Session class with text
session_id and data attributes is sufficient.
WWW: https://github.com/rails/activerecord-session_store
|