
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
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.
You can try a demo here.
Rails 3.1.X
and Rails 3.2.X
.Add Typus to your Gemfile
gem 'typus'
# Bundle edge Typus instead:
# gem 'typus', :git => 'git://github.com/fesplugas/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.
Create a PostgreSQL database:
$ psql -c 'CREATE USER postgres SUPERUSER' -d postgres
$ psql -c 'CREATE DATABASE typus_test;' -U postgres
To test, clone the repo and run the following commands:
$ git clone git://github.com/fesplugas/typus.git
$ bundle install --path vendor/bundle
$ bundle exec rake
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.
Typus is released under the MIT license.
FAQs
Unknown package
We found that typus demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.