Plug & play admin dashboard for Rails applications.
- Minimal, if any, configuration needed
- Tailored and pleasant user interface
- Geared for performance
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.
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
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.
This gem would not be possible without the work of others. A big thank you goes to these projects:
Do you use Oversee in your project? Let us know!
TBA
The gem is available as open source under the terms of the MIT License.