salsify/goldiloader

Add Rails 4.2 support

jturkel opened this issue · 5 comments

Add Rails 4.2 support

Is anything explicitly broken on 4.2? If you don't know, I can investigate - just started a 4.2 project.

Updated the Goldiloader gemspec to work with Rails 4.2 and enabled the Goldiloader tests against Rails 4.2 (all of which pass) in 5a44d13. I'll work on getting the ActiveRecord 4.2 unit tests passing with Goldiloader enabled but at this time there are no known issues.

Getting the 4.2 ActiveRecord unit tests passing with Goldiloader uncovered issues #20 and #21 (neither of which is specific to Rails 4.2 and both of which have been fixed) and added another case to consider for #13 (caused by a bug in Rails).

The Goldiloader unit tests are failing when run with Rails 4.2 and JRuby but other than that things look good.

Looks like the Rails 4.2 ActiveRecord JDBC adapter doesn't work with JRuby 1.9. I'm disabling that test combination for now and will track this in #22. I'll release an updated version of the goldiloader gem shortly.

👏