state-machines / state_machines-audit_trail

Log transitions on a state_machines gem to support auditing and business process analytics.
https://github.com/state-machines/state_machines-audit_trail
MIT License
75 stars 24 forks source link

Test against multiple ActiveRecord/ActiveModel releases with 'appraisal' gem #25

Closed smudge closed 7 years ago

smudge commented 7 years ago

This brings this repo in line with state-machines/state_machines-activerecord and state-machines/state_machines-mongoid by adding multiple gemfiles for Travis to test against. These are development dependencies only, so it will not affect any downstream consumers of this gem.

rosskevin commented 7 years ago

Great thanks!

rosskevin commented 7 years ago

@smudge any way to allow failures in travis for rails_edge?

See https://travis-ci.org/state-machines/state_machines-audit_trail/builds/298048838?utm_source=email&utm_medium=notification

smudge commented 7 years ago

@rosskevin Whoops, was passing when I created the PR 😄. See #26 for a fix.