Socket
Book a DemoInstallSign in
Socket

yell-rails

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yell-rails

bundlerRubygems
Version
2.0.0
Version published
Maintainers
1
Created
Source

Yell for Rails

Build Status

If you are not yet familiar with Yell - Your Extensible Logging Library check out the githup project under https://github.com/rudionrails/yell or jump directly into the Yell wiki at https://github.com/rudionrails/yell/wiki.

Installation

System wide:

gem install yell-rails

In your Gemfile:

gem "yell-rails"

Configuration

Once yell-rails is added to your Gemfile, you can run the generator:

rails generate yell:install

Compatibility

This gem is written for Rails 3.x. Lower versions are not supported. Pull requests for backwards compatibility are welcome if there is a need.

Usage

This gem replaces your standard Rails logger with Yell. Please refer to the Yell Wiki on how to use and configure this gem.

Copyright © 2011-2012 Rudolf Schmidt, released under the MIT license

FAQs

Package last updated on 04 Nov 2013

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