Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.26 KB

README.md

File metadata and controls

45 lines (27 loc) · 1.26 KB

Dial

Version Build

WIP

A modern profiler for Rails applications.

Check out the demo: Demo

Installation

  1. Install the gem and add it to your Rails application's Gemfile by executing:
bundle add dial
  1. Mount the engine in your config/routes.rb file:
# this will mount the engine at /dial
mount Dial::Engine, at: "/"

Development

After checking out the repo, run bin/setup to install dependencies. Then, run bundle exec rake test to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/joshuay03/dial.

License

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

Code of Conduct

Everyone interacting in the Dial project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.