Radmin
A drop-in admin backend for existing rails applications.
Tested with rails 3.0.7.
QuickStart
$> rails myapp $> cd myapp
#add devise to Gemfile
gem 'devise'
$> bundle install $> bundle exec rails g devise:install
#add radmin to Gemfile
gem 'radmin'
$> bundle install $> bundle exec rails g radmin:install $> bundle exec rake db:migrate $> bundle exec rake radmin:setup $> bundle exec rails s
Login to localhost:3000/admin as [email protected]/password
Copyright © 2011 Damian Caruso, released under the MIT license