Tag: activeadmin

Rails 3.如何添加一个ActiveAdmin将使用的帮助器?

我创build一个由Formtastic使用的帮手,但我得到undefined local variable or method错误。 我不知道把它放在哪里,所以它可以工作。 我已经尝试在application_helper.rb和app / helpers / active_admin / view_helpers.rb

Railspipe理员与ActiveAdmin

我一直在寻找一些轨道pipe理插件,并遇到这些: https://github.com/gregbell/active_admin https://github.com/sferik/rails_admin https://github.com/thoughtbot/administrate (编辑:稍后添加) 任何build议,以哪一个去。 我需要它来支持模型关联和file upload能力。

主动pipe理安装与Rails 4

在Rails 4上安装活动pipe理员时出现此错误 Bundler could not find compatible versions for gem "actionpack": In Gemfile: meta_search (>= 1.1.0.pre) ruby depends on actionpack (~> 3.1.0.alpha) ruby rails (= 4.0.0.rc1) ruby depends on actionpack (4.0.0.rc1) 我遵循这个指令: http : //www.activeadmin.info/docs/documentation.html 任何人请帮助。