-
In production.rb I am trying to set the log level to trace as follows config.log_level = :trace. I get the following error.
/home/ubuntu/.rvm/gems/ruby-2.1.0/gems/railties-4.0.2/lib/rails/application/…
-
Hello,
It is tempting to use the Loggable module in e.g. Rails controllers, but there may be confusion between the logger method and the logger provided by Rails / config.
Could you provide an examp…
-
We have an issue where no logging happens in our rails app after our before_fork handler executes on a deploy.
What is the right way to re-initialize SemanticLogger after the fork? (I'm guessing that…
-
Without a doubt, jsDelivr has made huge strides in the past 1+ year. It has grown from a small idea to a large open source project with 1,600 commits from 125 fellow community members. There has been …
-
Hello and thank you for this gem.
I would like to ask what the best way would be to override the formatter for the default file appender that captures the log output from Rails / ActiveRecord / Actio…
-
The with_database method passes the database name via the .run() command, meaning the query that is passed in does not match the query you would have to run in Data Explorer, or Javascript, or Python …
-
Pretty much overnight I started getting this error when I try to edit any of my active admin resources (except for users):
ArgumentError at /admin/courses/one-month-rails/edit
wrong number of argumen…
-
I'm running into the following error running very simple code:
```
wrong number of arguments (6 for 4..5)
```
My code:
```
```
It seems to be originating here inside of **Users/mgriffel/.rvm/…
-
I received a deprecation notice for using semantic_logger.appenders
-
Hi,
I am working with Rails 4, Active Admin and Paperclip to setup a has_many images association. When generating my has_many portion of the form I keep getting errors. Currently I am getting undefin…