Skip to content

Instantly share code, notes, and snippets.

@tvdeyen
Last active August 29, 2015 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tvdeyen/a408ab7133674e68f2e1 to your computer and use it in GitHub Desktop.
Save tvdeyen/a408ab7133674e68f2e1 to your computer and use it in GitHub Desktop.
Passenger spawn error
App 849 stdout:
App 849 stderr: sh: 1: env: not found
App 849 stdout:
[ 2015-07-21 22:27:38.9884 801/7f8e3c182700 App/Implementation.cpp:303 ]: Could not spawn process for application /var/www/<username>/html/current: An error occured while starting up the preloader.
Error ID: c03be446
Error details saved to: /tmp/passenger-error-tAHB0D.html
Message from application: Could not find a JavaScript runtime. See https://github.com/rails/execjs for a list of available runtimes. (ExecJS::RuntimeUnavailable)
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/execjs-2.5.2/lib/execjs/runtimes.rb:48:in `autodetect'
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/execjs-2.5.2/lib/execjs.rb:5:in `<module:ExecJS>'
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/execjs-2.5.2/lib/execjs.rb:4:in `<top (required)>'
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/uglifier-2.7.1/lib/uglifier.rb:3:in `require'
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/uglifier-2.7.1/lib/uglifier.rb:3:in `<top (required)>'
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/runtime.rb:76:in `require'
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/runtime.rb:76:in `block (2 levels) in require'
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/runtime.rb:72:in `each'
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/runtime.rb:72:in `block in require'
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/runtime.rb:61:in `each'
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/runtime.rb:61:in `require'
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler.rb:134:in `require'
/var/www/<username>/html/releases/20150721192906/config/application.rb:16:in `<top (required)>'
/var/www/<username>/html/releases/20150721192906/config/environment.rb:2:in `require'
/var/www/<username>/html/releases/20150721192906/config/environment.rb:2:in `<top (required)>'
config.ru:3:in `require'
config.ru:3:in `block in <main>'
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/rack-1.6.4/lib/rack/builder.rb:55:in `instance_eval'
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/rack-1.6.4/lib/rack/builder.rb:55:in `initialize'
config.ru:1:in `new'
config.ru:1:in `<main>'
/usr/share/passenger/helper-scripts/rack-preloader.rb:107:in `eval'
/usr/share/passenger/helper-scripts/rack-preloader.rb:107:in `preload_app'
/usr/share/passenger/helper-scripts/rack-preloader.rb:153:in `<module:App>'
/usr/share/passenger/helper-scripts/rack-preloader.rb:29:in `<module:PhusionPassenger>'
/usr/share/passenger/helper-scripts/rack-preloader.rb:28:in `<main>'
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="generator" content="Phusion Passenger">
<title>Web application could not be started</title>
<style type="text/css">
body {
font-family: Verdana, 'Bitstream Vera Sans', Arial, Sans-Serif;
font-size: 10pt;
background: white;
color: #222222;
margin: 0;
padding-top: 3em;
padding-bottom: 3em;
padding-left: 4.5em;
padding-right: 4.5em;
}
h1 {
font-size: 17pt;
font-weight: medium;
color: #533e72;
border-bottom: 1px solid #533e72;
}
h1.title {
margin-top: 0;
}
h1.error_title {
color: red;
border-bottom: 1px solid red;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
dt {
font-weight: bold;
color: #280050;
}
dd {
margin-top: 0.5em;
margin-bottom: 1em;
}
.commands {
border: 1px solid #b594e7;
background: #ddc6ff;
padding: 0.5em;
margin: 0.5em;
font-family: 'Bitstream Vera Sans Mono', 'Courier New', Monospace;
}
pre {
overflow: auto;
white-space: pre-wrap;
text-align: left;
}
table.backtrace th {
background: #8470a6;
color: white;
}
table.backtrace th,
table.backtrace td {
padding: 0.2em;
padding-left: 0.4em;
padding-right: 0.4em;
}
table.backtrace tr td {
background: #ecdfff;
}
table.backtrace tr.even td {
background: #f7f2ff;
}
table.backtrace td.index {
font-weight: bold;
}
#site_footer {
border-top: solid 1px black;
margin-top: 1em;
padding-top: 1em;
font-size: small;
color: #777777;
}
#site_footer a {
color: #65498e;
}
#site_footer a:hover {
color: #9681d9;
}
#site_header .corporate_identity {
display: none;
}
</style>
<link rel="stylesheet" type="text/css" href="http://www.modrails.com/error_pages/1.0/error_page.css">
<style type="text/css">
dd {
text-align: left;
}
dd pre {
margin-top: 0;
margin-bottom: 0;
}
</style>
</head>
<body>
<div id="site_container">
<div id="site_header">
<ul class="corporate_identity">
<li class="logo"><a href="https://www.phusionpassenger.com"><span>Phusion Passenger</span></a></li>
</ul>
</div>
<div id="site_body">
<h1 class="error_title">Web application could not be started</h1>
<div id="content">
<pre>Could not find a JavaScript runtime. See https:<wbr>//github.com/rails/execjs for a list of available runtimes. (ExecJS:<wbr>:<wbr>RuntimeUnavailable)
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/execjs-2.5.2/lib/execjs/runtimes.rb:<wbr>48:<wbr>in `autodetect&apos;
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/execjs-2.5.2/lib/execjs.rb:<wbr>5:<wbr>in `&lt;module:<wbr>ExecJS&gt;&apos;
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/execjs-2.5.2/lib/execjs.rb:<wbr>4:<wbr>in `&lt;top (required)&gt;&apos;
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/uglifier-2.7.1/lib/uglifier.rb:<wbr>3:<wbr>in `require&apos;
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/uglifier-2.7.1/lib/uglifier.rb:<wbr>3:<wbr>in `&lt;top (required)&gt;&apos;
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/runtime.rb:<wbr>76:<wbr>in `require&apos;
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/runtime.rb:<wbr>76:<wbr>in `block (2 levels) in require&apos;
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/runtime.rb:<wbr>72:<wbr>in `each&apos;
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/runtime.rb:<wbr>72:<wbr>in `block in require&apos;
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/runtime.rb:<wbr>61:<wbr>in `each&apos;
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/runtime.rb:<wbr>61:<wbr>in `require&apos;
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler.rb:<wbr>134:<wbr>in `require&apos;
/var/www/<username>/html/releases/20150721192906/config/application.rb:<wbr>16:<wbr>in `&lt;top (required)&gt;&apos;
/var/www/<username>/html/releases/20150721192906/config/environment.rb:<wbr>2:<wbr>in `require&apos;
/var/www/<username>/html/releases/20150721192906/config/environment.rb:<wbr>2:<wbr>in `&lt;top (required)&gt;&apos;
config.ru:<wbr>3:<wbr>in `require&apos;
config.ru:<wbr>3:<wbr>in `block in &lt;main&gt;&apos;
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/rack-1.6.4/lib/rack/builder.rb:<wbr>55:<wbr>in `instance_eval&apos;
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/rack-1.6.4/lib/rack/builder.rb:<wbr>55:<wbr>in `initialize&apos;
config.ru:<wbr>1:<wbr>in `new&apos;
config.ru:<wbr>1:<wbr>in `&lt;main&gt;&apos;
/usr/share/passenger/helper-scripts/rack-preloader.rb:<wbr>107:<wbr>in `eval&apos;
/usr/share/passenger/helper-scripts/rack-preloader.rb:<wbr>107:<wbr>in `preload_app&apos;
/usr/share/passenger/helper-scripts/rack-preloader.rb:<wbr>153:<wbr>in `&lt;module:<wbr>App&gt;&apos;
/usr/share/passenger/helper-scripts/rack-preloader.rb:<wbr>29:<wbr>in `&lt;module:<wbr>PhusionPassenger&gt;&apos;
/usr/share/passenger/helper-scripts/rack-preloader.rb:<wbr>28:<wbr>in `&lt;main&gt;&apos;
</pre>
<dl>
<dt>Error ID</dt>
<dd>c03be446</dd>
<dt>Application root</dt>
<dd>/var/www/<username>/html/current</dd>
<dt>Environment (value of RAILS_ENV, RACK_ENV, WSGI_ENV, NODE_ENV and PASSENGER_APP_ENV)</dt>
<dd>staging</dd>
<dt>Ruby interpreter command</dt>
<dd><pre>/usr/bin/ruby2.2</pre></dd>
<dt>User and groups</dt>
<dd><pre>uid=<wbr>1001(<username>) gid=<wbr>1002(<username>) groups=<wbr>1002(<username>),<wbr>1000(sshlogin)
</pre></dd>
<dt>Environment variables</dt>
<dd><pre>SHELL =<wbr> /bin/bash
PASSENGER_DEBUG_DIR =<wbr> /tmp/passenger.spawn-debug.XXXXz6i5cT
USER =<wbr> <username>
PASSENGER_USE_FEEDBACK_FD =<wbr> true
PWD =<wbr> /var/www/<username>/html/current
SHLVL =<wbr> 0
HOME =<wbr> /var/www/<username>
LOGNAME =<wbr> <username>
SERVER_SOFTWARE =<wbr> nginx/1.8.0 Phusion_Passenger/5.0.14
IN_PASSENGER =<wbr> 1
PYTHONUNBUFFERED =<wbr> 1
NODE_PATH =<wbr> /usr/share/passenger/node
RAILS_ENV =<wbr> staging
RACK_ENV =<wbr> staging
WSGI_ENV =<wbr> staging
NODE_ENV =<wbr> staging
PASSENGER_APP_ENV =<wbr> staging
GEM_PATH =<wbr>
GEM_HOME =<wbr> /var/www/<username>/html/shared/bundle/ruby/2.2.0
BUNDLE_BIN_PATH =<wbr> /var/lib/gems/2.2.0/gems/bundler-1.10.5/bin/bundle
BUNDLE_GEMFILE =<wbr> /var/www/<username>/html/releases/20150721192906/Gemfile
PATH =<wbr> /var/www/<username>/html/shared/bundle/ruby/2.2.0/bin
RUBYOPT =<wbr> -rbundler/setup
RUBYLIB =<wbr> /var/lib/gems/2.2.0/gems/bundler-1.10.5/lib
</pre></dd>
<dt>Ulimits</dt>
<dd><pre>Unknown</pre></dd>
<dt>System metrics</dt>
<dd><pre>------------- General -------------
Kernel version :<wbr> 3.18.9-x86_64-jb1
Uptime :<wbr> 11h 35m 18s
Load averages :<wbr> 0.05%,<wbr> 0.04%,<wbr> 0.05%
Fork rate :<wbr> unknown
------------- CPU -------------
Number of CPUs :<wbr> 3
Average CPU usage :<wbr> 0% -- 0% user,<wbr> 0% nice,<wbr> 0% system,<wbr> 100% idle
CPU 1 :<wbr> 0% -- 0% user,<wbr> 0% nice,<wbr> 0% system,<wbr> 100% idle
CPU 2 :<wbr> 0% -- 0% user,<wbr> 0% nice,<wbr> 0% system,<wbr> 100% idle
CPU 3 :<wbr> 0% -- 0% user,<wbr> 0% nice,<wbr> 0% system,<wbr> 100% idle
I/O pressure :<wbr> 0%
CPU 1 :<wbr> 0%
CPU 2 :<wbr> 0%
CPU 3 :<wbr> 0%
Interference from other VMs:<wbr> 0%
CPU 1 :<wbr> 0%
CPU 2 :<wbr> 0%
CPU 3 :<wbr> 0%
------------- Memory -------------
RAM total :<wbr> 1994 MB
RAM used :<wbr> 119 MB (6%)
RAM free :<wbr> 1875 MB
Swap total :<wbr> 1023 MB
Swap used :<wbr> 0 MB (0%)
Swap free :<wbr> 1023 MB
Swap in :<wbr> unknown
Swap out :<wbr> unknown
</pre></dd>
<dt>General Ruby interpreter information</dt>
<dd><pre>RUBY_VERSION =<wbr> 2.2.2
RUBY_PLATFORM =<wbr> x86_64-linux-gnu
RUBY_ENGINE =<wbr> ruby
RubyGems version =<wbr> 2.4.5
RubyGems paths =<wbr> [&quot;/var/www/<username>/html/shared/bundle/ruby/2.2.0&quot;]
</pre></dd>
<dt>Ruby configuration (RbConfig::CONFIG)</dt>
<dd><pre>DESTDIR =<wbr>
MAJOR =<wbr> 2
MINOR =<wbr> 2
TEENY =<wbr> 0
PATCHLEVEL =<wbr> 95
INSTALL =<wbr> /usr/bin/install -c
EXEEXT =<wbr>
prefix =<wbr> /usr
ruby_install_name =<wbr> ruby2.2
RUBY_INSTALL_NAME =<wbr> ruby2.2
RUBY_SO_NAME =<wbr> ruby-2.2
exec =<wbr> exec
ruby_pc =<wbr> ruby-2.2.pc
PACKAGE =<wbr> ruby
BUILTIN_TRANSSRCS =<wbr> newline.c
USE_RUBYGEMS =<wbr> YES
MANTYPE =<wbr> doc
NROFF =<wbr> /usr/bin/nroff
vendorarchhdrdir =<wbr> /usr/include/x86_64-linux-gnu/ruby-2.2.0/vendor_ruby
sitearchhdrdir =<wbr> /usr/include/x86_64-linux-gnu/ruby-2.2.0/site_ruby
rubyarchhdrdir =<wbr> /usr/include/x86_64-linux-gnu/ruby-2.2.0
vendorhdrdir =<wbr> /usr/include/ruby-2.2.0/vendor_ruby
sitehdrdir =<wbr> /usr/include/ruby-2.2.0/site_ruby
rubyhdrdir =<wbr> /usr/include/ruby-2.2.0
RUBY_SEARCH_PATH =<wbr>
UNIVERSAL_INTS =<wbr>
UNIVERSAL_ARCHNAMES =<wbr>
configure_args =<wbr> &apos;--build=<wbr>x86_64-linux-gnu&apos; &apos;--prefix=<wbr>/usr&apos; &apos;--includedir=<wbr>${prefix}/include&apos; &apos;--mandir=<wbr>${prefix}/share/man&apos; &apos;--infodir=<wbr>${prefix}/share/info&apos; &apos;--sysconfdir=<wbr>/etc&apos; &apos;--localstatedir=<wbr>/var&apos; &apos;--libexecdir=<wbr>${prefix}/lib/ruby2.2&apos; &apos;--disable-maintainer-mode&apos; &apos;--disable-dependency-tracking&apos; &apos;--enable-multiarch&apos; &apos;--target=<wbr>x86_64-linux-gnu&apos; &apos;--program-suffix=<wbr>2.2&apos; &apos;--with-soname=<wbr>ruby-2.2&apos; &apos;--enable-shared&apos; &apos;--disable-rpath&apos; &apos;--with-baseruby=<wbr>/usr/bin/ruby&apos; &apos;--with-sitedir=<wbr>/usr/local/lib/site_ruby&apos; &apos;--with-sitearchdir=<wbr>/usr/local/lib/x86_64-linux-gnu/site_ruby&apos; &apos;--enable-ipv6&apos; &apos;--with-dbm-type=<wbr>gdbm_compat&apos; &apos;CFLAGS=<wbr>-g -O2 -fstack-protector --param=<wbr>ssp-buffer-size=<wbr>4 -Wformat -Werror=<wbr>format-security&apos; &apos;CPPFLAGS=<wbr>-D_FORTIFY_SOURCE=<wbr>2&apos; &apos;CXXFLAGS=<wbr>-g -O2 -fstack-protector --param=<wbr>ssp-buffer-size=<wbr>4 -Wformat -Werror=<wbr>format-security&apos; &apos;FFLAGS=<wbr>-g -O2 -fstack-protector --param=<wbr>ssp-buffer-size=<wbr>4&apos; &apos;GCJFLAGS=<wbr>-g -O2 -fstack-protector --param=<wbr>ssp-buffer-size=<wbr>4&apos; &apos;LDFLAGS=<wbr>-Wl,<wbr>-Bsymbolic-functions -Wl,<wbr>-z,<wbr>relro -L/build/buildd/ruby2.2-2.2.2/debian/lib&apos; &apos;--with-tcltkversion=<wbr>8.5&apos; &apos;--with-tclConfig-dir=<wbr>/usr/lib/x86_64-linux-gnu/tcl8.5/tclConfig.sh&apos; &apos;--with-tkConfig-dir=<wbr>/usr/lib/x86_64-linux-gnu/tk8.5/tkConfig.sh&apos; &apos;--with-tcllib=<wbr>tcl8.5&apos; &apos;--with-tklib=<wbr>tk8.5&apos; &apos;--with-tcl-include=<wbr>/usr/include/tcl8.5&apos; &apos;--with-tk-include=<wbr>/usr/include/tcl8.5&apos; &apos;--with-tcl-lib=<wbr>/usr/lib/x86_64-linux-gnu&apos; &apos;--with-tk-lib=<wbr>/usr/lib/x86_64-linux-gnu&apos; &apos;build_alias=<wbr>x86_64-linux-gnu&apos; &apos;target_alias=<wbr>x86_64-linux-gnu&apos;
vendorarchdir =<wbr> /usr/lib/x86_64-linux-gnu/ruby/vendor_ruby/2.2.0
vendorlibdir =<wbr> /usr/lib/ruby/vendor_ruby/2.2.0
vendordir =<wbr> /usr/lib/ruby/vendor_ruby
sitearchdir =<wbr> /usr/local/lib/x86_64-linux-gnu/site_ruby
sitelibdir =<wbr> /usr/local/lib/site_ruby/2.2.0
sitedir =<wbr> /usr/local/lib/site_ruby
rubyarchdir =<wbr> /usr/lib/x86_64-linux-gnu/ruby/2.2.0
rubylibdir =<wbr> /usr/lib/ruby/2.2.0
ruby_version =<wbr> 2.2.0
sitearch =<wbr> x86_64-linux-gnu
arch =<wbr> x86_64-linux-gnu
sitearchincludedir =<wbr> /usr/include/x86_64-linux-gnu
archincludedir =<wbr> /usr/include/x86_64-linux-gnu
sitearchlibdir =<wbr> /usr/lib/x86_64-linux-gnu
archlibdir =<wbr> /usr/lib/x86_64-linux-gnu
libdirname =<wbr> archlibdir
RUBY_EXEC_PREFIX =<wbr> /usr
RUBY_LIB_VERSION =<wbr>
RUBY_LIB_VERSION_STYLE =<wbr> 3 /* full */
RI_BASE_NAME =<wbr> ri
ridir =<wbr> /usr/share/ri
rubysitearchprefix =<wbr> /usr/lib/x86_64-linux-gnu/ruby
rubyarchprefix =<wbr> /usr/lib/x86_64-linux-gnu/ruby
MAKEFILES =<wbr> Makefile GNUmakefile
PLATFORM_DIR =<wbr>
THREAD_MODEL =<wbr> pthread
SYMBOL_PREFIX =<wbr>
EXPORT_PREFIX =<wbr>
COMMON_HEADERS =<wbr>
COMMON_MACROS =<wbr>
COMMON_LIBS =<wbr>
MAINLIBS =<wbr>
ENABLE_SHARED =<wbr> yes
DLDLIBS =<wbr> -lc
SOLIBS =<wbr> -lpthread -lgmp -ldl -lcrypt -lm
LIBRUBYARG_SHARED =<wbr> -lruby-2.2
LIBRUBYARG_STATIC =<wbr> -lruby-2.2-static
LIBRUBYARG =<wbr> -lruby-2.2
LIBRUBY =<wbr> libruby-2.2.so.2.2.0
LIBRUBY_ALIASES =<wbr> libruby-2.2.so.2.2 libruby-2.2.so
LIBRUBY_SO =<wbr> libruby-2.2.so.2.2.0
LIBRUBY_A =<wbr> libruby-2.2-static.a
RUBYW_INSTALL_NAME =<wbr>
rubyw_install_name =<wbr>
EXTDLDFLAGS =<wbr>
EXTLDFLAGS =<wbr>
strict_warnflags =<wbr> -std=<wbr>iso9899:<wbr>1999
warnflags =<wbr> -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat
debugflags =<wbr> -ggdb3
optflags =<wbr> -O3 -fno-fast-math
cxxflags =<wbr> -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat
cflags =<wbr> -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat
cppflags =<wbr>
NULLCMD =<wbr> :<wbr>
DLNOBJ =<wbr> dln.o
INSTALLDOC =<wbr> all
CAPITARGET =<wbr> nodoc
RDOCTARGET =<wbr> rdoc
DTRACE_REBUILD =<wbr>
DTRACE_OBJ =<wbr> probes.o
DTRACE_EXT =<wbr> d
EXECUTABLE_EXTS =<wbr>
ARCHFILE =<wbr>
LIBRUBY_RELATIVE =<wbr> no
EXTOUT =<wbr> .ext
RUNRUBY_COMMAND =<wbr> $(MINIRUBY) $(srcdir)/tool/runruby.rb --extout=<wbr>.ext $(RUNRUBYOPT)
PREP =<wbr> miniruby
BTESTRUBY =<wbr> $(MINIRUBY)
CROSS_COMPILING =<wbr> no
TEST_RUNNABLE =<wbr> yes
rubylibprefix =<wbr> /usr/lib/ruby
setup =<wbr> Setup
ENCSTATIC =<wbr>
EXTSTATIC =<wbr>
STRIP =<wbr> strip -S -x
TRY_LINK =<wbr>
LIBPATHENV =<wbr> LD_LIBRARY_PATH
RPATHFLAG =<wbr>
LIBPATHFLAG =<wbr> -L%s
LINK_SO =<wbr>
ASMEXT =<wbr> S
LIBEXT =<wbr> a
DLEXT2 =<wbr>
DLEXT =<wbr> so
LDSHAREDXX =<wbr> g++ -shared
LDSHARED =<wbr> gcc -shared
CCDLFLAGS =<wbr> -fPIC
STATIC =<wbr>
ARCH_FLAG =<wbr>
DLDFLAGS =<wbr>
ALLOCA =<wbr>
codesign =<wbr>
POSTLINK =<wbr> :<wbr>
WERRORFLAG =<wbr> -Werror
CHDIR =<wbr> cd -P
RMALL =<wbr> rm -fr
RMDIRS =<wbr> rmdir --ignore-fail-on-non-empty -p
RMDIR =<wbr> rmdir --ignore-fail-on-non-empty
CP =<wbr> cp
RM =<wbr> rm -f
PKG_CONFIG =<wbr> pkg-config
PYTHON =<wbr>
DOXYGEN =<wbr>
DOT =<wbr>
DTRACE =<wbr> dtrace
MAKEDIRS =<wbr> /bin/mkdir -p
MKDIR_P =<wbr> /bin/mkdir -p
INSTALL_DATA =<wbr> /usr/bin/install -c -m 644
INSTALL_SCRIPT =<wbr> /usr/bin/install -c
INSTALL_PROGRAM =<wbr> /usr/bin/install -c
SET_MAKE =<wbr>
LN_S =<wbr> ln -s
NM =<wbr> nm
DLLWRAP =<wbr>
WINDRES =<wbr>
OBJCOPY =<wbr> :<wbr>
OBJDUMP =<wbr> objdump
ASFLAGS =<wbr>
AS =<wbr> as
AR =<wbr> ar
RANLIB =<wbr> ranlib
try_header =<wbr>
CC_VERSION =<wbr> gcc -v
COUTFLAG =<wbr> -o
OUTFLAG =<wbr> -o
CPPOUTFILE =<wbr> -o conftest.i
GNU_LD =<wbr> yes
LD =<wbr> ld
GCC =<wbr> yes
EGREP =<wbr> /bin/grep -E
GREP =<wbr> /bin/grep
CPP =<wbr> gcc -E
CXXFLAGS =<wbr> -g -O2 -fstack-protector --param=<wbr>ssp-buffer-size=<wbr>4 -Wformat -Werror=<wbr>format-security
OBJEXT =<wbr> o
CPPFLAGS =<wbr> -D_FORTIFY_SOURCE=<wbr>2
LDFLAGS =<wbr> -L. -Wl,<wbr>-Bsymbolic-functions -Wl,<wbr>-z,<wbr>relro -L/build/buildd/ruby2.2-2.2.2/debian/lib -fstack-protector -rdynamic -Wl,<wbr>-export-dynamic
CFLAGS =<wbr> -g -O2 -fstack-protector --param=<wbr>ssp-buffer-size=<wbr>4 -Wformat -Werror=<wbr>format-security -fPIC
CXX =<wbr> g++
CC =<wbr> gcc
NACL_LIB_PATH =<wbr>
NACL_SDK_VARIANT =<wbr>
NACL_SDK_ROOT =<wbr>
NACL_TOOLCHAIN =<wbr>
target_os =<wbr> linux-gnu
target_vendor =<wbr> pc
target_cpu =<wbr> x86_64
target =<wbr> x86_64-pc-linux-gnu
host_os =<wbr> linux-gnu
host_vendor =<wbr> pc
host_cpu =<wbr> x86_64
host =<wbr> x86_64-pc-linux-gnu
RUBY_VERSION_NAME =<wbr> ruby-2.2.0
RUBYW_BASE_NAME =<wbr> rubyw
RUBY_BASE_NAME =<wbr> ruby
build_os =<wbr> linux-gnu
build_vendor =<wbr> pc
build_cpu =<wbr> x86_64
build =<wbr> x86_64-pc-linux-gnu
RUBY_PROGRAM_VERSION =<wbr> 2.2.2
HAVE_BASERUBY =<wbr> yes
target_alias =<wbr> x86_64-linux-gnu
host_alias =<wbr>
build_alias =<wbr> x86_64-linux-gnu
LIBS =<wbr> -lpthread -lgmp -ldl -lcrypt -lm
ECHO_T =<wbr>
ECHO_N =<wbr> -n
ECHO_C =<wbr>
DEFS =<wbr>
mandir =<wbr> /usr/share/man
localedir =<wbr> /usr/share/locale
libdir =<wbr> /usr/lib
psdir =<wbr> /usr/share/doc/ruby
pdfdir =<wbr> /usr/share/doc/ruby
dvidir =<wbr> /usr/share/doc/ruby
htmldir =<wbr> /usr/share/doc/ruby
infodir =<wbr> /usr/share/info
docdir =<wbr> /usr/share/doc/ruby
oldincludedir =<wbr> /usr/include
includedir =<wbr> /usr/include
localstatedir =<wbr> /var
sharedstatedir =<wbr> /usr/com
sysconfdir =<wbr> /etc
datadir =<wbr> /usr/share
datarootdir =<wbr> /usr/share
libexecdir =<wbr> /usr/lib/ruby2.2
sbindir =<wbr> /usr/sbin
bindir =<wbr> /usr/bin
program_transform_name =<wbr> s&amp;$&amp;2.2&amp;;<wbr>s&amp;^&amp;&amp;
exec_prefix =<wbr> /usr
PACKAGE_URL =<wbr>
PACKAGE_BUGREPORT =<wbr>
PACKAGE_STRING =<wbr>
PACKAGE_VERSION =<wbr>
PACKAGE_TARNAME =<wbr>
PACKAGE_NAME =<wbr>
PATH_SEPARATOR =<wbr> :<wbr>
SHELL =<wbr> /bin/bash
archdir =<wbr> /usr/lib/x86_64-linux-gnu/ruby/2.2.0
topdir =<wbr> /usr/lib/x86_64-linux-gnu/ruby/2.2.0
</pre></dd>
<dt>Activated Ruby gems</dt>
<dd><pre>bundler =<wbr>&gt; 1.10.5
io-console =<wbr>&gt; 0.4.3
rake =<wbr>&gt; 10.4.2
i18n =<wbr>&gt; 0.7.0
json =<wbr>&gt; 1.8.3
minitest =<wbr>&gt; 5.7.0
thread_safe =<wbr>&gt; 0.3.5
tzinfo =<wbr>&gt; 1.2.2
activesupport =<wbr>&gt; 4.2.3
builder =<wbr>&gt; 3.2.2
erubis =<wbr>&gt; 2.7.0
mini_portile =<wbr>&gt; 0.6.2
nokogiri =<wbr>&gt; 1.6.6.2
rails-deprecated_sanitizer =<wbr>&gt; 1.0.3
rails-dom-testing =<wbr>&gt; 1.0.6
loofah =<wbr>&gt; 2.0.2
rails-html-sanitizer =<wbr>&gt; 1.0.2
actionview =<wbr>&gt; 4.2.3
rack =<wbr>&gt; 1.6.4
rack-test =<wbr>&gt; 0.6.3
actionpack =<wbr>&gt; 4.2.3
globalid =<wbr>&gt; 0.3.5
activejob =<wbr>&gt; 4.2.3
mime-types =<wbr>&gt; 2.6.1
mail =<wbr>&gt; 2.6.3
actionmailer =<wbr>&gt; 4.2.3
actionpack-page_caching =<wbr>&gt; 1.0.2
activemodel =<wbr>&gt; 4.2.3
active_model_serializers =<wbr>&gt; 0.9.3
arel =<wbr>&gt; 6.0.2
activerecord =<wbr>&gt; 4.2.3
acts-as-taggable-on =<wbr>&gt; 3.5.0
acts_as_list =<wbr>&gt; 0.7.2
addressable =<wbr>&gt; 2.3.8
awesome_nested_set =<wbr>&gt; 3.0.2
cancancan =<wbr>&gt; 1.12.0
coffee-script-source =<wbr>&gt; 1.9.1.1
execjs =<wbr>&gt; 2.5.2
coffee-script =<wbr>&gt; 2.4.1
thor =<wbr>&gt; 0.19.1
railties =<wbr>&gt; 4.2.3
coffee-rails =<wbr>&gt; 4.1.0
chunky_png =<wbr>&gt; 1.3.4
multi_json =<wbr>&gt; 1.11.2
sass =<wbr>&gt; 3.4.16
compass-core =<wbr>&gt; 1.0.3
compass-import-once =<wbr>&gt; 1.0.5
rb-fsevent =<wbr>&gt; 0.9.5
ffi =<wbr>&gt; 1.9.10
rb-inotify =<wbr>&gt; 0.9.5
compass =<wbr>&gt; 1.0.3
hike =<wbr>&gt; 1.2.3
tilt =<wbr>&gt; 1.4.1
sprockets =<wbr>&gt; 2.12.4
sprockets-rails =<wbr>&gt; 2.3.2
sass-rails =<wbr>&gt; 5.0.1
compass-rails =<wbr>&gt; 2.0.4
dragonfly =<wbr>&gt; 1.0.10
jquery-rails =<wbr>&gt; 4.0.4
jquery-ui-rails =<wbr>&gt; 5.0.5
kaminari =<wbr>&gt; 0.16.3
magiclabs-userstamp =<wbr>&gt; 2.1.0
non-stupid-digest-assets =<wbr>&gt; 1.0.4
rails =<wbr>&gt; 4.2.3
polyamorous =<wbr>&gt; 1.2.0
ransack =<wbr>&gt; 1.6.6
request_store =<wbr>&gt; 1.2.0
responders =<wbr>&gt; 2.1.0
sassy-buttons =<wbr>&gt; 0.2.6
select2-rails =<wbr>&gt; 3.5.9.3
simple_form =<wbr>&gt; 3.1.0
spinner.rb =<wbr>&gt; 0.3.0
turbolinks =<wbr>&gt; 2.5.3
alchemy_cms =<wbr>&gt; 4.0.0.beta
bcrypt =<wbr>&gt; 3.1.10
orm_adapter =<wbr>&gt; 0.5.0
warden =<wbr>&gt; 1.2.3
devise =<wbr>&gt; 3.5.1
alchemy-devise =<wbr>&gt; 4.0.0.beta
pg =<wbr>&gt; 0.18.2
pg_search =<wbr>&gt; 0.7.9
alchemy-pg_search =<wbr>&gt; 1.0.0
autoprefixer-rails =<wbr>&gt; 5.2.1
foundation-rails =<wbr>&gt; 5.5.2.1
jbuilder =<wbr>&gt; 2.3.0
jquery-slick-rails =<wbr>&gt; 1.5.6
rdoc =<wbr>&gt; 4.2.0
sdoc =<wbr>&gt; 0.4.1
uglifier =<wbr>&gt; 2.7.1
</pre></dd>
<dt>Ruby load path ($LOAD_PATH)</dt>
<dd><pre>/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/uglifier-2.7.1/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sdoc-0.4.1/lib
/usr/lib/ruby/gems/2.2.0/gems/rdoc-4.2.0/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/jquery-slick-rails-1.5.6/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/jbuilder-2.3.0/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/foundation-rails-5.5.2.1/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/autoprefixer-rails-5.2.1/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/bundler/gems/alchemy-pg_search-2a923781dcd8/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/pg_search-0.7.9/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/extensions/x86_64-linux/2.2.0/pg-0.18.2
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/pg-0.18.2/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/bundler/gems/alchemy-devise-5fd6c9db365a/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/devise-3.5.1/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/warden-1.2.3/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/orm_adapter-0.5.0/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/extensions/x86_64-linux/2.2.0/bcrypt-3.1.10
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/bcrypt-3.1.10/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/bundler/gems/alchemy_cms-931c6edb3414/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/turbolinks-2.5.3/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/spinner.rb-0.3.0/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/simple_form-3.1.0/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/select2-rails-3.5.9.3/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sassy-buttons-0.2.6/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/responders-2.1.0/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/request_store-1.2.0/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/ransack-1.6.6/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/polyamorous-1.2.0/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/rails-4.2.3/lib
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/gems/bundler-1.10.5/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/non-stupid-digest-assets-1.0.4/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/magiclabs-userstamp-2.1.0/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/kaminari-0.16.3/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/jquery-ui-rails-5.0.5/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/jquery-rails-4.0.4/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/dragonfly-1.0.10/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/compass-rails-2.0.4/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-rails-5.0.1/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sprockets-rails-2.3.2/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sprockets-2.12.4/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tilt-1.4.1/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/hike-1.2.3/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/compass-1.0.3/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/rb-inotify-0.9.5/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/extensions/x86_64-linux/2.2.0/ffi-1.9.10
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/ffi-1.9.10/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/rb-fsevent-0.9.5/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/compass-import-once-1.0.5/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/compass-core-1.0.3/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/multi_json-1.11.2/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/chunky_png-1.3.4/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/coffee-rails-4.1.0/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/railties-4.2.3/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/thor-0.19.1/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/coffee-script-2.4.1/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/execjs-2.5.2/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/coffee-script-source-1.9.1.1/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/cancancan-1.12.0/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/awesome_nested_set-3.0.2/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/addressable-2.3.8/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/acts_as_list-0.7.2/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/acts-as-taggable-on-3.5.0/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/active_model_serializers-0.9.3/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activemodel-4.2.3/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionpack-page_caching-1.0.2/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionmailer-4.2.3/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/mail-2.6.3/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/mime-types-2.6.1/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activejob-4.2.3/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/globalid-0.3.5/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionpack-4.2.3/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/rack-test-0.6.3/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/rack-1.6.4/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionview-4.2.3/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/rails-html-sanitizer-1.0.2/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/loofah-2.0.2/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/rails-dom-testing-1.0.6/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/rails-deprecated_sanitizer-1.0.3/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/extensions/x86_64-linux/2.2.0/nokogiri-1.6.6.2
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/mini_portile-0.6.2/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/erubis-2.7.0/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/builder-3.2.2/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tzinfo-1.2.2/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/thread_safe-0.3.5/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/minitest-5.7.0/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/extensions/x86_64-linux/2.2.0/json-1.8.3
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/json-1.8.3/lib
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/i18n-0.7.0/lib
/usr/lib/ruby/gems/2.2.0/gems/rake-10.4.2/lib
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib
/usr/local/lib/site_ruby/2.2.0
/usr/local/lib/x86_64-linux-gnu/site_ruby
/usr/local/lib/site_ruby
/usr/lib/ruby/vendor_ruby/2.2.0
/usr/lib/x86_64-linux-gnu/ruby/vendor_ruby/2.2.0
/usr/lib/ruby/vendor_ruby
/usr/lib/ruby/2.2.0
/usr/lib/x86_64-linux-gnu/ruby/2.2.0
</pre></dd>
<dt>Ruby loaded libraries ($LOADED_FEATURES)</dt>
<dd><pre>enumerator.so
rational.so
complex.so
/usr/lib/x86_64-linux-gnu/ruby/2.2.0/enc/encdb.so
/usr/lib/x86_64-linux-gnu/ruby/2.2.0/enc/trans/transdb.so
/usr/lib/ruby/2.2.0/unicode_normalize.rb
/usr/lib/x86_64-linux-gnu/ruby/2.2.0/rbconfig.rb
thread.rb
/usr/lib/x86_64-linux-gnu/ruby/2.2.0/thread.so
/usr/lib/ruby/2.2.0/rubygems/compatibility.rb
/usr/lib/ruby/2.2.0/rubygems/defaults.rb
/usr/lib/ruby/2.2.0/rubygems/deprecate.rb
/usr/lib/ruby/2.2.0/rubygems/errors.rb
/usr/lib/ruby/2.2.0/rubygems/version.rb
/usr/lib/ruby/2.2.0/rubygems/requirement.rb
/usr/lib/ruby/2.2.0/rubygems/platform.rb
/usr/lib/ruby/2.2.0/rubygems/basic_specification.rb
/usr/lib/ruby/2.2.0/rubygems/stub_specification.rb
/usr/lib/ruby/2.2.0/rubygems/util/stringio.rb
/usr/lib/ruby/2.2.0/rubygems/specification.rb
/usr/lib/ruby/2.2.0/rubygems/exceptions.rb
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb
/usr/lib/ruby/2.2.0/rubygems/core_ext/kernel_gem.rb
/usr/lib/ruby/2.2.0/monitor.rb
/usr/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb
/usr/lib/ruby/2.2.0/rubygems.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/constants.rb
/usr/lib/x86_64-linux-gnu/ruby/2.2.0/etc.so
/usr/lib/ruby/2.2.0/fileutils.rb
/usr/lib/ruby/2.2.0/tmpdir.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/utils/tmpio.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/platform_info.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/platform_info/operating_system.rb
/usr/lib/ruby/2.2.0/rubygems/path_support.rb
/usr/lib/ruby/2.2.0/rubygems/dependency.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/platform_info/ruby.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/platform_info/binary_compatibility.rb
/var/www/<username>/.passenger/native_support/5.0.14/ruby-2.2.2-x86_64-linux/passenger_native_support.so
/usr/lib/ruby/vendor_ruby/phusion_passenger/native_support.rb
/usr/lib/x86_64-linux-gnu/ruby/2.2.0/socket.so
/usr/lib/ruby/2.2.0/socket.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/ruby_core_enhancements.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/ruby_core_io_enhancements.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/utils.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/preloader_shared_helpers.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/public_api.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/debug_logging.rb
/usr/lib/ruby/2.2.0/shellwords.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/utils/shellwords.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/loader_shared_helpers.rb
/usr/lib/x86_64-linux-gnu/ruby/2.2.0/fcntl.so
/usr/lib/ruby/vendor_ruby/phusion_passenger/message_channel.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/message_client.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/utils/native_support_utils.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/utils/unseekable_socket.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler.rb
/usr/lib/x86_64-linux-gnu/ruby/2.2.0/stringio.so
/usr/lib/ruby/vendor_ruby/phusion_passenger/utils/tee_input.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/union_station/connection.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/union_station/transaction.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/utils/lock.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/union_station/core.rb
/usr/lib/x86_64-linux-gnu/ruby/2.2.0/pathname.so
/usr/lib/ruby/2.2.0/pathname.rb
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/constants.rb
/usr/lib/x86_64-linux-gnu/ruby/2.2.0/io/console.so
/usr/lib/ruby/2.2.0/rubygems/user_interaction.rb
/usr/lib/ruby/2.2.0/rubygems/config_file.rb
/usr/lib/ruby/2.2.0/rubygems/ext/build_error.rb
/usr/lib/ruby/2.2.0/rubygems/ext/builder.rb
/usr/lib/ruby/2.2.0/rubygems/ext/configure_builder.rb
/usr/lib/ruby/2.2.0/delegate.rb
/usr/lib/ruby/2.2.0/tempfile.rb
/usr/lib/ruby/2.2.0/rubygems/ext/ext_conf_builder.rb
/usr/lib/ruby/2.2.0/rubygems/ext/rake_builder.rb
/usr/lib/ruby/2.2.0/optparse.rb
/usr/lib/ruby/2.2.0/rubygems/command.rb
/usr/lib/ruby/2.2.0/rubygems/ext/cmake_builder.rb
/usr/lib/ruby/2.2.0/rubygems/ext.rb
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/rubygems_integration.rb
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/current_ruby.rb
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/shared_helpers.rb
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/gem_path_manipulation.rb
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/gem_helpers.rb
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/match_platform.rb
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/rubygems_ext.rb
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/version.rb
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler.rb
/usr/lib/ruby/2.2.0/uri/rfc2396_parser.rb
/usr/lib/ruby/2.2.0/uri/rfc3986_parser.rb
/usr/lib/ruby/2.2.0/uri/common.rb
/usr/lib/ruby/2.2.0/uri/generic.rb
/usr/lib/ruby/2.2.0/uri/ftp.rb
/usr/lib/ruby/2.2.0/uri/http.rb
/usr/lib/ruby/2.2.0/uri/https.rb
/usr/lib/ruby/2.2.0/uri/ldap.rb
/usr/lib/ruby/2.2.0/uri/ldaps.rb
/usr/lib/ruby/2.2.0/uri/mailto.rb
/usr/lib/ruby/2.2.0/uri.rb
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/settings.rb
/usr/lib/x86_64-linux-gnu/ruby/2.2.0/strscan.so
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/source.rb
/usr/lib/x86_64-linux-gnu/ruby/2.2.0/digest.so
/usr/lib/ruby/2.2.0/digest.rb
/usr/lib/x86_64-linux-gnu/ruby/2.2.0/digest/sha1.so
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/source/path.rb
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/source/git.rb
/usr/lib/ruby/2.2.0/timeout.rb
/usr/lib/ruby/2.2.0/net/protocol.rb
/usr/lib/x86_64-linux-gnu/ruby/2.2.0/zlib.so
/usr/lib/ruby/2.2.0/net/http/exceptions.rb
/usr/lib/ruby/2.2.0/net/http/header.rb
/usr/lib/x86_64-linux-gnu/ruby/2.2.0/enc/windows_31j.so
/usr/lib/ruby/2.2.0/net/http/generic_request.rb
/usr/lib/ruby/2.2.0/net/http/request.rb
/usr/lib/ruby/2.2.0/net/http/requests.rb
/usr/lib/ruby/2.2.0/net/http/response.rb
/usr/lib/ruby/2.2.0/net/http/responses.rb
/usr/lib/ruby/2.2.0/net/http/proxy_delta.rb
/usr/lib/ruby/2.2.0/net/http/backward.rb
/usr/lib/ruby/2.2.0/net/http.rb
/usr/lib/x86_64-linux-gnu/ruby/2.2.0/date_core.so
/usr/lib/ruby/2.2.0/date.rb
/usr/lib/ruby/2.2.0/time.rb
/usr/lib/ruby/2.2.0/rubygems/request/http_pool.rb
/usr/lib/ruby/2.2.0/rubygems/request/https_pool.rb
/usr/lib/ruby/2.2.0/rubygems/request/connection_pools.rb
/usr/lib/ruby/2.2.0/rubygems/request.rb
/usr/lib/ruby/2.2.0/cgi/core.rb
/usr/lib/ruby/2.2.0/cgi/util.rb
/usr/lib/ruby/2.2.0/cgi/cookie.rb
/usr/lib/ruby/2.2.0/cgi.rb
/usr/lib/ruby/2.2.0/rubygems/uri_formatter.rb
/usr/lib/x86_64-linux-gnu/ruby/2.2.0/openssl.so
/usr/lib/ruby/2.2.0/openssl/bn.rb
/usr/lib/ruby/2.2.0/openssl/cipher.rb
/usr/lib/ruby/2.2.0/openssl/config.rb
/usr/lib/ruby/2.2.0/openssl/digest.rb
/usr/lib/ruby/2.2.0/openssl/x509.rb
/usr/lib/ruby/2.2.0/openssl/buffering.rb
/usr/lib/ruby/2.2.0/openssl/ssl.rb
/usr/lib/ruby/2.2.0/openssl.rb
/usr/lib/ruby/2.2.0/securerandom.rb
/usr/lib/ruby/2.2.0/resolv.rb
/usr/lib/ruby/2.2.0/rubygems/remote_fetcher.rb
/usr/lib/ruby/2.2.0/rubygems/text.rb
/usr/lib/ruby/2.2.0/rubygems/name_tuple.rb
/usr/lib/ruby/2.2.0/rubygems/spec_fetcher.rb
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/source/rubygems.rb
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/lockfile_parser.rb
/usr/lib/ruby/2.2.0/set.rb
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/definition.rb
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/dependency.rb
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/ruby_dsl.rb
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/dsl.rb
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/source_list.rb
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/lazy_specification.rb
/usr/lib/ruby/2.2.0/tsort.rb
/usr/lib/ruby/2.2.0/forwardable.rb
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/spec_set.rb
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/environment.rb
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/runtime.rb
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/dep_proxy.rb
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/index.rb
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/remote_specification.rb
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/stub_specification.rb
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/endpoint_specification.rb
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/source/git/git_proxy.rb
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/ui.rb
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/ui/silent.rb
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/ui/rg_proxy.rb
/var/lib/gems/2.2.0/gems/bundler-1.10.5/lib/bundler/setup.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/rack-1.6.4/lib/rack/multipart.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/rack-1.6.4/lib/rack/utils.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/rack-1.6.4/lib/rack.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/rack-1.6.4/lib/rack/builder.rb
/var/www/<username>/html/releases/20150721192906/config/boot.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/railties-4.2.3/lib/rails/ruby_version_check.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/thread_safe-0.3.5/lib/thread_safe/version.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/thread_safe-0.3.5/lib/thread_safe/synchronized_delegator.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/thread_safe-0.3.5/lib/thread_safe.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/array/prepend_and_append.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/hash/deep_merge.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/hash/except.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/hash/slice.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/i18n-0.7.0/lib/i18n/version.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/i18n-0.7.0/lib/i18n/exceptions.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/i18n-0.7.0/lib/i18n/interpolate/ruby.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/i18n-0.7.0/lib/i18n.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/lazy_load_hooks.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/i18n-0.7.0/lib/i18n/config.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/i18n.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/thread_safe-0.3.5/lib/thread_safe/non_concurrent_cache_backend.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/thread_safe-0.3.5/lib/thread_safe/mri_cache_backend.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/thread_safe-0.3.5/lib/thread_safe/cache.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/inflector/inflections.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/inflections.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/inflector/methods.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/dependencies/autoload.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/gem_version.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/version.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/array/extract_options.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/module/attribute_accessors.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/concern.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/logger_silence.rb
/usr/lib/ruby/2.2.0/logger.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/logger.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support.rb
/usr/lib/ruby/2.2.0/singleton.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/kernel/singleton_class.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/module/delegation.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/deprecation/instance_delegator.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/notifications/instrumenter.rb
/usr/lib/ruby/2.2.0/mutex_m.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/notifications/fanout.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/per_thread_registry.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/notifications.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/deprecation/behaviors.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/deprecation/reporting.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/module/aliasing.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/deprecation/method_wrappers.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/deprecation/proxy_wrappers.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/module/deprecation.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/deprecation.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/kernel/reporting.rb
/usr/lib/ruby/2.2.0/psych/exception.rb
/usr/lib/ruby/2.2.0/psych/syntax_error.rb
/usr/lib/x86_64-linux-gnu/ruby/2.2.0/psych.so
/usr/lib/ruby/2.2.0/psych/omap.rb
/usr/lib/ruby/2.2.0/psych/set.rb
/usr/lib/ruby/2.2.0/psych/class_loader.rb
/usr/lib/ruby/2.2.0/psych/scalar_scanner.rb
/usr/lib/ruby/2.2.0/psych/nodes/node.rb
/usr/lib/ruby/2.2.0/psych/nodes/stream.rb
/usr/lib/ruby/2.2.0/psych/nodes/document.rb
/usr/lib/ruby/2.2.0/psych/nodes/sequence.rb
/usr/lib/ruby/2.2.0/psych/nodes/scalar.rb
/usr/lib/ruby/2.2.0/psych/nodes/mapping.rb
/usr/lib/ruby/2.2.0/psych/nodes/alias.rb
/usr/lib/ruby/2.2.0/psych/nodes.rb
/usr/lib/ruby/2.2.0/psych/streaming.rb
/usr/lib/ruby/2.2.0/psych/visitors/visitor.rb
/usr/lib/ruby/2.2.0/psych/visitors/to_ruby.rb
/usr/lib/ruby/2.2.0/psych/visitors/emitter.rb
/usr/lib/ruby/2.2.0/psych/handler.rb
/usr/lib/ruby/2.2.0/psych/tree_builder.rb
/usr/lib/ruby/2.2.0/psych/visitors/yaml_tree.rb
/usr/lib/ruby/2.2.0/psych/json/ruby_events.rb
/usr/lib/ruby/2.2.0/psych/visitors/json_tree.rb
/usr/lib/ruby/2.2.0/psych/visitors/depth_first.rb
/usr/lib/ruby/2.2.0/psych/visitors.rb
/usr/lib/ruby/2.2.0/psych/parser.rb
/usr/lib/ruby/2.2.0/psych/coder.rb
/usr/lib/ruby/2.2.0/psych/core_ext.rb
/usr/lib/ruby/2.2.0/psych/deprecated.rb
/usr/lib/ruby/2.2.0/psych/stream.rb
/usr/lib/ruby/2.2.0/psych/json/yaml_events.rb
/usr/lib/ruby/2.2.0/psych/json/tree_builder.rb
/usr/lib/ruby/2.2.0/psych/json/stream.rb
/usr/lib/ruby/2.2.0/psych/handlers/document_stream.rb
/usr/lib/ruby/2.2.0/psych.rb
/usr/lib/ruby/2.2.0/yaml.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/hash/keys.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/object/blank.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/key_generator.rb
/usr/lib/ruby/2.2.0/base64.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/security_utils.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/message_verifier.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/railties-4.2.3/lib/rails/initializable.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/ordered_options.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/object/acts_like.rb
/usr/lib/x86_64-linux-gnu/ruby/2.2.0/bigdecimal.so
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/object/duplicable.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/object/deep_dup.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/object/itself.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/object/try.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/object/inclusion.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/object/to_query.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/object/to_param.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/multibyte.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/string/multibyte.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/inflector/transliterate.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/string/inflections.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/date_time/calculations.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/xml_mini/rexml.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/xml_mini.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/array/conversions.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/time/acts_like.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/duration.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/ruby_core_support.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/offset_rationals.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/time_or_datetime.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_definition.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_offset.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_transition.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_transition_definition.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_index_definition.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_info.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/data_timezone_info.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/linked_timezone_info.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/transition_data_timezone_info.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/zoneinfo_timezone_info.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/data_source.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/ruby_data_source.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/zoneinfo_data_source.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_period.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/info_timezone.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/data_timezone.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/linked_timezone.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_proxy.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/country_index_definition.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/country_info.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/ruby_country_info.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/zoneinfo_country_info.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/country.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/country_timezone.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/values/time_zone.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/time/conversions.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/time_with_zone.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/date_and_time/zones.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/time/zones.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/date_and_time/calculations.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/time/calculations.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/time/marshal.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/time.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/date/acts_like.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/date/zones.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/date/calculations.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/module/remove_method.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/date/conversions.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/date.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/date_time/acts_like.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/date_time/conversions.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/date_time/zones.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/date_time.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/numeric/time.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/integer/time.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/string/conversions.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/string/zones.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/time.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/array/wrap.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/hash/reverse_merge.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/hash/conversions.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/object/conversions.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/object/instance_variables.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/json-1.8.3/lib/json/version.rb
/usr/lib/ruby/2.2.0/ostruct.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/json-1.8.3/lib/json/generic_object.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/json-1.8.3/lib/json/common.rb
/usr/lib/x86_64-linux-gnu/ruby/2.2.0/enc/utf_16be.so
/usr/lib/x86_64-linux-gnu/ruby/2.2.0/enc/utf_16le.so
/usr/lib/x86_64-linux-gnu/ruby/2.2.0/enc/utf_32be.so
/usr/lib/x86_64-linux-gnu/ruby/2.2.0/enc/utf_32le.so
/var/www/<username>/html/shared/bundle/ruby/2.2.0/extensions/x86_64-linux/2.2.0/json-1.8.3/json/ext/parser.so
/var/www/<username>/html/shared/bundle/ruby/2.2.0/extensions/x86_64-linux/2.2.0/json-1.8.3/json/ext/generator.so
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/json-1.8.3/lib/json/ext.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/json-1.8.3/lib/json.rb
/usr/lib/ruby/2.2.0/bigdecimal/util.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/big_decimal/conversions.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/object/json.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/option_merger.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/object/with_options.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/object.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/railties-4.2.3/lib/rails/paths.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/railties-4.2.3/lib/rails/rack.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/railties-4.2.3/lib/rails/configuration.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/inflector.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/module/introspection.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/railties-4.2.3/lib/rails/railtie.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/railties-4.2.3/lib/rails/engine/railties.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/railties-4.2.3/lib/rails/engine.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/railties-4.2.3/lib/rails/application.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/railties-4.2.3/lib/rails/gem_version.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/railties-4.2.3/lib/rails/version.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/file_update_checker.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/railties-4.2.3/lib/rails/railtie/configuration.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/i18n_railtie.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/railtie.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/class/attribute.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/rails.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionpack-4.2.3/lib/action_pack/gem_version.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionpack-4.2.3/lib/action_pack/version.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionpack-4.2.3/lib/action_pack.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/railtie.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/railties-4.2.3/lib/rails.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activemodel-4.2.3/lib/active_model/gem_version.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activemodel-4.2.3/lib/active_model/version.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activemodel-4.2.3/lib/active_model.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activemodel-4.2.3/lib/active_model/railtie.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/array/access.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/hash_with_indifferent_access.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/hash/indifferent_access.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/globalid-0.3.5/lib/global_id/uri/gid.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/globalid-0.3.5/lib/global_id/global_id.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/globalid-0.3.5/lib/global_id.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/globalid-0.3.5/lib/global_id/railtie.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activejob-4.2.3/lib/active_job/gem_version.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activejob-4.2.3/lib/active_job/version.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activejob-4.2.3/lib/active_job.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activejob-4.2.3/lib/active_job/railtie.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/crud.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/factory_methods.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/expressions.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/predications.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/window_predications.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/math.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/alias_predication.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/order_predications.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/table.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/attributes/attribute.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/attributes.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/compatibility/wheres.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/visitors/visitor.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/visitors/depth_first.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/visitors/reduce.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/visitors/to_sql.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/visitors/sqlite.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/visitors/postgresql.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/visitors/mysql.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/visitors/mssql.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/visitors/oracle.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/visitors/where_sql.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/visitors/dot.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/visitors/ibm_db.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/visitors/informix.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/visitors.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/collectors/plain_string.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/collectors/sql_string.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/tree_manager.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/insert_manager.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/select_manager.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/update_manager.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/delete_manager.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/nodes/node.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/nodes/select_statement.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/nodes/select_core.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/nodes/insert_statement.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/nodes/update_statement.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/nodes/bind_param.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/nodes/terminal.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/nodes/true.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/nodes/false.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/nodes/unary.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/nodes/grouping.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/nodes/ascending.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/nodes/descending.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/nodes/unqualified_column.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/nodes/with.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/nodes/binary.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/nodes/equality.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/nodes/in.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/nodes/join_source.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/nodes/delete_statement.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/nodes/table_alias.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/nodes/infix_operation.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/nodes/over.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/nodes/matches.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/nodes/and.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/nodes/function.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/nodes/count.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/nodes/extract.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/nodes/values.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/nodes/named_function.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/nodes/window.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/nodes/full_outer_join.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/nodes/inner_join.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/nodes/outer_join.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/nodes/right_outer_join.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/nodes/string_join.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/nodes/sql_literal.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/nodes.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/gem_version.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/version.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/attribute_set/builder.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/attribute_set.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/enumerable.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/string/filters.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activemodel-4.2.3/lib/active_model/attribute_methods.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/attribute_methods.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/type/decorator.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/type/mutable.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/type/numeric.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/type/time_value.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/type/value.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/type/integer.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/type/big_integer.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/type/binary.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/type/boolean.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/type/date.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/type/date_time.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/type/decimal.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/type/decimal_without_scale.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/type/float.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/type/serialized.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/type/string.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/type/text.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/type/time.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/type/unsigned_integer.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/type/type_map.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/type/hash_lookup_type_map.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/type.rb
/usr/lib/ruby/2.2.0/benchmark.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/benchmark.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/connection_adapters/schema_cache.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/connection_adapters/abstract/schema_dumper.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/string/strip.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/connection_adapters/abstract/schema_creation.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/arel-6.0.2/lib/arel/collectors/bind.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/connection_adapters/abstract/quoting.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/connection_adapters/abstract/database_statements.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/errors.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/migration.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/migration/join_table.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/string/access.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/connection_adapters/abstract/schema_definitions.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/connection_adapters/abstract/schema_statements.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/connection_adapters/abstract/database_limits.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/connection_adapters/abstract/query_cache.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/descendants_tracker.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/callbacks.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/connection_adapters/abstract_adapter.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/scoping.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/module/attr_internal.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/module/anonymous.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionpack-4.2.3/lib/abstract_controller.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/http/filter_redirect.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/rack-1.6.4/lib/rack/request.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/rack-1.6.4/lib/rack/body_proxy.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/rack-1.6.4/lib/rack/response.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/http/cache.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/http/response.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/json/decoding.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/json/encoding.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/json.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionpack-4.2.3/lib/action_controller/metal/live.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/rescuable.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/http/upload.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/rack-test-0.6.3/lib/rack/mock_session.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/rack-test-0.6.3/lib/rack/test/cookie_jar.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/rack-test-0.6.3/lib/rack/test/mock_digest_request.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/rack-test-0.6.3/lib/rack/test/utils.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/rack-test-0.6.3/lib/rack/test/methods.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/rack-test-0.6.3/lib/rack/test/uploaded_file.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/rack-test-0.6.3/lib/rack/test.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionpack-4.2.3/lib/action_controller/metal/strong_parameters.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/load_error.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/name_error.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/uri.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionpack-4.2.3/lib/action_controller.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionpack-4.2.3/lib/abstract_controller/railties/routes_helpers.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionpack-4.2.3/lib/action_controller/railties/helpers.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionview-4.2.3/lib/action_view/gem_version.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionview-4.2.3/lib/action_view/version.rb
/usr/lib/ruby/2.2.0/erb.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/string/output_safety.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionview-4.2.3/lib/action_view.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionview-4.2.3/lib/action_view/railtie.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionpack-4.2.3/lib/action_controller/railtie.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activerecord-4.2.3/lib/active_record/railtie.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionmailer-4.2.3/lib/action_mailer/gem_version.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionmailer-4.2.3/lib/action_mailer/version.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/class/delegating_attributes.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/module/reachable.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/class/subclasses.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/class.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionmailer-4.2.3/lib/action_mailer.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionmailer-4.2.3/lib/action_mailer/railtie.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sprockets-2.12.4/lib/sprockets/version.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/hike-1.2.3/lib/hike.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tilt-1.4.1/lib/tilt/template.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tilt-1.4.1/lib/tilt/string.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tilt-1.4.1/lib/tilt/erb.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tilt-1.4.1/lib/tilt/etanni.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tilt-1.4.1/lib/tilt/haml.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tilt-1.4.1/lib/tilt/css.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tilt-1.4.1/lib/tilt/csv.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tilt-1.4.1/lib/tilt/coffee.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tilt-1.4.1/lib/tilt/nokogiri.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tilt-1.4.1/lib/tilt/builder.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tilt-1.4.1/lib/tilt/markaby.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tilt-1.4.1/lib/tilt/liquid.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tilt-1.4.1/lib/tilt/radius.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tilt-1.4.1/lib/tilt/markdown.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tilt-1.4.1/lib/tilt/textile.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tilt-1.4.1/lib/tilt/rdoc.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tilt-1.4.1/lib/tilt/wiki.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tilt-1.4.1/lib/tilt/yajl.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tilt-1.4.1/lib/tilt/asciidoc.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tilt-1.4.1/lib/tilt/plain.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/tilt-1.4.1/lib/tilt.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sprockets-2.12.4/lib/sprockets/eco_template.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sprockets-2.12.4/lib/sprockets/ejs_template.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sprockets-2.12.4/lib/sprockets/jst_processor.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sprockets-2.12.4/lib/sprockets/utils.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sprockets-2.12.4/lib/sprockets/engines.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/rack-1.6.4/lib/rack/mime.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sprockets-2.12.4/lib/sprockets/mime.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sprockets-2.12.4/lib/sprockets/processor.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sprockets-2.12.4/lib/sprockets/processing.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sprockets-2.12.4/lib/sprockets/compressing.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sprockets-2.12.4/lib/sprockets/paths.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/hike-1.2.3/lib/hike/normalized_array.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/hike-1.2.3/lib/hike/extensions.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/hike-1.2.3/lib/hike/index.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/hike-1.2.3/lib/hike/paths.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/hike-1.2.3/lib/hike/trail.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sprockets-2.12.4/lib/sprockets/directive_processor.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sprockets-2.12.4/lib/sprockets/safety_colons.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sprockets-2.12.4/lib/sprockets/charset_normalizer.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sprockets-2.12.4/lib/sprockets/sass_compressor.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sprockets-2.12.4/lib/sprockets/yui_compressor.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sprockets-2.12.4/lib/sprockets/closure_compressor.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sprockets-2.12.4/lib/sprockets/uglifier_compressor.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sprockets-2.12.4/lib/sprockets/sass_template.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sprockets-2.12.4/lib/sprockets/scss_template.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sprockets-2.12.4/lib/sprockets.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sprockets-2.12.4/lib/sprockets/errors.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/benchmarkable.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionview-4.2.3/lib/action_view/helpers/active_model_helper.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionview-4.2.3/lib/action_view/helpers/asset_url_helper.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionview-4.2.3/lib/action_view/helpers/capture_helper.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionview-4.2.3/lib/action_view/helpers/output_safety_helper.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionview-4.2.3/lib/action_view/helpers/tag_helper.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionview-4.2.3/lib/action_view/helpers/asset_tag_helper.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionview-4.2.3/lib/action_view/helpers/atom_feed_helper.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionview-4.2.3/lib/action_view/helpers/cache_helper.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionview-4.2.3/lib/action_view/helpers/controller_helper.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionview-4.2.3/lib/action_view/helpers/csrf_helper.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionview-4.2.3/lib/action_view/helpers/date_helper.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionview-4.2.3/lib/action_view/helpers/debug_helper.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionview-4.2.3/lib/action_view/helpers/javascript_helper.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionview-4.2.3/lib/action_view/helpers/url_helper.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/rails-html-sanitizer-1.0.2/lib/rails/html/sanitizer/version.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/extensions/x86_64-linux/2.2.0/nokogiri-1.6.6.2/nokogiri/nokogiri.so
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/version.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/syntax_error.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/pp/node.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/pp/character_data.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/pp.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/parse_options.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/sax/document.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/sax/parser_context.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/sax/parser.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/sax/push_parser.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/sax.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/searchable.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/node/save_options.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/node.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/attribute_decl.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/element_decl.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/element_content.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/character_data.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/namespace.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/attr.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/dtd.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/cdata.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/text.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/document.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/document_fragment.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/processing_instruction.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/node_set.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/syntax_error.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/xpath/syntax_error.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/xpath.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/xpath_context.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/builder.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/reader.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/notation.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/entity_decl.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/schema.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/relax_ng.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xslt/stylesheet.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xslt.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/html/entity_lookup.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/html/document.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/html/document_fragment.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/html/sax/parser_context.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/html/sax/parser.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/html/sax/push_parser.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/html/element_description.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/html/element_description_defaults.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/html.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/decorators/slop.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/css/node.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/css/xpath_visitor.rb
/usr/lib/x86_64-linux-gnu/ruby/2.2.0/racc/cparse.so
/usr/lib/ruby/2.2.0/racc/parser.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/css/parser_extras.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/css/parser.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/css/tokenizer.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/css/syntax_error.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/css.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri/html/builder.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/nokogiri-1.6.6.2/lib/nokogiri.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/loofah-2.0.2/lib/loofah/metahelpers.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/loofah-2.0.2/lib/loofah/elements.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/loofah-2.0.2/lib/loofah/html5/whitelist.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/loofah-2.0.2/lib/loofah/html5/scrub.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/loofah-2.0.2/lib/loofah/scrubber.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/loofah-2.0.2/lib/loofah/scrubbers.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/loofah-2.0.2/lib/loofah/instance_methods.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/loofah-2.0.2/lib/loofah/xml/document.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/loofah-2.0.2/lib/loofah/xml/document_fragment.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/loofah-2.0.2/lib/loofah/html/document.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/loofah-2.0.2/lib/loofah/html/document_fragment.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/loofah-2.0.2/lib/loofah.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/rails-html-sanitizer-1.0.2/lib/rails/html/scrubbers.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/rails-html-sanitizer-1.0.2/lib/rails/html/sanitizer.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/rails-html-sanitizer-1.0.2/lib/rails-html-sanitizer.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionview-4.2.3/lib/action_view/helpers/sanitize_helper.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionview-4.2.3/lib/action_view/helpers/text_helper.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionview-4.2.3/lib/action_view/helpers/form_tag_helper.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionview-4.2.3/lib/action_view/model_naming.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionview-4.2.3/lib/action_view/helpers/form_helper.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionview-4.2.3/lib/action_view/helpers/form_options_helper.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/number_helper.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionview-4.2.3/lib/action_view/helpers/number_helper.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/module/concerning.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/module/qualified_const.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/module.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionview-4.2.3/lib/action_view/record_identifier.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionview-4.2.3/lib/action_view/helpers/record_tag_helper.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionview-4.2.3/lib/action_view/helpers/rendering_helper.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionview-4.2.3/lib/action_view/helpers/translation_helper.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/actionview-4.2.3/lib/action_view/helpers.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sprockets-rails-2.3.2/lib/sprockets/rails/helper.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sprockets-rails-2.3.2/lib/sprockets/rails/version.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/railties-4.2.3/lib/rails/engine/configuration.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/railties-4.2.3/lib/rails/source_annotation_extractor.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/railties-4.2.3/lib/rails/application/configuration.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sprockets-rails-2.3.2/lib/sprockets/railtie.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/activesupport-4.2.3/lib/active_support/string_inquirer.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/extensions/x86_64-linux/2.2.0/pg-0.18.2/pg_ext.so
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/pg-0.18.2/lib/pg/exceptions.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/pg-0.18.2/lib/pg/constants.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/pg-0.18.2/lib/pg/coder.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/pg-0.18.2/lib/pg/text_encoder.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/pg-0.18.2/lib/pg/text_decoder.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/pg-0.18.2/lib/pg/basic_type_mapping.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/pg-0.18.2/lib/pg/type_map_by_column.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/pg-0.18.2/lib/pg/connection.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/pg-0.18.2/lib/pg/result.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/pg-0.18.2/lib/pg.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-rails-5.0.1/lib/sass/rails/version.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/root.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/util/subset_map.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/util/multibyte_string_scanner.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/util/normalized_map.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/util/cross_platform_random.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/util.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/version.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/logger/log_level.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/logger/base.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/logger.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/cache_stores/base.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/cache_stores/filesystem.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/cache_stores/memory.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/cache_stores/chain.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/cache_stores.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/source/position.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/source/range.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/source/map.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/tree/node.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/tree/root_node.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/tree/rule_node.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/tree/comment_node.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/tree/prop_node.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/tree/directive_node.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/tree/media_node.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/tree/supports_node.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/tree/css_import_node.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/tree/variable_node.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/tree/mixin_def_node.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/tree/mixin_node.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/tree/trace_node.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/tree/content_node.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/tree/function_node.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/tree/return_node.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/tree/extend_node.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/tree/if_node.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/tree/while_node.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/tree/for_node.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/tree/each_node.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/tree/debug_node.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/tree/warn_node.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/tree/import_node.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/tree/charset_node.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/tree/at_root_node.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/tree/keyframe_rule_node.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/tree/error_node.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/tree/visitors/base.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/tree/visitors/perform.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/tree/visitors/cssize.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/tree/visitors/extend.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/tree/visitors/convert.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/tree/visitors/to_css.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/tree/visitors/deep_copy.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/tree/visitors/set_options.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/tree/visitors/check_nesting.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/selector/simple.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/selector/abstract_sequence.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/selector/comma_sequence.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/selector/pseudo.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/selector/sequence.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/selector/simple_sequence.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/selector.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/environment.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/scss/rx.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/script/value/helpers.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/script/functions.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/script/lexer.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/script/parser.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/script/tree/node.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/script/tree/variable.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/script/tree/funcall.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/script/tree/operation.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/script/tree/unary_operation.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/script/tree/interpolation.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/script/tree/string_interpolation.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/script/tree/literal.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/script/tree/list_literal.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/script/tree/map_literal.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/script/tree/selector.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/script/tree.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/script/value/base.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/script/value/string.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/script/value/number.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/script/value/color.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/script/value/bool.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/script/value/null.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/script/value/list.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/script/value/arg_list.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/script/value/map.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/script/value.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/script.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/scss/script_lexer.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/scss/script_parser.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/scss/parser.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/script/css_lexer.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/script/css_parser.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/scss/static_parser.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/scss/css_parser.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/scss.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/stack.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/error.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/importers/base.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/importers/filesystem.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/importers/deprecated_path.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/importers.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/shared.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/media.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/supports.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/engine.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/railtie.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass/features.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-3.4.16/lib/sass.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sprockets-2.12.4/lib/sprockets/sass_functions.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-rails-5.0.1/lib/sass/rails/helpers.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sprockets-2.12.4/lib/sprockets/sass_importer.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-rails-5.0.1/lib/sass/rails/importer.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-rails-5.0.1/lib/sass/rails/cache_store.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-rails-5.0.1/lib/sass/rails/template.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-rails-5.0.1/lib/sass/rails/logger.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-rails-5.0.1/lib/sass/rails/railtie.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-rails-5.0.1/lib/sass/rails.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/sass-rails-5.0.1/lib/sass-rails.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/execjs-2.5.2/lib/execjs/version.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/execjs-2.5.2/lib/execjs/module.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/execjs-2.5.2/lib/execjs/encoding.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/execjs-2.5.2/lib/execjs/runtime.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/execjs-2.5.2/lib/execjs/disabled_runtime.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/execjs-2.5.2/lib/execjs/duktape_runtime.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/execjs-2.5.2/lib/execjs/external_runtime.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/execjs-2.5.2/lib/execjs/ruby_racer_runtime.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/execjs-2.5.2/lib/execjs/ruby_rhino_runtime.rb
/var/www/<username>/html/shared/bundle/ruby/2.2.0/gems/execjs-2.5.2/lib/execjs/runtimes.rb
</pre></dd>
</dl>
</div>
</div>
<div id="site_footer">
<!--
You are free to modify the footer as you see fit,
but we kindly ask of you to preserve to following
text. Thank you.
-->
<div class="container">
Powered by <a href="https://www.phusionpassenger.com/">Phusion Passenger</a>,
<tt>mod_rails</tt> / <tt>mod_rack</tt> for Apache and Nginx.
</div>
</div>
</div>
</body>
</html>
@FooBarWidget
Copy link

