aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-state_machines-activemodel
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.6.0Sunpoet Po-Chuan Hsieh2019-04-102-5/+4
| | | | | | | Changes: https://github.com/state-machines/state_machines-activemodel/commits/master Notes: svn path=/head/; revision=498590
* In preparation for gitlab 11.7 upgrade switch rails4 to rails50.Matthias Fechner2019-01-311-3/+5
| | | | | | | | | | | If required upgraded version to work correctly with rails50. Fixed some cosmetic issue to make portlint happy. Reviewed by: sunpoet Differential Revision: https://reviews.freebsd.org/D18957 Notes: svn path=/head/; revision=491723
* Update to 0.5.1Sunpoet Po-Chuan Hsieh2018-03-202-4/+4
| | | | | | | Changes: https://github.com/state-machines/state_machines-activemodel/commits/master Notes: svn path=/head/; revision=465118
* Update to 0.5.0Sunpoet Po-Chuan Hsieh2017-06-212-5/+5
| | | | | | | Changes: https://github.com/state-machines/state_machines-activemodel/commits/master Notes: svn path=/head/; revision=444050
* Update to 0.4.1Sunpoet Po-Chuan Hsieh2017-05-022-4/+4
| | | | | | | Changes: https://github.com/state-machines/state_machines-activemodel/commits/master Notes: svn path=/head/; revision=439974
* - Update to 0.4.0Sunpoet Po-Chuan Hsieh2016-05-232-3/+4
| | | | | | | Changes: https://github.com/state-machines/state_machines-activemodel/commits/master Notes: svn path=/head/; revision=415670
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultSteve Wills2016-04-271-1/+1
| | | | Notes: svn path=/head/; revision=414136
* 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 Notes: svn path=/head/; revision=414118
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Add rubygem-state_machines-activemodel 0.3.0Sunpoet Po-Chuan Hsieh2015-12-303-0/+31
The StateMachines ActiveModel integration is useful for both standalone usage and for providing the base implementation for ORMs which implement the ActiveModel API. This integration adds support for validation errors and dirty attribute tracking. WWW: https://github.com/state-machines/state_machines-activemodel Notes: svn path=/head/; revision=404852