The project is in a healthy, maintained state
Clickable logger for Rails logs in your editor
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

>= 0

Runtime

>= 0
 Project Readme

ClickableLogger

Increase your productivity in 30 seconds.

ClickableLogger is a Rails logger formatter that makes it easy to navigate to the code from the logs.

And now you can click "Cmd+Click" on the log message to open the file in your editor.

Before & After

Before:

Before

After:

After

Usage

30 seconds to get started:

  1. Install the gem
  2. Generate the initializer
  3. Start the server

Installation

Add this line to your application's Gemfile:

gem "clickable_logger", group: :development

And then execute:

$ bundle

Configuration

rails g clickable_logger:install

This will create a config/initializers/clickable_logger.rb file.

Testing

Run tests with:

bin/test

Contributing

You are welcome to contribute to the project.

Some ideas:

  • more matchers
  • more tests

License

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