Skip to content

Instantly share code, notes, and snippets.

@fifiteen82726
fifiteen82726 / error_logs.rb
Created February 17, 2018 18:17
error logs
[2018-02-18 02:06:52] ./configure
current path: /Users/Coda/.rvm/src/ruby-2.3.3
PATH=/usr/local/opt/coreutils/bin:/usr/local/Cellar/pkg-config/0.29.2/bin:/usr/local/Cellar/libtool/2.4.6_1/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/bin:/bin:/bin:/bin:/usr/local/opt/openssl@1.1/bin:/usr/local/opt/gpg-agent/bin:/usr/local/opt/dirmngr/bin:/usr/local/opt/mysql@5.6/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/MacGPG2/bin:/Users/Coda/.rvm/bin
GEM_PATH=
command(5): ./configure --prefix=/Users/Coda/.rvm/rubies/ruby-2.3.3 --with-opt-dir=/usr/local/Cellar/libyaml/0.1.7:/usr/local/Cellar/readline/7.0.3_1:/usr/local/Cellar/libksba/1.3.5:/usr/local/opt/openssl --disable-install-doc --enable-shared
checking for ruby... /usr/local/bin/ruby
config.guess already exists
config.sub already exists
checking build system type... x86_64-apple-darwin17.4.0
checking host system type... x86_64-apple-darwin17.4.0
@fifiteen82726
fifiteen82726 / rvm_info.rb
Created February 17, 2018 18:16
rvm info
system:
system:
uname: "Darwin MacBook-Pro 17.4.0 Darwin Kernel Version 17.4.0: Sun Dec 17 09:19:54 PST 2017; root:xnu-4570.41.2~1/RELEASE_X86_64 x86_64"
name: "OSX"
version: "10.13"
architecture: "x86_64"
bash: "/bin/bash => GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin17)"
zsh: "/bin/zsh => zsh 5.3 (x86_64-apple-darwin17.0)"
remote_path: "osx/10.13/x86_64"
@fifiteen82726
fifiteen82726 / rb
Created February 17, 2018 18:15
output of rvm info
ystem:
system:
uname: "Darwin MacBook-Pro 17.4.0 Darwin Kernel Version 17.4.0: Sun Dec 17 09:19:54 PST 2017; root:xnu-4570.41.2~1/RELEASE_X86_64 x86_64"
name: "OSX"
version: "10.13"
architecture: "x86_64"
bash: "/bin/bash => GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin17)"
zsh: "/bin/zsh => zsh 5.3 (x86_64-apple-darwin17.0)"
remote_path: "osx/10.13/x86_64"
@fifiteen82726
fifiteen82726 / text
Created February 17, 2018 17:16
brew doctor
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!
Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected dylibs:
/usr/local/lib/libgvplugin_core.6.dylib
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach (Remote Debug)",
"type": "python",
"request": "attach",
"localRoot": "${workspaceRoot}",
"remoteRoot": "${workspaceRoot}",
"port": 3000,
gc_missions = GcMission.select("gamecharacter_id, DATE(created_at) AS date, COUNT(mission_id) AS mission_count").group('gamecharacter_id, date')
SELECT gamecharacter_id, DATE(created_at) AS date, COUNT(mission_id) AS mission_count FROM `gc_missions` GROUP BY gamecharacter_id, date
[
[0] #<GcMission:0x007fbf1f75e190> {
:gamecharacter_id => 69
},
[1] #<GcMission:0x007fbf1f75dba0> {
:gamecharacter_id => 75
gc_missions = GcMission.select("gamecharacter_id, DATE(created_at) AS date, COUNT(mission_id) AS mission_count").group('gamecharacter_id, date')
SELECT gamecharacter_id, DATE(created_at) AS date, COUNT(mission_id) AS mission_count FROM `gc_missions` GROUP BY gamecharacter_id, date
[
[0] #<GcMission:0x007fbf1f75e190> {
:gamecharacter_id => 69
},
[1] #<GcMission:0x007fbf1f75dba0> {
:gamecharacter_id => 75

debug.md