-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working with AA 1.0.0.pre #22
Comments
The trick introduced in #19 also fixes this problem as well. I just moved code inside the block in https://github.com/randym/activeadmin-axlsx/blob/master/lib/active_admin/axlsx.rb#L21 to the end of my Rails app's `config/initializers/activeadmin.rb' and it worked. |
same problem on AA 0.6.3. |
first download it from github to change something. make path correct. change all below: for undefined method `xlsx' for #ActiveAdmin::ResourceDSL:0x (NoMethodError) for `require': cannot load such file -- activeadmin/axlsx (LoadError) for ArgumentError (wrong number of arguments (1 for 0)): for undefined local variable or method
|
I'm trying to get the gem working with current AA master, 1.0.0.pre and after I made a few tiny fixes I got my Rails project booted. But ActiveAdmin resources that use xlsx DSL produces this error:
And my patch is https://github.com/stripeskr/activeadmin-axlsx/commit/59ea1ff5631c3f277125e4f0115d1b357f7f3bcb
Not sure if it is happening because any recent change of AA, but I can't figure it out. Can anybody help me solving it?
The text was updated successfully, but these errors were encountered: