Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Group info
Language: English
Group categories:
Computers > Software
More group info »
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 759  Older »
Description: A group for the discussion of using Active Admin.
 

build menu error in 0.5.1 
  I'm attempting to create a custom set of menus in active admin, per the documentation (I think!). The following is in my active_admin.rb initialization file: config.namespace :admin do |admin| admin.build_menu do |menu| menu.add :label => "Churches", :url => "/", :priority => 0 menu.add :label => "Liaisons", :url => "/", :priority => 0... more »
By rickea...@sierraserviceproject.org  - May 24 - 3 new of 3 messages    

No filters from enum column type 
  I'm use gem enum_column3 and this column not show in filter. How to fix this problem? P.s. This is my first experience using Active Admin.
By ivan.nesterov...@digitalizm.com  - May 24 - 1 new of 1 message    

CanCan and visiting a :show page without :read on resource produces Couldn't find ... [WHERE (1=0)] 
  I just upgraded to 0.6 and switched over from the old activeadmin-cancan gem to the new CanCanAdapter. When visiting a url for a resource which a user doesn't have access to (especially the :show page), the cancan scoped query feature is adding a 'AND (1=0)' to the query. This is fine, but it used to be I would... more »
By onyxra...@gmail.com  - May 23 - 1 new of 1 message    

Problems with ActiveAdmin Comments from Master 
  Hi I'm giving ActiveAdmin Comments another shot using the Master Branch of ActiveAdmin. Here are the initializer settings: config.allow_comments = true config.show_comments_in_menu = false config.comments_registration_n ame = 'AdminComment The last line is necessary since my app already has a Comment model.... more »
By svoop  - May 23 - 1 new of 1 message    

Advance form customization 
  Hi! I want to heavily customize form. - Put in place editing (updates via AJAX), - add autosave (when user is editing something), - add associations (I can also do that in normal Active Admin) etc etc Right know, I have 3 different concepts. 1. Use standard form and template. Monkey patch (if required) some logic... more »
By kowal...@webmonks.it  - May 23 - 1 new of 1 message    

Translatable Site title 
  well, the subject is self explanatory, how can i make the config.site_title variable translatable via the local files for example i'm making lawyers system in arabic and english, the site title should be displayable in both languages when changes, so it cannot be constant in single language. how to do this?... more »
By blazee...@gmail.com  - May 22 - 1 new of 1 message    

Disable comments menu 
  I don't know why, but i have a "Comments" menu entry in my activeadmin project. How can disable it? I'm using latest github version and comments inside some resources. Thanks in advance and excuse my very bad english.
By Francisco Montoya Ramírez  - May 20 - 3 new of 3 messages    

Filter based on association's attributes 
  Hi Given two models: Project * currency * has_many :payments Payment * amount * belongs_to :project On the ActiveAdmin page for payments, is there a way to add a filter by the currency of the associated project (other than adding and mirroring to a real Payment#currency column)? Thanks for your hints, -sven... more »
By svoop  - May 17 - 8 new of 8 messages    

Using ActiveResource for models? 
  Hi I have to consume a Restful Api to build a web portal. ActiveAdmin will be a perfect fit in terms of the interface. Can I use ActiveResource models rather than AR or Mongoid models? If not by default - where should I start looking as to what I would need to hack onto my ActiveResource models to allow ActiveAdmin to do its magic to... more »
By ivorp...@gmail.com  - May 17 - 2 new of 2 messages    

undefined method for MetaSearch::Searches 
  We have an admin application that was initially separate from our main application, but I'm in the process of moving it in. However I'm having an interesting issue. I have a feeling it's probably due to another gem in the project but I'm not sure which one. In the old structure which was separate filters work fine. For example when filtering... more »
By g...@atpay.com  - May 15 - 2 new of 2 messages    

1 - 10 of 759   « Newer | Older »

XML       Send email to this group: activeadmin@googlegroups.com