This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew: superenv removed: -arch x86_64 -O3 -Wall | |
brew: superenv removed: -arch x86_64 -O3 -Wall | |
brew: superenv removed: -arch x86_64 -O3 -Wall | |
brew: superenv removed: -arch x86_64 -O3 -Wall | |
brew: superenv removed: -arch x86_64 -O3 -Wall | |
brew: superenv removed: -arch x86_64 -O3 -Wall | |
brew: superenv removed: -arch x86_64 -O3 -Wall | |
brew: superenv removed: -arch x86_64 -O3 -Wall | |
brew: superenv removed: -arch x86_64 -O3 -Wall | |
brew: superenv removed: -arch x86_64 -O3 -Wall |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> Downloading http://openssl.org/source/openssl-1.0.1e.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/openssl-1.0.1e.tar.gz | |
tar xf /Library/Caches/Homebrew/openssl-1.0.1e.tar.gz | |
==> perl ./Configure --prefix=/usr/local/Cellar/openssl/1.0.1e --openssldir=/usr/local/etc/openssl zlib-dynamic no-shared darwin64-x86_64-cc enable-ec_nistp_64_gcc_128 | |
perl ./Configure --prefix=/usr/local/Cellar/openssl/1.0.1e --openssldir=/usr/local/etc/openssl zlib-dynamic no-shared darwin64-x86_64-cc enable-ec_nistp_64_gcc_128 | |
Configuring for darwin64-x86_64-cc | |
no-gmp [default] OPENSSL_NO_GMP (skip dir) | |
no-jpake [experimental] OPENSSL_NO_JPAKE (skip dir) | |
no-krb5 [krb5-flavor not specified] OPENSSL_NO_KRB5 | |
no-md2 [default] OPENSSL_NO_MD2 (skip dir) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> Downloading http://openssl.org/source/openssl-1.0.1e.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/openssl-1.0.1e.tar.gz | |
tar xf /Library/Caches/Homebrew/openssl-1.0.1e.tar.gz | |
==> perl ./Configure --prefix=/usr/local/Cellar/openssl/1.0.1e --openssldir=/usr/local/etc/openssl zlib-dynamic no-shared darwin64-x86_64-cc | |
perl ./Configure --prefix=/usr/local/Cellar/openssl/1.0.1e --openssldir=/usr/local/etc/openssl zlib-dynamic no-shared darwin64-x86_64-cc | |
Configuring for darwin64-x86_64-cc | |
no-ec_nistp_64_gcc_128 [default] OPENSSL_NO_EC_NISTP_64_GCC_128 (skip dir) | |
no-gmp [default] OPENSSL_NO_GMP (skip dir) | |
no-jpake [experimental] OPENSSL_NO_JPAKE (skip dir) | |
no-krb5 [krb5-flavor not specified] OPENSSL_NO_KRB5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module ActiveRecord | |
module ConnectionAdapters | |
class PostgreSQLAdapter < AbstractAdapter | |
alias_method :old_translate_exception, :translate_exception | |
def translate_exception(exception, message) | |
return exception unless exception.respond_to?(:result) | |
old_translate_exception(exception, message) | |
end | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Stacktrace (most recent call first): | |
File "active_record/connection_adapters/postgresql_adapter.rb", line 663, in block in exec_query | |
ret = ActiveRecord::Result.new(result.fields, result_as_array(result)) | |
File "active_record/connection_adapters/abstract_adapter.rb", line 280, in block in log | |
:binds => binds) { yield } | |
File "active_support/notifications/instrumenter.rb", line 20, in instrument | |
yield | |
File "active_record/connection_adapters/abstract_adapter.rb", line 275, in log | |
@instrumenter.instrument( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Stacktrace (most recent call first): | |
File "active_record/associations/preloader/association.rb", line 88, in block in associated_records_by_owner | |
owners_map[owner_key].each do |owner| | |
File "active_record/associations/preloader/association.rb", line 85, in each | |
records.each do |record| | |
File "active_record/associations/preloader/association.rb", line 85, in associated_records_by_owner | |
records.each do |record| | |
File "active_record/associations/preloader/collection_association.rb", line 13, in preload | |
associated_records_by_owner.each do |owner, records| |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"io" | |
"log" | |
"net" | |
"net/url" | |
"os" | |
"strings" | |
"sync" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2013/08/31 17:06:05 listening on 5572, balancing localhost | |
2013/08/31 17:06:05 &{{0xc200088090}} | |
2013/08/31 17:06:05 &{{0xc200088120}} | |
2013/08/31 17:06:05 &{{0xc2000881b0}} | |
2013/08/31 17:06:05 &{{0xc200088240}} | |
2013/08/31 17:06:05 &{{0xc2000882d0}} | |
2013/08/31 17:06:05 &{{0xc200088360}} | |
2013/08/31 17:06:05 &{{0xc2000883f0}} | |
2013/08/31 17:06:05 &{{0xc200088480}} | |
2013/08/31 17:06:05 &{{0xc200088510}} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2013/08/31 17:12:15 listening on 5572, balancing localhost | |
2013/08/31 17:12:15 &{{0xc200088090}} | |
2013/08/31 17:12:16 &{{0xc200088120}} | |
2013/08/31 17:12:16 &{{0xc2000881b0}} | |
2013/08/31 17:12:16 &{{0xc200088240}} | |
2013/08/31 17:12:16 &{{0xc2000882d0}} | |
2013/08/31 17:12:16 &{{0xc200088360}} | |
2013/08/31 17:12:16 &{{0xc2000883f0}} | |
2013/08/31 17:12:16 &{{0xc200088480}} | |
2013/08/31 17:12:16 &{{0xc200088510}} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package rookie | |
import ( | |
"bufio" | |
"bytes" | |
"errors" | |
"io" | |
"reflect" | |
) |