clowne-rb / clowne

A flexible gem for cloning models
https://clowne.evilmartians.io
MIT License
316 stars 18 forks source link

Issue #7, do not convert index into reflections hash using :to_s #41

Closed vanboom closed 4 years ago

vanboom commented 5 years ago

declaration.name.to_s does not work as the reflections hash requires a symbol

ssnickolay commented 5 years ago

If I understand the problem correctly, we must add a new gemfile to Travis marix (e.g. gemfiles/activerecord41.gemfile) and without current patch CI should fail.

ssnickolay commented 4 years ago

Hi @vanboom ! I was trying to add AR-4.1 to CI and my experiment showed that it is did not run without troubles :( So, I'm sorry, but given the fact that AR-4.1 has EOL maintenance status, I have to close this issue. Btw, we don’t mind adding support for AR-4.1 but it will require some work from your side. Thanks!

vanboom commented 4 years ago

Ok - I will see what I can do.