sequel-logger
This gem makes it dead easy to debug Sequel by adding a -r
flag to any Ruby
script, and printing Sequel's logs to STDOUT.
Usage
$ ruby -rsequel-logger myscript.rb
# Sequel will now log its output. :)
Installation
Install it globally:
$ gem install sequel-logger
Contributing
- Fork it ( https://github.com/kballenegger/sequel-logger/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request