0.0
No commit activity in last 3 years
No release in over 3 years
Ruby on Rails Admin Panel (Engine) to allow trusted users edit structured content.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Typus: Admin Panel for Ruby on Rails applications

Typus is a control panel for Ruby on Rails applications to allow trusted users edit structured content.

It's not a CMS with a full working system but it provides a part of the system: authentication, permissions and basic look and feel for your websites control panel. So using Rails with Typus lets you concentrate on your application instead of the bits to manage the system.

Typus is the "old latin" word for type which stands for:

A category of people or things having common characteristics.

Main View

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.
  • Supports Rails 4.0 and 3.2.

Installing

Add Typus to your Gemfile.

If you are using Rails 4.0, you can use master or 4-0-stable branch:

gem "typus", :git => "git://github.com/fesplugas/typus.git"
gem "typus", :git => "git://github.com/fesplugas/typus.git", :branch => "4-0-stable"

If you are using Rails 3.2:

gem "typus", :git => "git://github.com/fesplugas/typus.git", :branch => "3-2-stable"

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.

Testing

Build Status

To test, clone the repo and run:

$ git clone --recursive git://github.com/fesplugas/typus.git
$ bundle install --path vendor/bundle
$ bundle exec rake

Submitting an Issue

We use the GitHub issue tracker to track bugs and features. Before submitting a bug report or feature request, check to make sure it hasn't already been submitted. You can indicate support for an existing issue by voting it up. When submitting a bug report, please include a Gist that includes a stack trace and any details that may be necessary to reproduce the bug, including your gem version, Ruby version, and operating system. Ideally, a bug report should include a pull request with failing specs.

Links

License

Typus is released under the MIT license.