Commit 795190bf360043360a9a55cec55f936e36893510
1 parent
0741ca0d
Exists in
master
and in
19 other branches
Cleaning up tests
Showing
10 changed files
with
2 additions
and
62 deletions
Show diff stats
.travis.yml
CHANGELOG.md
1 | 1 | ## 3.0.0 [unreleased] |
2 | 2 | |
3 | 3 | - Removed support for Elasticsearch 2 |
4 | -- Removed support for ActiveRecord < 4.2 | |
4 | +- Removed support for ActiveRecord < 4.2 and Mongoid < 5 | |
5 | 5 | - Removed `reindex_async` method. `reindex` now defaults to mode specified by model. Use `reindex(mode: :async)` to force async reindex. |
6 | 6 | |
7 | 7 | ## 2.5.1 [unreleased] | ... | ... |
test/gemfiles/activerecord31.gemfile
test/gemfiles/activerecord32.gemfile
test/gemfiles/activerecord40.gemfile
test/gemfiles/activerecord41.gemfile
test/gemfiles/mongoid2.gemfile
test/gemfiles/mongoid3.gemfile
test/gemfiles/mongoid4.gemfile
test/records_test.rb