rails-admin
Signing out of App (that uses Devise) after Implementing Rails_admin (and moving to Rails 3.1)
UPDATE: /* I was able to fix the problem by setting up the asset pipeline as described in Railscasts #282*/[详细]
2023-04-11 15:05 分类:问答undefined method `excluded?' for RailsAdmin::Config:Module
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开发者_[详细]
2023-04-08 08:56 分类:问答rails_admin working in development but not in production or heroku
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.[详细]
2023-03-30 03:23 分类:问答Disappearing tables in rails_admin
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.[详细]
2023-03-28 16:44 分类:问答Is it possible to use tinyMCE with rails_admin?
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[详细]
2023-03-22 00:07 分类:问答how do i get the "current_user" in a "visible do" block in config/initializers/rails_admin.rb
I\'m trying to implement something similar to this: RailsAdmin.config do |config| config.model Team do list do[详细]
2023-03-19 16:40 分类:问答Ruby on Rails 3: rails_admin + puret?
Did someone try to integrate puret into rails_admin? I can\'t make a language switch to edit different translations :([详细]
2023-03-18 00:48 分类:问答Implementing authlogic for rails_admin
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.[详细]
2023-03-11 03:00 分类:问答Testing access control with cucumber & capybara
I\'m using rails_admin and devise in my rails 3 application and writing tests for access control in cucumber.[详细]
2023-03-02 02:04 分类:问答How can I customize only a field in rails_admin?
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:[详细]
2023-02-22 03:35 分类:问答