-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no implicit conversion of ActiveRecord::Reflection::HasManyReflection into Array #170
Comments
After some investigation, seems like with rails 6.0.4 (this was not happening with rails 6.0.3), the method |
rpbaltazar
added a commit
that referenced
this issue
Sep 12, 2021
This only happens in cases where we include the apartment model concern, which is not documented |
rpbaltazar
added a commit
that referenced
this issue
Sep 13, 2021
**Implemented enhancements:** - #112 - Allow a list of schemas when switching using schemas - #154 - Create schema between different versions of DB - #155 **Fixed bugs:** - #170 - Cache Key breaks on rails 6.0.4 - #171 **Closed issues:** - Add ruby 3 to the build matrix - #162 - update rubocop and fixed broken rules - #157 - added junit formatter and saving test output in circle - #172
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
While running rspec and factories creation, this error would occur.
Expected behavior
No errors thrown
Actual behavior
Unhandled exception
System configuration
Database: (Tell us what database and its version you use.)
Apartment version:
2.9.0
Apartment config (in
config/initializers/apartment.rb
or so):use_schemas
:true
Rails (or ActiveRecord) version:
6.0.4.1
2.7.3
The text was updated successfully, but these errors were encountered: