There is no “admin interface” for Rails. You have to code it yourself OR use Rails’ generate scaffold. Generate scaffold creates a simple admin interface (without authentication), but the interface is meant as a start. You enter some test data and tweak the code. This saves you a lot of time.
Just give it a try!—installation is easy, you could have something simple in one hour if you start now. I am sure you'll like it.
Bookmarks