-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Compatibility issue with pry-rails < 0.1.6. (was default_actions doesn't render anything) #983
Comments
I was just about to report that issue myself. ActiveAdmin used to work fine before an update to Rails 3.2.1 and ActiveAdmin 0.4 - now the buttons produced by |
Hey guys, The naming might be a bit confusing, but Are you saying the buttons aren't showing up at all for you guys? Are you by any chance using |
Sorry about confusion.
No, I don't. |
Hmm, there are a few reports of this now. What version of Ruby/Rails/ActiveAdmin are you using? |
Also: Formtastic-2.0.2 |
Duh, just noticed you said that above sorry haha. When did this start happening for you? |
Before update:
After update:
Same Rubies. The reason for update was Rails-3.2 :-) |
My environment is exactly the same, the problem - as well. The column with the buttons generated by default_actions is missing in index views and so are Edit and Delete buttons in the show views. |
I have the same problem. I also use |
Thanks a lot, Nikita! I can confirm, that it fixed the problem :-) |
@nbeloglazov Thanks a lot! I never imagined that pry-rails was involved at all. @kostia Maybe you should close the issue? |
I will add pry-rails >= 0.1.6 to the dependency checker. |
Closed by 8d604ec. |
Hi there,
following code-snippet doesn't render any action buttons in action menu in the top right corner:
Same in the
show
page.Kind regards!
Kostia
The text was updated successfully, but these errors were encountered: