My current project is in Rails. Coming from a Symfony (PHP) and Django (Python) background, they both have excellent admin generators. Seems like this is missing in Rails.
Scaffolding is the normal way to create an admin backend BUT there is a project called ActiveScaffold which may solve your problem.