UPDATE: /* I was able to fix the problem by setting up the asset pipeline as described in Railscasts #282*/
I\'m working through a rails_admin (on RoR 3.1.0) interface for my site (which is an teacher/event pairing site).There are a few basic models, the important ones are teacher, location, event, a开发者_
I have a very basic Rails 3.1rc6 application with basically only Devise, CanCan and rails_admin on it, and a handful of very simple models.
I have some tables missing from the rails_admin interface. sometimes they appear and disappear when refreshing the page. this happens in development and production.
I really like rails_admin, but my clients don\'t like CKEditor. Is this really the only option for WYSIWYG on this gem? Is there any way 开发者_运维知识库to use tinyMCE with rails_admin?after struggli
I\'m trying to implement something similar to this: RailsAdmin.config do |config| config.model Team do list do
Did someone try to integrate puret into rails_admin? I can\'t make a language switch to edit different translations :(
I am using rails_admin and I liked it very much. The only problem is that it is coupled with devise for authentication, but my whole app is implementing authlogic.
I\'m using rails_admin and devise in my rails 3 application and writing tests for access control in cucumber.
I have a field for which rails_admin generates a textfield, but I\'d like it to use a <select> ta开发者_JAVA百科g instead. I customized the field like this, in my initializer: