gshaw / concise_logging

Alternate logging for Rails production servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rails-api support

kurtisnelson opened this issue · comments

If I'm using rails-api, I'd still like to be able to use this gem without it pulling in all of rails.

Any ideas on what would need to change to make this happen? I haven't used rails-api.

It works with rails-api as is, it just drags in the whole rails gem as a
dependency. Is there a more concise dependency like Rack or ActiveSomething?

On Sun, Apr 26, 2015, 10:52 Gerry Shaw notifications@github.com wrote:

Any ideas on what would need to change to make this happen? I haven't used
rails-api.


Reply to this email directly or view it on GitHub
#5 (comment).

@kurtisnelson you might be interested in #6, it removes rails and leaves activesupport as the single dependency.