Skip to content
forked from eadz/typus

Ruby on Rails Admin Panel (Engine) to allow trusted users edit structured content.

License

Notifications You must be signed in to change notification settings

skyfallsin/typus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Edit config/routes.rb and add 'typus_routes' somewhere depending on your desired routing priority.

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.

About

Ruby on Rails Admin Panel (Engine) to allow trusted users edit structured content.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 92.5%
  • JavaScript 7.5%