Alex Emelyanov
Alex Emelyanov
Hi, have you checked that this SQL query returns anything?
It prematurely for me to conclude anything about performance, could you share your logs or performance profiling for these requests for default controller and with nativeson? Selectize.js is up to...
I used to use https://github.com/ohler55/oj with Rails, it gives maximum performance boost on JSON rendering among all possible libraries I have tried to use couple of years ago. And it...
Great work! @fastengineer I appreciate your feedback I experimented with it a little https://github.com/holyketzer/test/commit/16e9e18de79ce5756f81265afbd1574bd75022b1 and nativeson looks good #test_movies_ns_filter 38 ms #test_movies_oj_filter 42 ms - 10% slower #test_movies_filter 48 ms...
Looks like ActiveAdmin has changed significantly since this gem was created. You can try it with `activeadmin` `v1.3.1` or less.
Hm, I'm not sure how Rails handles two `active_admin.js` files inside assets folder. If you already have `active_admin.js` you can put this code inside it in a way (and please...
Have same error on Mac OS through venv. Not elegant but using system Python solves this
``` $ deis version v2.16.0 ``` I did as described in docs ``` kubectl create sa tiller-deploy -n kube-system kubectl create clusterrolebinding helm --clusterrole=cluster-admin --serviceaccount=kube-system:tiller-deploy helm init --service-account=tiller-deploy ``` But...
Try this version it works with Rails 7 https://rubygems.org/gems/activeadmin-async_panel/versions/0.3.0