Saygun ICYUZ

Results 6 comments of Saygun ICYUZ

Is there a certain reason for not supporting minor versions? Do we have to wait until version 4 for being able to use common variables?

This problem still exists in ember-cli 2.8.0. None of suggested workarounds worked for me.

is there any other solution for selection ordering when drag_drop plugin is used?

When the name of the association is different than the actual class name, the issue persists even when `accepts_nested_attributes_for` is defined. ```ruby has_many :followers, class_name: "User", dependent: :destroy accepts_nested_attributes_for( :followers,...