Skip to content

wminkstein/typus

 
 

Repository files navigation

Typus: Admin Panel for Ruby on Rails applications

Typus is a control panel for Ruby on Rails applications to allow trusted users edit structured content.

It’s not a CMS with a full working system but it provides a part of the system: authentication, permissions and basic look and feel for your websites control panel. So using Rails with Typus lets you concentrate on your application instead of the bits to manage the system.

Typus is the "old latin" word for type which stands for:

A category of people or things having common characteristics.

You can try a demo here.

Key Features

  • Built-in Authentication and Access Control Lists.
  • CRUD and custom actions for your models on a clean interface.
  • Internationalized interface (See available translations)
  • Customizable and extensible templates.
  • Integrated paperclip and dragonfly attachments viewer.
  • Works with Rails 3.1.X.

Installing

Add Typus to your Gemfile

gem 'typus'

# Bundle edge Typus instead:
# gem 'typus', :git => 'git://github.com/typus/typus.git'

Update your bundle, run the generator and start the application server:

$ bundle install
$ rails generate typus
$ rails server

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

Testing

To test clone the git repo and run the following commands:

$ git clone git://github.com/typus/typus.git
$ bundle install --path vendor/bundle
$ bundle exec rake

Note: In OSX Lion it's possible you need to create a postgres user to be able to run tests.

CREATE USER postgres SUPERUSER;

Links

License

Typus is released under the MIT license.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published