App 849 stderr: sh: 1: env: not found

This is an indication that you have a PATH issue. And as you can see in the environment variable, this is true:

PATH = /var/www/<username>/html/shared/bundle/ruby/2.2.0/bin

Try using passenger_env_var or something to ensure that your PATH is correct.

@tvdeyen
Copy link
Author

tvdeyen commented Jul 22, 2015

Thanks @FooBarWidget for the fast response. That's what I also thought. But logged in as <username> this is what echo $PATH returns:

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games

and this is what env returns:

XDG_SESSION_ID=5
SHELL=/bin/bash
TERM=xterm-256color
USER=<username>
LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:
SUDO_USER=thomasvondeyen
SUDO_UID=1000
USERNAME=root
MAIL=/var/mail/<username>
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
PWD=/var/www/<username>
LANG=en_US.UTF-8
SHLVL=1
SUDO_COMMAND=/bin/su <username>
HOME=/var/www/<username>
LOGNAME=<username>
LESSOPEN=| /usr/bin/lesspipe %s
XDG_RUNTIME_DIR=/run/user/1000
SUDO_GID=1001
LESSCLOSE=/usr/bin/lesspipe %s %s
_=/usr/bin/env

Running the app in passenger standalone works, as well as running with rails server. Only requests via nginx fail.

This is my nginx.conf:

user www-data;
worker_processes 4;
pid /run/nginx.pid;

events {
    worker_connections 768;
}

http {
    sendfile on;
    tcp_nopush on;
    tcp_nodelay on;
    keepalive_timeout 65;
    types_hash_max_size 2048;

    include /etc/nginx/mime.types;
    default_type application/octet-stream;

    ssl_protocols TLSv1 TLSv1.1 TLSv1.2; # Dropping SSLv3, ref: POODLE
    ssl_prefer_server_ciphers on;

    access_log /var/log/nginx/access.log;
    error_log /var/log/nginx/error.log;

    gzip on;
    gzip_disable "msie6";

    passenger_root /usr/lib/ruby/vendor_ruby/phusion_passenger/locations.ini;
    passenger_ruby /usr/bin/ruby2.2;

    include /etc/nginx/conf.d/*.conf;
    include /etc/nginx/sites-enabled/*;
}

and my default vhost setting:

server {
    listen 80 default_server;
    listen [::]:80 default_server;

    server_name _;

    root /var/www/<username>/html/current/public;
    passenger_enabled on;
    rails_env staging;

    location / {
        try_files $uri $uri/ =404;
    }

    location ~ ^/(assets)/  {
        gzip_static on; # to serve pre-gzipped version
        expires max;
        add_header Cache-Control public;
    }
}

Just reinstalled the server again following your install docs.

Yesterday evening I also tried to set passenger_user and passenger_group just to be sure, but this didn't helped either.

What is missing from the docs?

Thanks for your help.

@tvdeyen
Copy link
Author

tvdeyen commented Jul 22, 2015

Oh, now I got some new error:

App 31884 stdout: 
App 31884 stderr:  --> Compiling passenger_native_support.so for the current Ruby interpreter...
App 31884 stderr:      (set PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY=0 to disable)
App 31884 stderr:      Warning: compilation didn't succeed. To learn why, read this file:
App 31884 stderr:      /tmp/passenger_native_support-ayk5a1.log
App 31884 stderr:  --> Downloading precompiled passenger_native_support.so for the current Ruby interpreter...
App 31884 stderr:      (set PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY=0 to disable)
App 31884 stderr: 
App 31884 stderr:      Could not download https://oss-binaries.phusionpassenger.com/binaries/passenger/by_release/5.0.14/rubyext-ruby-2.2.2-x86_64-linux.tar.gz: no download tool found (curl or wget required)
App 31884 stderr:      Trying next mirror...
App 31884 stderr:      Could not download https://s3.amazonaws.com/phusion-passenger/binaries/passenger/by_release/5.0.14/rubyext-ruby-2.2.2-x86_64-linux.tar.gz: no download tool found (curl or wget required)
App 31884 stderr:  --> Continuing without passenger_native_support.so.

Yes, wget and curl are installed! So something is completely wrong with this setup. It's the first time I installed passenger via apt-get. Typically I take the gem install passenger approach.

Passenger never failed me before. This is very strange. I really love your technology, because it "just works" (and it did!), until this time 😿

@tvdeyen
Copy link
Author

tvdeyen commented Jul 22, 2015

Try using passenger_env_var or something to ensure that your PATH is correct.

Never heard of it and can't find any note about this being necessary in your docs.
It doesn't seem to be a bin either:

$ passenger_env_var
-bash: passenger_env_var: command not found

So how do I use it? Any help is very much appreciated.

@FooBarWidget
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment