[Rails-core] Re: ActiveRecord Warnings and Live Stream Failure/Error on Dev Box

2013-05-13 Thread Gaurish Sharma
Replies inline: On Wednesday, April 24, 2013 9:10:27 AM UTC+5:30, Chad Moone wrote: Also, in the Live Stream suite, I get both a failure and an error: 1) Failure: ActionController::LiveStreamTest#test_exception_callback [/vagrant/rails/actionpack/test/controller/live_stream_test.rb:185]: Expect

[Rails-core] Re: ActiveRecord Warnings and Live Stream Failure/Error on Dev Box

2013-04-25 Thread Godfrey Chan
Upon further investigation it's most likely coming from here. It's probably a bug in the pg gem itself, but it could also be that we are using it incorrectly. On Thursday, 25 Ap

[Rails-core] Re: ActiveRecord Warnings and Live Stream Failure/Error on Dev Box

2013-04-25 Thread Godfrey Chan
+1, just bumped into the same problem. On Tuesday, 23 April 2013 20:40:27 UTC-7, Chad Moone wrote: > > I've recently been trying to contribute, and I've set up the dev > boxenvironment per these > instructions