summaryrefslogtreecommitdiff
path: root/databases/rubygem-activerecord-session_store (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/rubygem-activerecord-session_store: Update to 2.0.0Po-Chuan Hsieh2021-04-182-8/+8
| | | | | | - Update RUN_DEPENDS: use Rails 6.0 Changes: https://github.com/rails/activerecord-session_store/releases
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update version requirement of RUN_DEPENDSSunpoet Po-Chuan Hsieh2019-09-031-5/+5
|
* Update to 1.1.3Sunpoet Po-Chuan Hsieh2019-03-242-4/+4
| | | | Changes: https://github.com/rails/activerecord-session_store/releases
* Update to 1.1.2Sunpoet Po-Chuan Hsieh2019-03-022-6/+7
| | | | Changes: https://github.com/rails/activerecord-session_store/releases
* Update to 1.1.1Sunpoet Po-Chuan Hsieh2018-03-132-4/+4
| | | | Changes: https://github.com/rails/activerecord-session_store/releases
* Update to 1.1.0Sunpoet Po-Chuan Hsieh2017-05-122-5/+4
| | | | Changes: https://github.com/rails/activerecord-session_store/releases
* - Update RUN_DEPENDS: use newer rubygem-rackSunpoet Po-Chuan Hsieh2016-12-051-1/+2
| | | | - Update WWW
* databases/rubygem-activerecord-session_store: Update from 0.1.2 to 1.0.0Torsten Zuehlsdorff2016-08-102-3/+6
| | | | | | | | | | | - 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)
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultSteve Wills2016-04-271-1/+1
|
* create USES=gem and update rubygem- ports to use itSteve Wills2016-04-271-2/+1
| | | | | | | 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
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-3/+3
| | | | | With hat: portmgr Sponsored by: Absolight
* - Add rubygem-activerecord-session_store 0.1.2Sunpoet Po-Chuan Hsieh2015-12-303-0/+31
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