Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 1.66 KB

README.md

File metadata and controls

60 lines (40 loc) · 1.66 KB

Typus: Admin Panel for Ruby on Rails applications

Typus is designed for a single activity:

Trusted users editing structured content.

Typus doesn't try to be all the things to all the people but it's extensible enough to match lots of use cases.

Key Features

  • Built-in Authentication.
  • User Permissions by using Access Control Lists. (stored in yaml files)
  • CRUD and custom actions for your models on a clean interface.
  • Internationalized interface (Català, German, Greek, English, Español, Français, Magyar, Italiano, Portuguese, Russian, 中文)
  • Customizable and extensible templates.
  • Integrated paperclip and dragonfly attachments viewer.
  • Low memory footprint.
  • Works with Rails 3.0.
  • Tested with Ruby 1.8.7-p300 and Ruby 1.9.2-p136.
  • Tested with SQLite, MySQL and PostgreSQL.
  • MIT License, the same as Rails.

Links

Installing

Add Typus to your Gemfile

gem 'typus', :git => 'https://github.com/fesplugas/typus.git'

Update your bundle

$ bundle install

Run the generator

$ rails generate typus

Start the application server

$ rails server

and go to http://0.0.0.0:3000/admin.

License

Copyright © 2007-2011 Francesc Esplugas, released under the MIT license.