Closed sangyongjung closed 10 years ago
Sorry - I'm working on an update...
Same issue here. @randym Do you using specific version would solve the issue for now? Thanks
Is there any update with this issue?
same
You have to change one line in activeadmin gem
Open file lib/active_admin/resource_controller/streaming.rb in activeadmin
Change line 11 def index to def index(arg=nil)
And enjoy yourself :+1:
+1
Works =) Thanks!
Im using: activeadmin 1.0.0.pre, rails 4.0.2
Thanks all!
sorry for this baby question, but how to edit that file, I'm not getting that file ? I'm too facing the same problem, also if we edit that file, will it work in production environment?
@coderawal fork the repository, update the file in your fork, install the gem from your updated fork and you should have the fix.
thanks bacrossland, got it working.
Any solution ? How to solve this issue on heroku ?
I am facing same issue with rails 4.2.2
@randym do you have any solution for this
It seems that the gem is not compatible with active_admin 1.0.0 yet, while it is required if using rails 4.1. :(