S Ahmed
2013-Nov-05 23:52 UTC
rails 4 logging during development, surpress asset messages?
Is it possible to surpress all those asset related messages? I have a terminal open where I run ''rails s'' and it gets hard to read. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAG2rwuOsSe6Q6jT%2B0VmUjGWSttcBVWYjwo0OKO2z9-KzJQik8A%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
Kaluzny Olivier
2013-Nov-06 07:54 UTC
Re: rails 4 logging during development, surpress asset messages?
I''m this in a initializer : https://gist.github.com/kaluznyo/7332447 Le mercredi 6 novembre 2013 00:52:48 UTC+1, Gitted a écrit :> > Is it possible to surpress all those asset related messages? > > I have a terminal open where I run ''rails s'' and it gets hard to read. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/2def820d-b54e-456a-9da8-09823a52315c%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
Kaluzny Olivier
2013-Nov-06 07:56 UTC
Re: rails 4 logging during development, surpress asset messages?
I''ve this in an initializer : https://gist.github.com/kaluznyo/7332447 Le mercredi 6 novembre 2013 00:52:48 UTC+1, Gitted a écrit :> > Is it possible to surpress all those asset related messages? > > I have a terminal open where I run ''rails s'' and it gets hard to read. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/f080e563-d37f-464b-88c6-09079de99c56%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
Matt Jones
2013-Nov-06 13:39 UTC
Re: rails 4 logging during development, surpress asset messages?
On Tuesday, 5 November 2013 18:52:48 UTC-5, Gitted wrote:> > Is it possible to surpress all those asset related messages? > > I have a terminal open where I run ''rails s'' and it gets hard to read. >Try quiet_assets: https://github.com/evrone/quiet_assets --Matt Jones -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/12a16fe4-e91a-4fa8-8983-a0896754ff9f%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.