Skip to content

doubleotoo/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 allows trusted users to edit structured content.

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.0.X.
  • Tested with latest versions of 1.8.7, ree, 1.9.2 and jruby.
  • Tested with SQLite, MySQL and PostgreSQL.

Links

Installing

Add Typus to your Gemfile

gem 'typus', :git => 'git://github.com/fesplugas/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.

Known Issues

  • Dragonfly supported version is 0.8.X.

License

Typus is 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