Commit Graph

26 Commits

Author SHA1 Message Date
Anil Kumar Maurya e0e36ed4df
Lock redis-objects to 1.6.0 as 1.7.0 has breaking changes (#796)
* Lock redis-objects at 1.6.0 version
2022-10-04 21:48:21 +05:30
Tim Aßmann b94aa9622f
add github actions config (#750)
* add github actions config

As travis stopped be free for all - lets move to github actions.

- Add ruby 3.0 to build matrix
- using DymnaDB ready made action installer did not work - could work with some more time for investigation. But it works the old way.

* Re-enable codecov

* run github actions on ubuntu 20.04

* cleanup build matrix

- remove old minor rails versions 5.0, 5.1
- remove EOL ruby version 2.5

* cleanup gemfiles and Appraisal

remove unused gemsets

* add truffleruby to github actions

* use compact yaml syntax
2021-09-02 13:04:24 +05:30
Kohei Sugimoto 0e03746a2b Test Settings for Rails6.1 2021-08-20 13:31:02 +05:30
Yuji Hanamura 4b87789c96 Relax rails versions 2021-06-28 10:38:45 +05:30
Yuji Hanamura 46845cd01d Test against for Rails 6.0
Use sqlite >= 1.4 with Rails 6.0
Use dynamoid >= 3.3 with Rails 6.0
2021-06-28 10:38:45 +05:30
Yuji Hanamura e78b48d3c4 Fix rspec failure in local development 2021-06-28 10:38:45 +05:30
Andrey Novikov 6786b2e2ad Update version in recommendation to add after_commit_everywhere
after_commit_everywhere 1.0.0 has been released without any breaking changes.

See https://github.com/Envek/after_commit_everywhere/releases/tag/v1.0.0
2021-02-18 09:36:57 +05:30
Anil Maurya 99e2846d6c Add after_commit_everywhere to rails_4.2 & rails_4.2_mongoid_5 specs 2020-05-14 08:07:47 +05:30
Anil Maurya 0be5769cf8 Add after_commit_everywhere only for test cases which include active_record 2020-05-12 23:08:38 +05:30
Sergey Tokarenko 86920c68d9 Use `after_commit_everywhere` instead of `after_commit_action` 2020-05-12 14:09:02 +03:00
Sergey Tokarenko 19406b27b4 Remove explicit `after_commit_action` dependency 2020-05-12 14:08:44 +03:00
Anil Maurya 5ff751d15c Remove support for Rails 3.2 2020-05-10 08:09:58 +05:30
Tristan Druyen 1bb1c65ba6 Add norails appraisal
- to test for usage of activesupport core_extensions
- ensures gem works in non-rails setups
2019-05-17 15:11:28 +05:30
Marwan Rabbâa 4727483c2f refactor: Rails 5.0/5.1 requires dynamoid >= 1.3 2019-05-07 12:49:24 +05:30
Marwan Rabbâa d3b287d530 fix: Use dynamoid >= 2.2 with rails 5.2 2019-05-07 10:00:25 +05:30
Marwan Rabbâa 4f9fe65f71 test: Add test with rails 5.2 2019-05-07 10:00:25 +05:30
Anil Kumar Maurya c2b16c7001
Fixing Travis build (#602)
* Remove rails 4.0 from travis build & test on ruby 2.3.0, 2.5.0

* Add minitest gem to rails 3.2 gemfile

* Use bundler version 1 for rails 3 & rails 4

* Use bundler 1 for jruby platform

* Use bundler 1 on travis because of jruby dependency on bundler 1

* Remove cache & install bundler

* [debug] Rvm list to check current ruby version when installing bundler

* Uninstall all bundler in travis before_install script

* Install gems using bundler 1.0.0

* Use bundle 1.16.1

* Remove bundler from appraisal and gemfiles
2019-03-03 22:35:39 +05:30
Thorsten Boettger 27905c45cf Merge branch 'master' into add_rails_5_1_to_tests 2018-02-13 22:35:22 +13:00
anilmaurya 5932c3dc95 Exclude jruby for nobrainer 2018-02-13 12:50:06 +05:30
Guillaume Hain 65073e360a Add support for Nobrainer (RethinkDB)
* Add persistence for NoBrainer
* Add tests for NoBrainer
* Show the ORM version when running the tests
* Add a Dockerfile and a docker-compose.yml file allowing to run from anywhere very easily the test suite with `docker-compose run --rm aasm\'
* Moves the Mongoid database name definition in the gem loader (avoiding code repetition)
* Update the CHANGELOG.md and the README.md files
* Add Rails generator for NoBrainer
2018-02-13 12:49:27 +05:30
anilmaurya f75f03b0db Fix specs, lock "activerecord-jdbcsqlite3-adapter" to "1.3.24" 2018-01-21 00:57:13 +05:30
Thorsten Böttger 9777f88433 add tests for Rails 5.1 2017-08-15 22:54:06 +12:00
Victor Shcherbakov 7868d08670 Enable Dynamoid for Rails 5 2017-07-26 12:36:14 +05:30
Victor Shcherbakov 8e8c6baeaf Update Redis support
Fix #480
2017-07-11 17:41:02 +05:30
Reid Morrison ceb05f746b Drop Support for Mongo Mapper (#439)
* Drop support for Mongo Mapper.

* Refactor Appraisal
2017-03-08 23:29:42 +05:30
Phil Pirozhkov 9238055944 Use appraisal to test all the matrix locally 2016-10-24 01:30:55 +03:00