Sha256: 09e9726716d08f6fb2c662d5e8941e2a22beda0de06aeb7b7f6d534db0e91035
Contents?: true
Size: 1.38 KB
Versions: 11
Compression:
Stored size: 1.38 KB
Contents
= 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. == Links - {Project page and documentation }[http://core.typuscms.com/] - {Plugin source code}[http://github.com/fesplugas/typus] - {Mailing list}[http://groups.google.com/group/typus] - {Gems}[http://rubygems.org/gems/typus] - {Contributors}[http://github.com/fesplugas/typus/contributors] == Installing Add *Typus* to your <tt>Gemfile</tt>. 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.
Version data entries
11 entries across 11 versions & 1 rubygems