activeadmin
How to use HABTM fields in Active Admin filter section?
I\'m using Active Admin 0.3.2, and my database schema includes a few has_and_belongs_to_many relationships.I can create and display records just fine, but attempting to include them in the filter sect[详细]
2023-04-13 07:40 分类:问答ActiveAdmin - customising the records that are shown
So I\'ve got an app where users (Devise) have the ability to see either all, or a subset of main model (in this case Schools), depending on whether the user is at branch, region or national level.[详细]
2023-04-12 19:56 分类:问答getting error in generator active_admin:resource -> key: '_manager_session'
i want to resolve this error, anyone please, this error is about syntax error in session_store.rb file, at attachment in pastie:[详细]
2023-04-12 15:39 分类:问答Removing ActiveAdmin resources
I\'m on Rails 3.1.1, Ruby 1.9.2 and the latest gem (pulled from github). It\'s easy enough to add a resource to the excellent ActiveAdmin gem for Ruby. I can see you can also remove a resource by del[详细]
2023-04-12 15:14 分类:问答How to custom ActiveAdmin using find_by request instead of ID for all actions
I\'m just adding ActiveAdmin to my app, I got a problem using show/edit/destroy action cause my link doesn\'t point to ID but to users name (in开发者_JS百科 order to be more readable for user).[详细]
2023-04-12 07:37 分类:问答Activeadmin doesn't log out when I click "logout"
I am following the instructions from the railscast about installing activeadmin. Upon installation, I got two errors -[详细]
2023-04-12 04:24 分类:问答ActiveRecord::ReadOnlyRecord when using ActiveAdmin and Friendly_id
I started using ActiveAdmin recently in a project and almost everything works great but I\'m having a problem when using it in combination with the friendly_id gem.I\'m getting ActiveRecord::ReadOnlyR[详细]
2023-04-11 22:28 分类:问答Rails 3.1 / Active Admin / Heroku error on first load - Sass::SyntaxError
When hitting the app without any activity for a while, it throws the following error: 开发者_高级运维Sass::SyntaxError (File to import not found or unreadable: active_admin/mixins.[详细]
2023-04-11 18:54 分类:问答ActiveAdmin and in-place edit
I h开发者_StackOverflow中文版ave this system where I use ActiveAdmin to automate the backend and I was wondering if anyone tried to use in-place editing with tables for ActiveAdmin.[详细]
2023-04-11 17:41 分类:问答Rails 3.1 - Active_admin and Checkboxes
This question is really two questions. Select all button - Active_admin uses formtastic to render forms, so I\'m going to ask in the context of formtastic. How would I create a button that selects a[详细]
2023-04-11 16:37 分类:问答