Nazar Kuliyev

Results 6 comments of Nazar Kuliyev

modified @sutherland007 https://github.com/vinhnglx/active_bootstrap_skin/issues/9#issuecomment-226324082 to work with turbolinks (rails 5 in my case) added to active_admin.js ``` active_admin_bootstrap_dropdown_fix = function() { $('.has_nested:not(.dropdown) > a').addClass('dropdown-toggle'); $('.has_nested:not(.dropdown) > ul').addClass('dropdown-menu'); $('.has_nested:not(.dropdown) > a').attr({ "data-toggle"...

just use `alias_attribute :your_label, :field_name` in your model then you can pass "your_label" as field name to this plugin

Yes, I forked for myself and edited package.json, like this ``` "dependencies": { "react-native-facebook-login": "git+https://[email protected]/NazarK/react-native-facebook-login.git", } ```

this error appeared for me when I was testing "Release" build on simulator, "Debug" build didn't show this error

> brew unlink openssl@3 > brew link [email protected] --force thanks @VanithashreeR, fixed problem for me on macos ventura, while "rvm install 2.7.6"

@moiristo I forgot all context already, but thanks for fixing