I have more than 50K records in database but when I download a csv from active admin it gives me just 10K. I have googled the solutions and got that there is limit in the method named max_csv_records in
lib/active_admin/resource_controller/collection.rb
is there some way from which I can override this and increase the limit ?
Here’s the gist I got https://gist.github.com/3177995 but can you guys tell me how can I use this code ? It would be much better if I can add something in active admin initializer
here is monkey patch for increasing export record limit https://github.com/gregbell/active_admin/issues/346