[go: nahoru, domu]

Skip to content

Plug & play admin dashboard for Rails applications

License

Notifications You must be signed in to change notification settings

primevise/oversee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oversee

Plug & play admin dashboard for Rails applications.

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.

About

Plug & play admin dashboard for Rails applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published