Skip to content

jmeiss/typus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6,371 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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/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.

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

 
 
 

Contributors

Languages

  • Ruby 78.2%
  • JavaScript 21.8%