randym / activeadmin-axlsx

ActiveAdmin plugin using Axlsx for adding Excel (xlsx) download links for your resources
MIT License
82 stars 134 forks source link

Using activeadmin-axlsx with ActiveAdmin version 1.0.0.pre1 causes a crash #42

Open lgrains opened 9 years ago

lgrains commented 9 years ago

When I add

gem 'activeadmin-axlsx’

and run bundle, my ActiveAdmin app fails with this message:

pastedgraphic-1

Bastes commented 9 years ago

I'm encoutering this same exact problem. I "solved" it removing activeadmin-axlsx, but this is obviously not an ideal fix ^^

I'll look into it and try diagnosing it.

Bastes commented 9 years ago

Well, I'm coming back with a big pile of nothing ^^° is this project dead anyways? The last commit seems to date from 2013. Anyone?

mattwarrenrnp commented 8 years ago

found a fork with a fix for this: https://github.com/ybart/activeadmin-axlsx/commit/cb090ada3f6fe079d7f36f3ac2cb09cebd2c001d

Bastes commented 8 years ago

@mattwarrenrnp Oooh, that looks great ^^d thanks a lot, I'll try it asap.