Padrino::Admin is beautiful Ajax Admin, with these features:
Adapters for datamapper, activerecord, mongomapper, couchdb (now only: datamapper and activerecord), ohm
Support for Account authentication, Account Permission management
You can simply create a new “admin interface” simply providing a Model
You can upload file, manage them and attach them to any model in a quick and simple way (coming soon)
# File lib/padrino-admin.rb, line 18 def registered(app) # Load Padrino::Admin locales I18n.load_path += Dir["#{File.dirname(__FILE__)}/padrino-admin/locale/**/*.yml"] end