Tagged Questions
The admin-interface tag has no wiki summary.
9
votes
5answers
729 views
Is there a Rails admin interface that supports MongoDB and Devise?
I recently switched to MongoDB and I am wondering if I can continue using any of the popular admin interface solutions, such as ActiveScaffold and Typus?
7
votes
4answers
2k views
What is your favorite Rails admin tool and why?
What is your favorite Rails admin tool and why? By admin tool I'm referring to those that let some users add records for all the tables, like the tool shipped with Django.
This question is subjective ...
2
votes
0answers
458 views
Rails3 + Typus: display habtm relationship as checkboxes
I'm managing my admin backend with Typus
I want to add a field with a checkbox for each category.
I used this code:
Post:
fields:
default: name, description, user, categories
list: name, ...
1
vote
3answers
112 views
Suggestions for developing a threaded tcp based admin interface
I've built a very simple TCP server (in python) that when queried, returns various system level statistics of the host OS running said script.
As part of my experimentation and goal to gain ...
0
votes
2answers
126 views
Restoring Typus plugin after changing DB Schema
I installed Typus plugin (http://intraducibles.com/projects/typus) for my app and I love it. But along the development of the app I frequently do migrations and change the DB Schema and relationships, ...