The activeadmin tag has no wiki summary.
6
votes
1answer
922 views
Customizing the show page in ActiveAdmin
The default show page in ActiveAdmin is a table with one attribute per row. For my backend, this would be fine, except that I want to hide fields such as id, created_at, updated_at.
Is is possible to ...
6
votes
1answer
1k views
ActiveAdmin with has_many problem; undefined method 'new_record?'
I'm trying to customise a ActiveAdmin form for a Recipe model that has a has_many relationship with Step.
class Recipe < ActiveRecord::Base
has_many :steps
end
class Step < ...
5
votes
1answer
934 views
Rails Admin vs Active Admin : Rails Admin generation tools
I'm aware that there is already another question about this, but it was not so useful to me. I'm looking for an Admin generation tool for Rails and, apart from personal taste, I ca'nt decide whether ...
5
votes
1answer
613 views
activeadmin + internationalization
I've updated active_admin to version 0.3.0 to get internationalization working. But I have problems with it.
I have my pl.yml file updated with activeadmin section which looks like this:
pl:
...
5
votes
2answers
2k views
How to use ActiveAdmin on models using has_many through association?
I am using ActiveAdmin gem in my project.
I have 2 models using has_many through association. The database schema looks exactly the same as the example in RailsGuide. ...
4
votes
0answers
534 views
Paperclip + Active_admin + Rails 3.0.10 multiple images
I have a crud with paperclip and multiple images' i implement active_admin and the product update fine, but, i can't not upload or edit the multiple images, the form i have is this:
form :html => ...
4
votes
2answers
454 views
Add page to active admin
We are wanting to add a help page to our admin and we are using the active admin gem. This page is not associated to any model so I am struggling trying to figure out how to get the link to show up ...
4
votes
1answer
603 views
ActiveAdmin Rails 3.1 Install Issue
I am trying to use ActiveAdmin with rails 3.1, but I get the following error during rails generate active_admin:install I get the following:
...
4
votes
3answers
207 views
How to add a link back to the application in ActiveAdmin?
I need to add a few links to certain pages of the application in the ActiveAdmin pages. I can do this using sidebars, but I'll have to repeat the code for each of my resources. Is there anyway of ...
4
votes
1answer
385 views
undefined variabel or method 'params' for ActiveAdmin
Just installed Rails 3.1 rc5 and ActiveAdmin from rails-3-1 branch.
Installation went good, and I see the login form. However when I login with provided username/password I'm getting the following ...
4
votes
5answers
5k views
How to get current user using devise in rails without using authenticate! on the controller
I'm using devise with rails 3 and i'm trying to create a page which can be viewed by everyone (even those not signed up) but has additional functionality for people who are registered.
The problem is ...
3
votes
1answer
228 views
Rails 3 ActiveAdmin CanCan. How to setup that User should only see records that belong to him?
I setup admin_users that belongs to a customer class (Customer is a company). So Customer has many admin_users.
I'm trying to restrict access to Shipment records that belongs to a certain customer. I ...
3
votes
2answers
86 views
What is the best way to add a global navigation item to Active Admin in Rails 3
I am trying to add a global navigation menu item to my Active Admin installation (next to the 'Dashboard' nav button). Active Admin says this is possible on their site but they do not have any ...
3
votes
1answer
303 views
Rails 3 - Can Active_admin use an existing user model?
Can Active Admin use my current Devise user model? It already has a column named admin, and if it's true, I'd like to bypass the Active admin login, when going to /admin.
Is this possible?
Current ...
3
votes
2answers
262 views
Ruby On Rails authentication with Devise and (warden) callbacks
I have a rails app that is using Devise, with a User model, no scope.
I've also added activeadmin gem in to the app, Active Admin is a gem used for adding an admin dashboard in your application. It ...
3
votes
1answer
242 views
How to manage pages tree in Active Admin
i am building a site, with few models with relations and a lot of static pages. How I can manage static pages hierarchy in Active Admin or rails_admin? Please advice how I can set up CMS functionality ...
3
votes
2answers
555 views
active_admin autocomplete with rails3-jquery-autocomplete gem
I'm having an issue using the rails3-jquery-autocomplete gem with active_admin
I'm using the most recent version of active_admin (from git) which now relies on formtastic 2 and I'm using 1.04 of ...
3
votes
2answers
237 views
Activeadmin disabling the “new resource” method
I'm using Activeadmin for the admin interface on an app I'm working on (loving it) and I am curious if there is a way to disable the "New Resource" link in the upper-right corner of the resource show ...
3
votes
1answer
244 views
How to filter a boolean column on ActiveAdmin?
This question is related to the ActiveAdmin gem. I'm trying to filter a column that has a boolean type but with no success: filter :column_name and filter :column_name, :as => :boolean don't work.
...
3
votes
3answers
758 views
Rails Active Admin resource problem
I recently have watched railscast 284 about active admin and wanted to implement it into my web app, however I am running into an issue when I add a resource. I get the following message every time I ...
3
votes
1answer
733 views
How can I customize the active admin layout?
I need to customize the active admin layout, but how can I do it?
3
votes
1answer
830 views
Nested form in active_admin with select or create option
We are using active_admin for our administration backend.
We have a model "App" that :belongs_to model "Publisher":
class App < ActiveRecord::Base
belongs_to :publisher
end
class Publisher ...
3
votes
2answers
942 views
Image file input with Formtastic and ActiveAdmin
I started to use formstatic but I need to make a file field with image preview. I mean, when i edit an object, i want to see the image already linked.
How can I do that?
Thank you !
2
votes
1answer
190 views
Rails 3 ActiveAdmin. How to disable the Dashboard for users with a non-admin role?
This is how I can see user's role: current_admin_user.role
I'm using CanCan
How can I
Hide the Dashboard button
Restrict access to the Dashboard in case the user finds out it's url
-
I have ...
2
votes
0answers
81 views
Rails 3 ActiveAdmin. Hiding buttons according to CanCan permissions
I have ActiveAdmin and CanCan working together. I already set the administrator and customer permissions.
Now I want to hide the New, Edit and Delete buttons according to the permissions set by ...
2
votes
1answer
83 views
Rails 3 ActiveAdmin. How to setup has_many and belongs_to with a different foreign key?
So I have a shipment that can have up to three shipper companies. So I have this...
shipment belongs_to shipper
shipper has_many shipments
But I added two more columns to the shipments table: ...
2
votes
1answer
146 views
Rails ActiveAdmin, two columns (not sidebar) on form page
In a form in active admin, the fields expand horizontally across the page according to the size of the window. If it's a big monitor, there is a lot of "unused" space to the right.
How can I add a ...
2
votes
2answers
202 views
Activeadmin Resource Names
this is a bit of a beginner's question, but I've searched everywhere and can't seem to solve it.
I'm using Rails and ActiveAdmin, and I've set up internationalization to use my es.yml locale.
So far ...
2
votes
3answers
361 views
Active admin layout was lost after overriding Controller action
My new controller action:
controller do
layout 'active_admin'
def index
@pages = Page.all
end
end
After refresh the page i received:
undefined method `base' for nil:NilClass
render ...
2
votes
1answer
165 views
Rails 3.1 + ActiveAdmin GEM css/stylesheet conflict?
I must be missing something really simple, but I could not find anyone else with the problem.
Basically, Rails 3.1 merges all the .css files into application.css. After I installed ActiveAdmin, ...
2
votes
0answers
317 views
Configure the label of Active Admin has_many
Well I have a two models related with a on-to-many assoc.
#models/outline.rb
class Outline < ActiveRecord::Base
has_many :documents
end
#models/document.rb
class Document < ...
2
votes
1answer
186 views
Searching a belongs_to association when editing in ActiveAdmin
When I edit a record that has a belongs_to association in ActiveAdmin, I'd like to search for potential records instead of choosing from a select list (the default option).
For example, I have a Post ...
2
votes
1answer
215 views
ActiveAdmin — how to reference current object?
How can you reference the instance of the object you are currently viewing?
The following WORKS
ActiveAdmin.register Example do
sidebar "test" do
@name = example.name
end
end
The ...
2
votes
1answer
176 views
ActiveAdmin — Show list of checkboxes for nested form instead of a form to add items
I have a nested form categories for stores resource. They have a has_and_belongs_to_many relationship.
When I create the nested form, I get the following on the stores form:
But what I really want ...
2
votes
3answers
304 views
Multistep form with ActiveAdmin?
Is it possible to create a multistep form with ActiveAdmin?
If not, is it possible to just add another page that it redirects to after submitting the form (one that is not the default index, show or ...
2
votes
2answers
341 views
Active Admin - flash messages not appearing on page
I am trying to display a notice after redirecting to a page but it doesnt appear.
Here is the redirect -
redirect_to :action => :index, :notice => "My redirect"
You can see the message in ...
2
votes
3answers
195 views
Filter on parent object attribute in ActiveAdmin
I'd like to be able to filter an object based on an attribute of it's parent:
class Call < ActiveRecord::Base
belongs_to :user
end
class User < ActiveRecord::Base
has_many :calls
end
I'd ...
2
votes
1answer
592 views
Rails 3.1 Active Admin gem: how to manage Admin Users
The question for those, who had worked with Active Admin gem:
I just don't get how should I make a sign up and change password functions for admin users? Can I do this using Active Admin interface?
...
2
votes
0answers
143 views
ActiveAdmin: Displaying form as an IFRAME within another form
I am developing an application with a Gallery model and an Images model, where each gallery has_and_belong_to_many images.
I'm currently developing the form for creating/editing a gallery. From this ...
2
votes
2answers
206 views
Active Admin - non resource related Controller
Hy there, i try to implement a own controller into active admin + it would neet to inherit the footer / header / breadcrumbs of active admin
i need a own template file for the regular index action ...
2
votes
1answer
335 views
how ActiveAdmin works with existing controllers
I'm finding it difficult to understand how ActiveAdmin(http://activeadmin.info/) works with existing controllers
I have the following controllers
app/controllers/projects_controller.rb
and I ...
2
votes
1answer
579 views
activeadmin, has_many, and ckeditor
I'm putting up the same question I asked here in activeadmin's issues board on github:
https://github.com/gregbell/active_admin/issues/645
Hi,
I have two different issues.
1: i love the way active ...
2
votes
1answer
265 views
Active admin slowing down rails applicaton
I installed the active_admin gem in a working rails application. After doing this, the app noticeably slowed down. It takes around 4-5 seconds to get a new page. Some functionality is broken.
Is ...
2
votes
1answer
672 views
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 ...
2
votes
1answer
396 views
Import CSV Data in a Rails App with ActiveAdmin
i want to upload CSV files through the activeadmin panel.
on the index page from the resource "product" i want a button next to the "new product" button with "import csv file".
i dont know where to ...
2
votes
1answer
222 views
ActiveAdmin: X has_and_belongs_to_many Y, want to create a new Y from the form for X
I have a Gallery model and an Images model, where a Gallery has_and_belongs_to_many Images.
Right now, new images are uploaded via the images form, and a gallery's images are selected from the ...
2
votes
3answers
552 views
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.
If I refresh the page, it loads ...
2
votes
2answers
433 views
ActiveAdmin how to add a custom controller without model [closed]
Possible Duplicate:
Add page to active admin
I currently looking to a solution for adding a controller without a model to the admin generate by ActiveAdmin (and Rails 3.1).
Of course I'd ...
2
votes
1answer
210 views
How to custom ActiveAdmin using find_by request instead of ID for all actions
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 order to be more readable for user).
ActiveAdmin correctly ...
2
votes
1answer
366 views
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 ...