Sha256: 93f61930736a94df5de3a5ff5a2b87c971a4c308cf02aa0f282fcdb72a8301c0
Contents?: true
Size: 668 Bytes
Versions: 1
Compression:
Stored size: 668 Bytes
Contents
# Rails::Internals Like [chrome://net-internals](chrome://net-internals), but for Rails. ## Usage ## Installation Add this line to your application's Gemfile: ```ruby gem 'rails-internals' ``` And then execute: ```bash $ bundle ``` Then mount it at the desirable location inside your app's `config/routes.rb`. For example, to mount the dashboard at `/rails-internals`, you would do: ```ruby Rails.application.routes.draw do mount Rails::Internals::Engine => "/rails-internals" end ``` ## Contributing Contribution directions go here. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails-internals-0.1.0 | README.md |