Sha256: a5cc2fadb1e21eae36681b2f944575f14a51b526c378102375a0cd6ac5837f4f

Contents?: true

Size: 562 Bytes

Versions: 4

Compression:

Stored size: 562 Bytes

Contents

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 http://localhost:3000/admin as admin@example.net/password

Copyright (c) 2011 Damian Caruso, released under the MIT license

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
radmin-0.3.3 README
radmin-0.3.2 README
radmin-0.3.1 README
radmin-0.2.0 README