Typus allows trusted users to edit structured content.
- 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
andjruby
. - Tested with
SQLite
,MySQL
andPostgreSQL
.
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.
Typus is released under the MIT license.