Re: [Rails-core] Re: rails server should optionally log to console the full exception stack trace

2013-11-18 Thread richard schneeman
It could be useful, cannot auto accept the idea without code. Potentially I would want to configure this via ENV var. — Sent from Mailbox for iPhone On Mon, Nov 18, 2013 at 2:27 PM, Alex wrote: > So, would this, in principle, be good to add? > On Thursday, November 14, 2013 4:15:57 AM UTC-5, A

[Rails-core] Re: rails server should optionally log to console the full exception stack trace

2013-11-18 Thread Alex
So, would this, in principle, be good to add? On Thursday, November 14, 2013 4:15:57 AM UTC-5, Alex wrote: > > AFAICT, it's not possible to force this currently. > > Frequently the application trace is inadequate and you need the full trace > to get to the bottom of the problem. For example, let

Re: [Rails-core] Rails::Messaging API? (like Rails::Cache API)

2013-11-18 Thread Teng Siong Ong
I wonder how close this will resemble the Notification API we have now: http://api.rubyonrails.org/classes/ActiveSupport/Notifications.html On Mon, Nov 18, 2013 at 2:07 AM, Borna Novak wrote: > Hi all, > > messaging has become a pretty main-stream method for implementing inter > process communi

[Rails-core] Rails::Messaging API? (like Rails::Cache API)

2013-11-18 Thread Borna Novak
Hi all, messaging has become a pretty main-stream method for implementing inter process communication and Rack structure pretty much necessitates using messaging to implement pushing via websockets and there are various solutions around to facilitate this, each with its own API. Some solutions