Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

oversee

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oversee

  • 0.3.1
  • Rubygems
  • Socket score

Version published
Maintainers
2
Created
Source

Oversee

Plug & play content management system (CMS) for Rails applications. Some may call it an admin dashboard too.

Oversee GEM Version Oversee GEM Version

Features

  • Minimal, if any, configuration needed
  • Tailored and pleasant user interface
  • Geared for performance

Oversee Screenshot

Developed by Primevise

[!NOTE] Oversee is still rather incomplete and only has the very basic features. It might significantly change and break things before a stable release.

Installation

Add gem

Simply add the gem to your Gemfile by running the following command

$ bundle add oversee

[!TIP] Currently, we don't release new gem versions too often due to the fragile nature of the gem. However, you can use the edge version of the gem by pointing directly to the git repository.

gem "oversee", git: "https://github.com/primevise/oversee", branch: :main

Mount it on your application

After you have the gem installed, you can then mount the engine in your config/routes.rb:

Rails.application.routes.draw do
  mount Oversee::Engine => "/oversee"
end

Ideally, you'd want to limit access to the dashboard to only authorized users.

Notable mentions

This gem would not be possible without the work of others. A big thank you goes to these projects:

Who uses Oversee?

Do you use Oversee in your project? Let us know!

Contributing

TBA

License

The gem is available as open source under the terms of the MIT License.

FAQs

Package last updated on 10 Dec 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc