Commit Graph

21 Commits

Author SHA1 Message Date
Jared Beck 2bb7a6a56d Update instructions to avoid warning about test environment 2017-09-20 03:51:09 -04:00
narfanator b5500f1003 Allow `whodunnit` to be a proc (#976)
* Allow whodunnit to be a proc
* Update contribution quidelines
2017-07-08 16:39:04 -04:00
Jared Beck 94b9306647 Finish the conversion to RSpec
- Convert serializers/mixin_json_test.rb to rspec
- Convert functional/thread_safety_test.rb to rspec
- Convert functional/controller_test.rb to rspec
- Move the dummy app from test to spec, delete test dir
2017-06-10 01:45:46 -04:00
Jared Beck 7dbcad533b Add AR 5.1 to CI matrix 2017-04-27 13:01:59 -04:00
Jared Beck 11afe604a4 Release 7.0.2 2017-04-26 13:58:58 -04:00
Jared Beck 7a3b3aa007 Lint: Fix RSpec/InstanceVariable 2017-03-31 22:11:08 -04:00
Jared Beck e185ae989f Lint: rubocop 0.48.0 (was 0.41.2) 2017-03-31 21:45:02 -04:00
Jared Beck e2af8adb21 Finish removing the cleanup_callbacks hack from tests
Instead of changing the configuration of Fluxor on the fly, which
requires callback "cleanup", simply define a few models with the
desired configurations.
2017-02-05 20:57:54 -05:00
Jared Beck 34ab41d39b Test AR 4.2 locally, without dropping support for 4.0
See notes in boot.rb about `enum`
2016-12-10 13:54:37 -05:00
Jared Beck d84dea3b1d Add dirty hack to gemspec so we can support ruby 1.9.3 2016-12-04 22:22:12 -05:00
Jared Beck a113e1c3b0 Release 6.0.1 2016-12-04 17:13:20 -05:00
Jared Beck 94bf3e0398 Drop support for rails 3
In https://github.com/airblade/paper_trail/pull/895, Sean asked:

> .. since it looks like the next version is planned to be 6.0.0, how would
> you feel about dropping support for Rails 3 in that version? It has
> reached end of life, meaning it no longer receives security patches. We
> don't recommend that gem authors continue to support it.

To which, I responded:

> We could continue maintaining PT 5 if we had to, so I think it's
> fine to drop support for rails 3 in PT 6. If Ben agrees, I'd be
> happy to make that change. I'll just update the gemspec and drop
> testing support, for starters. We can clean up the conditionals in
> the code over time.
2016-11-30 12:36:39 -05:00
Jared Beck 166968d9bb Docs: Recommend always using appraisal 2016-09-30 23:44:59 -04:00
Jared Beck a7620d5062 Release v5.2.2 2016-09-08 12:32:12 -04:00
Jared Beck bfd5a44de9 Update CI and linter configuration
- ruby 2.3.1 (was 2.3.0)
- Update AR5 gemfile now that rails 5 is out
- Enable travis bundler cache. Hopefully this will speed up travis a bit.
  https://docs.travis-ci.com/user/caching/
- set TargetRubyVersion: 1.9
2016-08-09 01:11:27 -04:00
Jared Beck 65cd2517f6 Release 5.2.0 2016-06-27 01:24:37 -04:00
Jared Beck 17c8f34f18 Release 5.1.0 2016-05-20 19:19:29 -04:00
Kazuhiro NISHIYAMA 2be4466de5 Fix broken link
[ci skip]
2016-05-09 23:20:02 +09:00
Jared Beck ad0a7d7469 Docs: Forgot to mention `gem build` 2016-05-02 12:25:40 -04:00
Jared Beck fc6756dd0d Release v5.0.0 2016-05-02 12:19:18 -04:00
Jared Beck 7fd529dc01 Docs: Introduce issue template
[ci skip]
2016-02-23 17:35:00 -05:00