public
Description: Effortless backend interface for Ruby on Rails applications. (Admin scaffold generator.)
Homepage: http://intraducibles.com/projects/typus
Clone URL: git://github.com/fesplugas/typus.git
typus /
name age message
file .gitignore Sat Oct 24 11:01:10 -0700 2009 Cleaned .gitignore. [fesplugas]
file AUTHORS.md Thu Nov 05 09:43:32 -0800 2009 Added author. [fesplugas]
file CHANGES Fri Nov 20 00:32:45 -0800 2009 Updated revision number on the CHANGES file. [fesplugas]
file MIT-LICENSE Mon Dec 29 13:38:21 -0800 2008 Updated copyright dates [Francesc Esplugas]
file README.md Tue Oct 13 01:43:41 -0700 2009 Update. [fesplugas]
file Rakefile Tue Oct 13 01:19:10 -0700 2009 Package before publishing. [fesplugas]
file VERSION Sat Oct 24 11:17:45 -0700 2009 Added againg typus.gemspec and updated VERSION. [fesplugas]
directory app/ Fri Nov 20 00:19:05 -0800 2009 Enable password recover only requires email to ... [fesplugas]
directory config/ Mon Nov 02 00:34:08 -0800 2009 Added new translation string. [fesplugas]
directory generators/ Fri Nov 20 00:23:56 -0800 2009 Newline at the end of the file ... [fesplugas]
directory lib/ Fri Nov 20 00:19:05 -0800 2009 Enable password recover only requires email to ... [fesplugas]
directory rails/ Thu Aug 13 02:31:24 -0700 2009 Refactor application booting. [fesplugas]
directory tasks/ Sat Nov 07 08:42:42 -0800 2009 Dropped tiny_mce editor support. Trying to make... [fesplugas]
directory test/ Fri Nov 20 00:19:05 -0800 2009 Enable password recover only requires email to ... [fesplugas]
file typus.gemspec Sat Nov 07 08:42:42 -0800 2009 Dropped tiny_mce editor support. Trying to make... [fesplugas]
README.md

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

  • Access control by users and roles.
  • CRUD and custom actions for your models on a clean interface.
  • Internationalized.
  • Extensible and overwritable templates.
  • Low memory footprint.
  • Released under the MIT License.

Links

Impatients to see it working?

Step 1: Create a Rails application using a template.

$ rails example.com -m http://tr.im/typus_example

Step 2: Start the server.

$ cd example.com && script/server

Step 3: Go to the admin area (http://0.0.0.0:3000/admin) and enjoy it!

Want to see a demo working?

Demo application is hosted at Heroku (http://typus.heroku.com/).

Use the following credentials to log in.

Email: userdemo@intraducibles.com
Password: userdemo

Installing

Install from GitHub the latest version which it's compatible with Rails 2.3.4.

$ script/plugin install git://github.com/fesplugas/typus.git

Once typus is installed, run the generator to create required files and migrate your database. (typus_users table is created)

$ script/generate typus
$ rake db:migrate

To create the first user, start the application server, go to http://0.0.0.0:3000/admin and follow the instructions.

Support

As an experiment we encourage you to support this project by donating 90 € if you are a developer or studio. Donations do allow us to spend more time working and supporting the project.

License

Copyright © 2007-2009 Francesc Esplugas Marti, released under the MIT license