Skip to content
/ typus Public
forked from eadz/typus

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

License

Notifications You must be signed in to change notification settings

cknoxrun/typus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typus: Admin interface for 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

  • User Authentication with registration and account activation

  • User Permissions by using Access Control Lists (stored in yaml files)

  • CRUD and custom actions for your models on a clean interface.

  • Internationalized interface.

  • Extensible and overwritable templates.

  • Low memory footprint.

  • Works with Rails 3.0.0 and is Ruby 1.9.2 compatible.

  • Tested with SQLite, MySQL and PostgreSQL.

  • MIT License, the same as Rails.

Installing

Add Typus to your Gemfile.

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

Update your bundle.

$ bundle install

Run the Typus generator.

$ rails generate typus

Start the application server and go to {http://0.0.0.0:3000/admin}[http://0.0.0.0:3000/admin]http://0.0.0.0:3000/admin.

License

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 96.4%
  • JavaScript 3.6%