-
Notifications
You must be signed in to change notification settings - Fork 56
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
Incompatible with active_admin #29
Comments
I am using CopyCopter with ActiveAdmin. I get the following Timeout Errors in the messages and the Admin side moves like molasses. Why is copycopter even being messaged from the ActiveAdmin views? 14 matches for "Copycopter" in buffer: run A little more context for some messages above: Started GET "/assets/active_admin/nested_menu_arrow_dark.gif" for 127.0.0.1 at 2012-07-31 10:36:34 -0400 Started GET "/admin/my_page" for 127.0.0.1 at 2012-07-31 10:36:50 -0400 Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-07-31 10:37:01 -0400 |
Having similar problems... ActiveAdmin pages take 3-5 seconds to load Started GET "/admin/orders" for 127.0.0.1 at 2012-08-06 18:15:43 +0200 |
The "undefined method `downcase' for nil:NilClass (NoMethodError)" error was caused by a bug in active_support: rails/rails#4703 I believe the timeout errors are a separate issue. |
Currently experiencing the following error with every version of active_admin from 0.4.0 to current master (this exception taken while using master):
The text was updated successfully, but these errors were encountered: