Skip to content

Instantly share code, notes, and snippets.

View RudyOnRails's full-sized avatar

Kevin Musiorski RudyOnRails

  • Maslar Industries, LLC
  • Chicago, IL
View GitHub Profile
/data/local/hydra/lakeshore/shared/bundle/ruby/2.3.0/gems/curation_concerns-1.6.3/app/services/curation_concerns/qa_select_service.rb:26:in `fetch'
/data/local/hydra/lakeshore/shared/bundle/ruby/2.3.0/gems/curation_concerns-1.6.3/app/services/curation_concerns/qa_select_service.rb:26:in `label'
/data/local/hydra/lakeshore/shared/bundle/ruby/2.3.0/gems/curation_concerns-1.6.3/app/renderers/curation_concerns/renderers/rights_attribute_renderer.rb:22:in `rights_attribute_to_html'
/data/local/hydra/lakeshore/shared/bundle/ruby/2.3.0/gems/curation_concerns-1.6.3/app/renderers/curation_concerns/renderers/rights_attribute_renderer.rb:7:in `attribute_value_to_html'
/data/local/hydra/lakeshore/shared/bundle/ruby/2.3.0/gems/curation_concerns-1.6.3/app/renderers/curation_concerns/renderers/attribute_renderer.rb:30:in `block in render'
/data/local/hydra/lakeshore/shared/bundle/ruby/2.3.0/gems/curation_concerns-1.6.3/app/renderers/curation_concerns/renderers/attribute_renderer.rb:29:in `each'
/data/local/hyd
WorkerIS-kmusio-1487.local:19323 on INGEST at 2 minutes agoClassActiveJob::QueueAdapters::ResqueAdapter::JobWrapperArguments{"job_class"=>"CreateAssetJob", "job_id"=>"dbd92051-13dd-4727-95c2-7823b0a693f3", "queue_name"=>"ingest", "arguments"=>[{"_aj_globalid"=>"gid://lakeshore/User/7"}, "GenericWork", {"description"=>[], "publisher"=>[], "language"=>[], "visibility_during_embargo"=>"department", "embargo_release_date"=>"2018-02-13", "visibility_after_embargo"=>"open", "visibility_during_lease"=>"open", "lease_expiration_date"=>"2018-02-13", "visibility_after_lease"=>"department", "visibility"=>"department", "asset_type"=>"http://definitions.artic.edu/ontology/1.0/type/StillImage", "document_type_uri"=>"http://definitions.artic.edu/doctypes/GeneralStillImage", "first_document_sub_type_uri"=>"", "alt_label"=>[], "capture_device"=>"", "digitization_source_uri"=>"", "compositing_uri"=>"", "light_type_uri"=>"", "view_notes"=>[], "visual_surrogate"=>"", "public_domain"=>"0", "caption"=>"", "view_uris"=>[], "keyword
root "courses#index"
@RudyOnRails
RudyOnRails / gist:c8cb8f81b165bda7d146
Created June 22, 2014 17:48
gem install nokogiri -- --with-xml2-include=/usr/local/Cellar/libxml2/2.8.0/include/libxml2 --with-xml2-lib=/usr/local/Cellar/libxml2/2.8.0/lib --with-xslt-dir=/usr/local/Cellar/libxslt/1.1.26 --with-iconv-include=/usr/local/Cellar/libiconv/1.13.1/include --with-iconv-lib=/usr/local/Cellar/libiconv/1.13.1/lib
Building native extensions with: '--with-xml2-include=/usr/local/Cellar/libxml2/2.8.0/include/libxml2 --with-xml2-lib=/usr/local/Cellar/libxml2/2.8.0/lib --with-xslt-dir=/usr/local/Cellar/libxslt/1.1.26 --with-iconv-include=/usr/local/Cellar/libiconv/1.13.1/include --with-iconv-lib=/usr/local/Cellar/libiconv/1.13.1/lib'
This could take a while...
Building nokogiri using packaged libraries.
Building libxml2-2.8.0 for nokogiri with the following patches applied:
- 0001-Fix-parser-local-buffers-size-problems.patch
- 0002-Fix-entities-local-buffers-size-problems.patch
- 0003-Fix-an-error-in-previous-commit.patch
- 0004-Fix-potential-out-of-bound-access.patch
- 0005-Detect-excessive-entities-expansion-upon-replacement.patch
- 0006-Do-not-fetch-external-parsed-entities.patch
~/Downloads/libiconv-1.13.1: sudo make install
WARNING: Improper use of the sudo command could lead to data loss
or the deletion of important system files. Please double-check your
typing when using sudo. Type "man sudo" for more information.
To proceed, enter your password, or type Ctrl-C to abort.
Password:
cd libcharset && /Applications/Xcode.app/Contents/Developer/usr/bin/make install prefix='/usr/local/Cellar/libiconv/1.13.1' exec_prefix='/usr/local/Cellar/libiconv/1.13.1' libdir='/usr/local/Cellar/libiconv/1.13.1/lib'
~/Downloads/libiconv-1.13.1: make
builddir="`pwd`"; cd libcharset && /Applications/Xcode.app/Contents/Developer/usr/bin/make all && /Applications/Xcode.app/Contents/Developer/usr/bin/make install-lib libdir="$builddir/lib" includedir="$builddir/lib"
if [ ! -d include ] ; then mkdir include ; fi
cp ./include/libcharset.h.in include/libcharset.h
cd lib && /Applications/Xcode.app/Contents/Developer/usr/bin/make all
/bin/sh ../libtool --mode=compile gcc -I. -I. -I.. -I./.. -I../include -g -O2 -fvisibility=hidden -DLIBDIR=\"/usr/local/Cellar/libiconv/1.13.1/lib\" -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/libiconv/1.13.1/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./localcharset.c
libtool: compile: gcc -I. -I. -I.. -I./.. -I../include -g -O2 -fvisibility=hidden -DLIBDIR=\"/usr/local/Cellar/libiconv/1.13.1/lib\" -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1
@RudyOnRails
RudyOnRails / gist:d209ba92d0faf8340cbb
Created June 22, 2014 17:37
./configure --prefix=/usr/local/Cellar/libiconv/1.13.1
~/Downloads/libiconv-1.13.1: ./configure --prefix=/usr/local/Cellar/libiconv/1.13.1
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make sets $(MAKE)... (cached) yes
Retrying git clone 'git://github.com/alepulver/backstage' "/home/travis/build/connectedhealth/Health-Care-Cost-Calculator/.bundle/ruby/2.0.0/cache/bundler/git/backstage-e2f72fb835cfcba514aec7ea3779eff8dea74ddd" --bare --no-hardlinks due to error (3/3): Bundler::Source::Git::GitCommandError Git error: command `git clone 'git://github.com/alepulver/backstage' "/home/travis/build/connectedhealth/Health-Care-Cost-Calculator/.bundle/ruby/2.0.0/cache/bundler/git/backstage-e2f72fb835cfcba514aec7ea3779eff8dea74ddd" --bare --no-hardlinks` in directory /home/travis/build/connectedhealth/Health-Care-Cost-Calculator has failed.
@RudyOnRails
RudyOnRails / output.log
Created January 17, 2014 03:49
pspec failure in 1.7.3
Failures:
1) Bxml::ClientApiLogger request logging should log a transaction id for the request before any other messages
Failure/Error: BRIX_API_LOGGER.debug_log.should include(expected_message)
expected "Account: Joe Smith: [CH-DEV/TestEE] - Server: Kevins-MacBook-Air.local - Process: 9477 - Transaction: 1389929961 - fake request start\n=======================================================================================================================================\n\nAccount: Joe Smith: [CH-DEV/TestEE] - Server: Kevins-MacBook-Air.local - Process: 9477 - Transaction: 1389929961 - Date & Time: 2014-01-17 03:39:21 AM - Event: Sending 'fake request' request\n-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n\n<?xml version=\"1.0\"?>\n<Tag1>\n <Login>Data has been redacted</Login>\n <Person>Data has been redacted</Person>\n <P
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="73bbd6fa-f623-4019-bfdd-a487b558d18d" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">c586a362-f9bc-4fc6-b96c-070d90c8f5e4</ActivityId>
</s:Header>
<s:Body>
<GetCarriersPlansBenefitsResponse xmlns="http://www.quotit.com/Services/ActWS/ACA/2">
<GetCarriersPlansBenefitsResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<RequestId xmlns="">3425375</RequestId>
<PodId xmlns="">Stage-v2</PodId>
<TotalMilliseconds xmlns="">689</TotalMilliseconds>