rails-admin Questions

1

Solved

In rails admin, you can define a navigation label to a model and its children like so: # in rails_admin.rb config.model Order do navigation_label 'Orders related' end config.model OrderProducts...
Unknow asked 25/2, 2013 at 14:43

2

Solved

I was playing around with Rails admin and I noticed something. Attributes which are defined as below in model, counted as "Required" in Rails admin validates :user, presence: true However, at...
Fernandes asked 14/11, 2013 at 8:33

3

I have a straight forward model in my Ruby on Rails application that is also available in my rails_admin instance. Users of rails_admin will need to come in daily and upload a CSV or XLS file and b...
Convalescence asked 29/10, 2013 at 2:25

4

Solved

I want to stop people adding or editing Page Layout from inside a sub form. Basically I want to turn off the buttons in the below screenshot: Am I able to do this, or do I have to turn off addin...
Nog asked 4/10, 2012 at 15:49

2

Solved

I am building a JSON-only application, it is basically a leaner Rails, with fewer middleware and fewer modules. This is an application being built in Rails 4. I want to to develop a simple app tha...
Percent asked 8/8, 2013 at 18:41

2

Solved

I'm attempting to create a system where my site's users can favorites pages. Those pages have two types, either clubs or sports. So, I have four models, associated as such: User Model: class User...

1

Solved

I am using rails_admin to manage data in a rails application. I have this class: class Activity < ActiveRecord::Base attr_accessible :content, :title, :category_id belongs_to :category, :inv...
Interferometer asked 1/3, 2013 at 15:58

1

Is someone integrate acts-as-taggable-on to RailsAdmin? I'm trying rails_admin_tag_list but it's not working for me. My environments: **Gems included by the bundle: * actionmailer (3.2.13) * ac...
Diadelphous asked 27/3, 2013 at 4:46

1

Solved

I would like to show a related has_many set of objects in the show view of the parent object as a table. Currently the has_many items are just being shown as a list separated by commas. How can I...
Edieedification asked 20/5, 2013 at 11:32

1

Solved

I use Rails Admin and Devise for admin and user model. I have added one column "admin" to the user model to indicate its identity. In the config/routes.rb, I mount /admin for RailsAdmin:Engine I ...
Jerusalem asked 4/3, 2013 at 9:51

2

Solved

I have RailsAdmin running for my Rails 3 app which has two models - Sale and Merchandise. There's a HABTM relationship between the two. In RailsAdmin, when a sale is added or edited, a list of avai...
Lauds asked 16/2, 2012 at 13:40

1

Solved

I have a recently started project where i'm using mongoid for the database and rails_admin to manage it, now i want to have an api and i've choosed rails-api to do it, but for some reason since i j...
Sills asked 6/6, 2012 at 22:33

2

Solved

I have two models User and Admin(with RailsAdmin) that use Devise. I sign in as user and then sign in as admin. But the result of signing out from one of that models is signing out of two models at...
Vullo asked 21/3, 2012 at 19:40

1

Solved

When a user in my app isn't an admin user i want to only let them see the fields that they have ownership of. Is there a so set can :see or something like that on a per field basis so that it disp...
Electrodynamics asked 21/12, 2011 at 14:47

1

Solved

I started using rails_admin engine lately and can't quite figure out how I can add my own pages to it. My requirement exactly is that I have a controller and view that fetches all the available mon...
Morbilli asked 13/1, 2012 at 3:21

1

Solved

I'm looking for a quick solution for multi file upload with rails_admin. Any ideas or solutions out there?

1

Solved

Possible Duplicate: Rails Admin vs. ActiveAdmin 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 f...
Cycloplegia asked 23/9, 2011 at 8:14

© 2022 - 2024 — McMap. All rights reserved.