New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

panel

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

panel

  • 0.1.5
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

{}[https://codeclimate.com/github/mattways/panel] {Build Status}[https://travis-ci.org/mattways/panel] {Dependency Status}[https://gemnasium.com/mattways/panel]

= Panel

Minimalistic and easy to customize panel.

= Install

Put this line in your Gemfile: gem 'panel'

Then bundle: $ bundle

= Usage

To install the panel do: rails g panel:install

To generate a resource do: rails g panel:resource model

= Customize

To protect the panel directory edit authorize filter in: app/controllers/panel/base_controller.rb

To change the behavior of a resource: app/controllers/panel/models_controller.rb

To change the layout edit: app/views/layouts/panel.html.erb

To change the resource form edit: app/views/panel/models/_form.html.erb

To change the resource grid edit: app/views/panel/models/index.html.erb

To change the search scope edit: app/models/model.rb

FAQs

Package last updated on 20 Jan 2014

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