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
Colossal:emerald strike$ rvm install jruby-9.0.0.0.pre2 --disable-binary | |
jruby-9.0.0.0.pre2 - #removing src/jruby-9.0.0.0.pre2.. | |
Checking requirements for osx. | |
Requirements installation successful. | |
$JAVA_HOME was empty, setting up JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home, if it fails try setting JAVA_HOME to something sane and try again. | |
HEAD is now at cb96d72 Bump for version | |
Previous HEAD position was cb96d72... Bump for version | |
Switched to branch 'master' | |
Your branch is up-to-date with 'origin/master'. | |
From git://github.com/jruby/jruby |
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
{"formulary_id"=>"F05421", "custom_value"=>"Lantus Solostar subcutaneous PreferredRx Peanuts"}, {"formulary_id"=>"F05422", "custom_value"=>"Lantus Solostar subcutaneous SuperRx Peanuts"}], "step1_brand_name"=>"Lantus Solostar subcutaneous", "step1_generic_name"=>"Lantus Solostar subcutaneous", "epdrug"=>{"epdrug_id"=>"9", "formulary_ids_arry"=>["F05421", "F05422"], "med_ids_arry"=>[551714], "step2"=>"Peanuts", "custom_msg_hash"=>[{"formulary_id"=>"F05421", "custom_value"=>"Lantus Solostar subcutaneous PreferredRx Peanuts"}, {"formulary_id"=>"F05422", "custom_value"=>"Lantus Solostar subcutaneous SuperRx Peanuts"}], "step1_brand_name"=>"Lantus Solostar subcutaneous", "step1_generic_name"=>"Lantus Solostar subcutaneous"}} |
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
When I do this… | |
- name: capture the remote user's home directory | |
sudo: False | |
shell: pwd | |
register: home_dir | |
Why does home_dir show me this… |
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
Colossus-2:realvolve strike$ cat !$ | |
cat /Users/strike/.rvm/log/ruby-1.9.3-p125/make.log | |
[2012-02-28 17:27:22] make | |
CC = clang | |
LD = ld | |
LDSHARED = clang -dynamiclib | |
CFLAGS = -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -fno-common -pipe | |
XCFLAGS = -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT | |
CPPFLAGS = -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I. -I.ext/include/x86_64-darwin11.3.0 -I./include -I. | |
DLDFLAGS = -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/strike/.rvm/rubies/ruby-1.9.3-p125/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 -Wl,-unexported_symbol,_Init_* -Wl,-unexported_symbol,*_threadptr_* -Wl,-u,_objc_msgSend |
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
require 'spec_helper' | |
describe AccountsController do | |
before :each do | |
@user = create :user_with_requested_subdomain | |
@request.host = "#{@user.subdomain}.local" | |
end | |
describe 'authenticate_user!' do | |
it 'precludes access unless logged in' do |
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
Colossus-2:migrate strike$ /usr/local/bin/brew list | |
couchdb freeimage icu4c memcached readline sphinx | |
erlang git-flow libevent nspr redis spidermonkey |
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
Colossus-2:migrator strike$ cat !$ | |
cat /Users/strike/.rvm/log/ruby-1.9.3-head/make.log | |
[2011-11-30 16:08:23] make | |
CC = clang | |
LD = ld | |
LDSHARED = clang -dynamiclib | |
CFLAGS = -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -fno-common -pipe | |
XCFLAGS = -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT | |
CPPFLAGS = -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I. -I.ext/include/x86_64-darwin11.2.0 -I./include -I. | |
DLDFLAGS = -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/strike/.rvm/rubies/ruby-1.9.3-head/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 -Wl,-unexported_symbol,_Init_* -Wl,-unexported_symbol,*_threadptr_* -Wl,-u,_objc_msgSend |
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
rvm install 1.9.3-p0 --with-gcc=clang | |
Installing Ruby from source to: /Users/strike/.rvm/rubies/ruby-1.9.3-p0, this may take a while depending on your cpu(s)... | |
ruby-1.9.3-p0 - #fetching | |
ruby-1.9.3-p0 - #extracted to /Users/strike/.rvm/src/ruby-1.9.3-p0 (already extracted) | |
Fetching yaml-0.1.4.tar.gz to /Users/strike/.rvm/archives | |
Extracting yaml-0.1.4.tar.gz to /Users/strike/.rvm/src | |
Configuring yaml in /Users/strike/.rvm/src/yaml-0.1.4. | |
Compiling yaml in /Users/strike/.rvm/src/yaml-0.1.4. | |
Installing yaml to /Users/strike/.rvm/usr |
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
Colossus-2:miner strike$ cat /Users/strike/.rvm/log/ruby-1.9.3-p0/make.log | |
[2011-11-02 15:33:39] make | |
CC = gcc-4.2 | |
LD = ld | |
LDSHARED = gcc-4.2 -dynamiclib | |
CFLAGS = -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -fno-common -pipe | |
XCFLAGS = -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT | |
CPPFLAGS = -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. | |
DLDFLAGS = -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/strike/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 -Wl,-unexported_symbol,_Init_* -Wl,-unexported_symbol,*_threadptr_* -Wl,-u,_objc_msgSend | |
SOLIBS = |
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
rvm install 1.9.3 --patch remove-add_suffix.patch%0 | |
Installing Ruby from source to: /Users/strike/.rvm/rubies/ruby-1.9.3-p0, this may take a while depending on your cpu(s)... | |
ruby-1.9.3-p0 - #fetching | |
ruby-1.9.3-p0 - #downloading ruby-1.9.3-p0, this may take a while depending on your connection... | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 9330k 100 9330k 0 0 237k 0 0:00:39 0:00:39 --:--:-- 266k | |
100 9330k 100 9330k 0 0 236k 0 0:00:39 0:00:39 --:--:-- 236kruby-1.9.3-p0 - #extracting ruby-1.9.3-p0 to /Users/strike/.rvm/src/ruby-1.9.3-p0 | |
ruby-1.9.3-p0 - #extracted to /Users/strike/.rvm/src/ruby-1.9.3-p0 |