Pablo Brasero
Pablo Brasero
I had the same problem. I solved it by putting **both** paths (coffee's and node's) on my `binDir`, as follows: ``` "binDir": "/usr/local/share/npm/lib/node_modules/coffee-script/bin:/usr/local/bin" ``` Note that the paths are separated...
Worry not: `app/controllers/administrate/application_controller.rb` is not expected to be in your application. Instead it's provided by Administrate. It's ok that you don't see it. The error about `per` suggests that the...
OK. I'm afraid this is a known bug that we need to look into, and see how we can incorporate pagination in a way that doesn't interfere with other people's...
Let's leave this open. It's actually a bug, and we should address it at some point. Your suggestion does have merit. I'll bear it in mind when I try again.
@masterT - That looks like a worthy PR. We have had similar ones in the past (eg: https://github.com/thoughtbot/administrate/pull/2096). Would you want to contribute one?
@masterT - Your proposal has been implemented at https://github.com/thoughtbot/administrate/pull/2216
Thank you for the report. We are discussing these issues at https://github.com/thoughtbot/administrate/issues/1978#issuecomment-1147267975. There's currently a fix that I'm testing that may work for you. Would you be able to test...
Fixed by https://github.com/thoughtbot/administrate/pull/2235. Thank you all!
Administrate doesn't do any additional caching. This sounds like it must be something going on in Rails, or perhaps some other gem that you may have in place?
@n-studio - Thank you for this. Just dropping a quick line to let you know that this is being looked into. The first thing that I have noticed is that...