Skip to content

Instantly share code, notes, and snippets.

@mkcode
Created March 31, 2016 17:44
Show Gist options
  • Save mkcode/ae847a8731184a90ac350a9418aa3ac2 to your computer and use it in GitHub Desktop.
Save mkcode/ae847a8731184a90ac350a9418aa3ac2 to your computer and use it in GitHub Desktop.
ObjectSpace stats:
TOTAL: 1142492
FREE: 669062
T_STRING: 179003
T_ARRAY: 114638
T_IMEMO: 80083
T_HASH: 61165
T_OBJECT: 12105
T_DATA: 10860
T_CLASS: 8103
T_REGEXP: 2492
T_ICLASS: 1745
T_MODULE: 1149
T_RATIONAL: 891
T_STRUCT: 602
T_SYMBOL: 468
T_NODE: 79
T_FILE: 18
T_BIGNUM: 15
T_FLOAT: 9
T_MATCH: 4
T_COMPLEX: 1
1000 Largest strings:
/*!
* jQuery JavaScript Library v2.1.4
* http://jquery.com/
*
* Includes Sizzle.js
* http://sizzlejs.com/
*
* Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors
* Released under the MIT license
* http://jquery.org/license
*
* Date: 2015-04-28T16:01Z
*/
(function( global, factory ) {
if ( typeof module === "object" && typeof module.exports === "object" ) {
// For CommonJS and CommonJS-like environments where a proper `window`
// is present, execute the factory and get jQuery.
// For environments that do not have a `window` with a `document`
// (such as Node.js), expose a factory as module.exports.
// This accentuates the need for the creation of a real `window`.
// e.g. var jQuery = require("jquery")(window);
// See ticket #14549 for more info.
module.exports = global.document ?
factory( global, true ) :
function( w ) {
if ( !w.document ) {
throw new Error( "jQuery requires a window with a document" );
}
return facto
(len: 374788)
/*!
* jQuery JavaScript Library v2.1.4
* http://jquery.com/
*
* Includes Sizzle.js
* http://sizzlejs.com/
*
* Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors
* Released under the MIT license
* http://jquery.org/license
*
* Date: 2015-04-28T16:01Z
*/
(function( global, factory ) {
if ( typeof module === "object" && typeof module.exports === "object" ) {
// For CommonJS and CommonJS-like environments where a proper `window`
// is present, execute the factory and get jQuery.
// For environments that do not have a `window` with a `document`
// (such as Node.js), expose a factory as module.exports.
// This accentuates the need for the creation of a real `window`.
// e.g. var jQuery = require("jquery")(window);
// See ticket #14549 for more info.
module.exports = global.document ?
factory( global, true ) :
function( w ) {
if ( !w.document ) {
throw new Error( "jQuery requires a window with a document" );
}
return facto
(len: 374788)
/*!
* jQuery JavaScript Library v2.1.4
* http://jquery.com/
*
* Includes Sizzle.js
* http://sizzlejs.com/
*
* Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors
* Released under the MIT license
* http://jquery.org/license
*
* Date: 2015-04-28T16:01Z
*/
(function( global, factory ) {
if ( typeof module === "object" && typeof module.exports === "object" ) {
// For CommonJS and CommonJS-like environments where a proper `window`
// is present, execute the factory and get jQuery.
// For environments that do not have a `window` with a `document`
// (such as Node.js), expose a factory as module.exports.
// This accentuates the need for the creation of a real `window`.
// e.g. var jQuery = require("jquery")(window);
// See ticket #14549 for more info.
module.exports = global.document ?
factory( global, true ) :
function( w ) {
if ( !w.document ) {
throw new Error( "jQuery requires a window with a document" );
}
return facto
(len: 374788)
/**
* CoffeeScript Compiler v1.10.0
* http://coffeescript.org
*
* Copyright 2011, Jeremy Ashkenas
* Released under the MIT License
*/
(function(root) {
var CoffeeScript = function() {
function require(path){ return require[path]; }
require['./helpers'] = (function() {
var exports = {}, module = {exports: exports};
// Generated by CoffeeScript 1.10.0
(function() {
var buildLocationData, extend, flatten, ref, repeat, syntaxErrorToString;
exports.starts = function(string, literal, start) {
return literal === string.substr(start, literal.length);
};
exports.ends = function(string, literal, back) {
var len;
len = literal.length;
return literal === string.substr(string.length - len - (back || 0), len);
};
exports.repeat = repeat = function(str, n) {
var res;
res = '';
while (n > 0) {
if (n & 1) {
res += str;
}
n >>>= 1;
str += str;
}
return res;
};
exports.compact = function(array) {
(len: 278574)
/**
* CoffeeScript Compiler v1.10.0
* http://coffeescript.org
*
* Copyright 2011, Jeremy Ashkenas
* Released under the MIT License
*/
(function(root) {
var CoffeeScript = function() {
function require(path){ return require[path]; }
require['./helpers'] = (function() {
var exports = {}, module = {exports: exports};
// Generated by CoffeeScript 1.10.0
(function() {
var buildLocationData, extend, flatten, ref, repeat, syntaxErrorToString;
exports.starts = function(string, literal, start) {
return literal === string.substr(start, literal.length);
};
exports.ends = function(string, literal, back) {
var len;
len = literal.length;
return literal === string.substr(string.length - len - (back || 0), len);
};
exports.repeat = repeat = function(str, n) {
var res;
res = '';
while (n > 0) {
if (n & 1) {
res += str;
}
n >>>= 1;
str += str;
}
return res;
};
exports.compact = function(array) {
(len: 278574)
/*!
* jQuery JavaScript Library v2.1.4
* http://jquery.com/
*
* Includes Sizzle.js
* http://sizzlejs.com/
*
* Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors
* Released under the MIT license
* http://jquery.org/license
*
* Date: 2015-04-28T16:01Z
*/
(function( global, factory ) {
if ( typeof module === "object" && typeof module.exports === "object" ) {
// For CommonJS and CommonJS-like environments where a proper `window`
// is present, execute the factory and get jQuery.
// For environments that do not have a `window` with a `document`
// (such as Node.js), expose a factory as module.exports.
// This accentuates the need for the creation of a real `window`.
// e.g. var jQuery = require("jquery")(window);
// See ticket #14549 for more info.
module.exports = global.document ?
factory( global, true ) :
function( w ) {
if ( !w.document ) {
throw new Error( "jQuery requires a window with a document" );
}
return facto
(len: 247598)
/*!
* jQuery JavaScript Library v2.1.4
* http://jquery.com/
*
* Includes Sizzle.js
* http://sizzlejs.com/
*
* Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors
* Released under the MIT license
* http://jquery.org/license
*
* Date: 2015-04-28T16:01Z
*/
(function( global, factory ) {
if ( typeof module === "object" && typeof module.exports === "object" ) {
// For CommonJS and CommonJS-like environments where a proper `window`
// is present, execute the factory and get jQuery.
// For environments that do not have a `window` with a `document`
// (such as Node.js), expose a factory as module.exports.
// This accentuates the need for the creation of a real `window`.
// e.g. var jQuery = require("jquery")(window);
// See ticket #14549 for more info.
module.exports = global.document ?
factory( global, true ) :
function( w ) {
if ( !w.document ) {
throw new Error( "jQuery requires a window with a document" );
}
return facto
(len: 247598)
/* line 1, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy {
font-size: 10px;
position: absolute;
padding: 5px;
z-index: 100000;
}
/* line 2, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-inner {
background-color: #000;
color: #FFF;
max-width: 200px;
padding: 5px 8px 4px 8px;
text-align: center;
}
/* Rounded corners */
/* line 5, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-inner {
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
/* line 7, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-arrow {
position: absolute;
width: 0;
height: 0;
line-height: 0;
border: 5px dashed #000;
}
/* Rules to colour arrows */
/*
(len: 197051)
/* line 1, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy {
font-size: 10px;
position: absolute;
padding: 5px;
z-index: 100000;
}
/* line 2, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-inner {
background-color: #000;
color: #FFF;
max-width: 200px;
padding: 5px 8px 4px 8px;
text-align: center;
}
/* Rounded corners */
/* line 5, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-inner {
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
/* line 7, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-arrow {
position: absolute;
width: 0;
height: 0;
line-height: 0;
border: 5px dashed #000;
}
/* Rules to colour arrows */
/*
(len: 197051)
/* line 1, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy {
font-size: 10px;
position: absolute;
padding: 5px;
z-index: 100000;
}
/* line 2, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-inner {
background-color: #000;
color: #FFF;
max-width: 200px;
padding: 5px 8px 4px 8px;
text-align: center;
}
/* Rounded corners */
/* line 5, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-inner {
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
/* line 7, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-arrow {
position: absolute;
width: 0;
height: 0;
line-height: 0;
border: 5px dashed #000;
}
/* Rules to colour arrows */
/*
(len: 197051)
@charset "UTF-8";
@font-face {
font-family: 'octicons';
src: url(/assets/octicons/octicons/octicons-662d9c2dd476cb0ecb1061fd39dd3254b4930ee96ec97f1764e34ceea91f6542.eot?#iefix) format("embedded-opentype"), url(/assets/octicons/octicons/octicons-a2f53fc2a3038043a1e81bebab1637a1c2f2350615b28c8dfafe9277c9f0a3fd.woff) format("woff"), url(/assets/octicons/octicons/octicons-26c6d8b768c0c361294d7d198bd9ed262d27c5f31fad6affb0f3942aba86180c.ttf) format("truetype"), url(/assets/octicons/octicons/octicons-5a5cad51e078f000144669a0c1208d498becbb8e283d2ceb46cf68d05508c6be.svg#octicons) format("svg");
font-weight: normal;
font-style: normal;
}
/* line 13, /Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/sprockets-octicons.scss */
.octicon, .mega-octicon {
font: normal normal normal 16px/1 octicons;
display: inline-block;
text-decoration: none;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
(len: 188470)
@charset "UTF-8";
@font-face {
font-family: 'octicons';
src: url(/assets/octicons/octicons/octicons-662d9c2dd476cb0ecb1061fd39dd3254b4930ee96ec97f1764e34ceea91f6542.eot?#iefix) format("embedded-opentype"), url(/assets/octicons/octicons/octicons-a2f53fc2a3038043a1e81bebab1637a1c2f2350615b28c8dfafe9277c9f0a3fd.woff) format("woff"), url(/assets/octicons/octicons/octicons-26c6d8b768c0c361294d7d198bd9ed262d27c5f31fad6affb0f3942aba86180c.ttf) format("truetype"), url(/assets/octicons/octicons/octicons-5a5cad51e078f000144669a0c1208d498becbb8e283d2ceb46cf68d05508c6be.svg#octicons) format("svg");
font-weight: normal;
font-style: normal;
}
/* line 13, /Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/sprockets-octicons.scss */
.octicon, .mega-octicon {
font: normal normal normal 16px/1 octicons;
display: inline-block;
text-decoration: none;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
(len: 188470)
(function() {
var CSRFToken, Click, ComponentUrl, EVENTS, Link, ProgressBar, browserIsntBuggy, browserSupportsCustomEvents, browserSupportsPushState, browserSupportsTurbolinks, bypassOnLoadPopstate, cacheCurrentPage, cacheSize, changePage, clone, constrainPageCacheTo, createDocument, crossOriginRedirect, currentState, enableProgressBar, enableTransitionCache, executeScriptTags, extractTitleAndBody, fetch, fetchHistory, fetchReplacement, historyStateIsDefined, initializeTurbolinks, installDocumentReadyPageEventTriggers, installHistoryChangeHandler, installJqueryAjaxSuccessPageUpdateTrigger, loadedAssets, manuallyTriggerHashChangeForFirefox, pageCache, pageChangePrevented, pagesCached, popCookie, processResponse, progressBar, recallScrollPosition, ref, referer, reflectNewUrl, reflectRedirectedUrl, rememberCurrentState, rememberCurrentUrl, rememberReferer, removeNoscriptTags, requestMethodIsSafe, resetScrollPosition, setAutofocusElement, transitionCacheEnabled, transitionCacheFor, trigge
(len: 24817)
(function() {
var CSRFToken, Click, ComponentUrl, EVENTS, Link, ProgressBar, browserIsntBuggy, browserSupportsCustomEvents, browserSupportsPushState, browserSupportsTurbolinks, bypassOnLoadPopstate, cacheCurrentPage, cacheSize, changePage, clone, constrainPageCacheTo, createDocument, crossOriginRedirect, currentState, enableProgressBar, enableTransitionCache, executeScriptTags, extractTitleAndBody, fetch, fetchHistory, fetchReplacement, historyStateIsDefined, initializeTurbolinks, installDocumentReadyPageEventTriggers, installHistoryChangeHandler, installJqueryAjaxSuccessPageUpdateTrigger, loadedAssets, manuallyTriggerHashChangeForFirefox, pageCache, pageChangePrevented, pagesCached, popCookie, processResponse, progressBar, recallScrollPosition, ref, referer, reflectNewUrl, reflectRedirectedUrl, rememberCurrentState, rememberCurrentUrl, rememberReferer, removeNoscriptTags, requestMethodIsSafe, resetScrollPosition, setAutofocusElement, transitionCacheEnabled, transitionCacheFor, trigge
(len: 24817)
/*!
* clipboard.js v1.5.3
* https://zenorocha.github.io/clipboard.js
*
* Licensed MIT © Zeno Rocha
*/
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.Clipboard = f()}})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
var matches = require('matches-selector')
(len: 20809)
/*!
* clipboard.js v1.5.3
* https://zenorocha.github.io/clipboard.js
*
* Licensed MIT © Zeno Rocha
*/
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.Clipboard = f()}})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
var matches = require('matches-selector')
(len: 20809)
/*
* Remodal - v1.0.3
* Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
* http://vodkabears.github.io/remodal/
*
* Made by Ilya Makarov
* Under MIT License
*/
!(function(root, factory) {
if (typeof define === 'function' && define.amd) {
define(['jquery'], function($) {
return factory(root, $);
});
} else if (typeof exports === 'object') {
factory(root, require('jquery'));
} else {
factory(root, root.jQuery || root.Zepto);
}
})(this, function(global, $) {
'use strict';
/**
* Name of the plugin
* @private
* @const
* @type {String}
*/
var PLUGIN_NAME = 'remodal';
/**
* Namespace for CSS and events
* @private
* @const
* @type {String}
*/
var NAMESPACE = global.REMODAL_GLOBALS && global.REMODAL_GLOBALS.NAMESPACE || PLUGIN_NAME;
/**
* Animationstart event with vendor prefixes
* @private
* @c
(len: 19024)
/*
* Remodal - v1.0.3
* Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
* http://vodkabears.github.io/remodal/
*
* Made by Ilya Makarov
* Under MIT License
*/
!(function(root, factory) {
if (typeof define === 'function' && define.amd) {
define(['jquery'], function($) {
return factory(root, $);
});
} else if (typeof exports === 'object') {
factory(root, require('jquery'));
} else {
factory(root, root.jQuery || root.Zepto);
}
})(this, function(global, $) {
'use strict';
/**
* Name of the plugin
* @private
* @const
* @type {String}
*/
var PLUGIN_NAME = 'remodal';
/**
* Namespace for CSS and events
* @private
* @const
* @type {String}
*/
var NAMESPACE = global.REMODAL_GLOBALS && global.REMODAL_GLOBALS.NAMESPACE || PLUGIN_NAME;
/**
* Animationstart event with vendor prefixes
* @private
* @c
(len: 19024)
(function($, undefined) {
/**
* Unobtrusive scripting adapter for jQuery
* https://github.com/rails/jquery-ujs
*
* Requires jQuery 1.8.0 or later.
*
* Released under the MIT license
*
*/
// Cut down on the number of issues from people inadvertently including jquery_ujs twice
// by detecting and raising an error when it happens.
if ( $.rails !== undefined ) {
$.error('jquery-ujs has already been loaded!');
}
// Shorthand to make it a little easier to call public rails functions from within rails.js
var rails;
var $document = $(document);
$.rails = rails = {
// Link elements bound by jquery-ujs
linkClickSelector: 'a[data-confirm], a[data-method], a[data-remote], a[data-disable-with], a[data-disable]',
// Button elements bound by jquery-ujs
buttonClickSelector: 'button[data-remote]:not(form button), button[data-confirm]:not(form button)',
// Select elements bound by jquery-ujs
inputChangeSelector: 'select[data-remote], input[data-re
(len: 18857)
(function($, undefined) {
/**
* Unobtrusive scripting adapter for jQuery
* https://github.com/rails/jquery-ujs
*
* Requires jQuery 1.8.0 or later.
*
* Released under the MIT license
*
*/
// Cut down on the number of issues from people inadvertently including jquery_ujs twice
// by detecting and raising an error when it happens.
if ( $.rails !== undefined ) {
$.error('jquery-ujs has already been loaded!');
}
// Shorthand to make it a little easier to call public rails functions from within rails.js
var rails;
var $document = $(document);
$.rails = rails = {
// Link elements bound by jquery-ujs
linkClickSelector: 'a[data-confirm], a[data-method], a[data-remote], a[data-disable-with], a[data-disable]',
// Button elements bound by jquery-ujs
buttonClickSelector: 'button[data-remote]:not(form button), button[data-confirm]:not(form button)',
// Select elements bound by jquery-ujs
inputChangeSelector: 'select[data-remote], input[data-re
(len: 18857)
(function() {
var CalendarDate, RelativeTime, browserIsCompatible, domLoaded, iso8601, months, pad, parse, parseTimeZone, process, relativeDate, relativeTimeAgo, relativeTimeOrDate, relativeWeekday, run, strftime, update, weekdays;
browserIsCompatible = function() {
return document.querySelectorAll && document.addEventListener;
};
if (!browserIsCompatible()) {
return;
}
if (isNaN(Date.parse("2011-01-01T12:00:00-05:00"))) {
parse = Date.parse;
iso8601 = /^(\d{4})-(\d{2})-(\d{2})T(\d{2}):(\d{2}):(\d{2})(Z|[-+]?[\d:]+)$/;
Date.parse = function(dateString) {
var _, day, hour, matches, minute, month, offset, second, year, zone;
dateString = dateString.toString();
if (matches = dateString.match(iso8601)) {
_ = matches[0], year = matches[1], month = matches[2], day = matches[3], hour = matches[4], minute = matches[5], second = matches[6], zone = matches[7];
if (zone !== "Z") {
offset = zone.replace(":", "");
(len: 10533)
(function() {
var CalendarDate, RelativeTime, browserIsCompatible, domLoaded, iso8601, months, pad, parse, parseTimeZone, process, relativeDate, relativeTimeAgo, relativeTimeOrDate, relativeWeekday, run, strftime, update, weekdays;
browserIsCompatible = function() {
return document.querySelectorAll && document.addEventListener;
};
if (!browserIsCompatible()) {
return;
}
if (isNaN(Date.parse("2011-01-01T12:00:00-05:00"))) {
parse = Date.parse;
iso8601 = /^(\d{4})-(\d{2})-(\d{2})T(\d{2}):(\d{2}):(\d{2})(Z|[-+]?[\d:]+)$/;
Date.parse = function(dateString) {
var _, day, hour, matches, minute, month, offset, second, year, zone;
dateString = dateString.toString();
if (matches = dateString.match(iso8601)) {
_ = matches[0], year = matches[1], month = matches[2], day = matches[3], hour = matches[4], minute = matches[5], second = matches[6], zone = matches[7];
if (zone !== "Z") {
offset = zone.replace(":", "");
(len: 10533)
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title><%=h exception.class %> at <%=h path %></title>
<script type="text/javascript">
//<!--
function toggle(id) {
var pre = document.getElementById("pre-" + id);
var post = document.getElementById("post-" + id);
var context = document.getElementById("context-" + id);
if (pre.style.display == 'block') {
pre.style.display = 'none';
post.style.display = 'none';
context.style.background = "none";
} else {
pre.style.display = 'block';
post.style.display = 'block';
context.style.background = "#fffed9";
}
}
function toggleBacktrace(){
var bt = document.getElementById("backtrace");
var toggler = document.getElementById("expando");
if (bt.className == 'condensed') {
bt.className = 'expanded';
toggler.innerHTML = "(condense)";
} else {
bt.className = 'condensed';
toggler.innerHTML
(len: 10174)
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title><%=h exception.class %> at <%=h path %></title>
<script type="text/javascript">
//<!--
function toggle(id) {
var pre = document.getElementById("pre-" + id);
var post = document.getElementById("post-" + id);
var context = document.getElementById("context-" + id);
if (pre.style.display == 'block') {
pre.style.display = 'none';
post.style.display = 'none';
context.style.background = "none";
} else {
pre.style.display = 'block';
post.style.display = 'block';
context.style.background = "#fffed9";
}
}
function toggleBacktrace(){
var bt = document.getElementById("backtrace");
var toggler = document.getElementById("expando");
if (bt.className == 'condensed') {
bt.className = 'expanded';
toggler.innerHTML = "(condense)";
} else {
bt.className = 'condensed';
toggler.innerHTML
(len: 10174)
GIT
remote: git://github.com/Soliah/peek-sidekiq.git
revision: 261c857578ae6dc189506a35194785a4db51e54c
ref: 261c857578ae6dc189506a35194785a4db51e54c
specs:
peek-sidekiq (1.0.0)
peek
sidekiq
GEM
remote: https://rubygems.org/
specs:
actionmailer (4.2.5.2)
actionpack (= 4.2.5.2)
actionview (= 4.2.5.2)
activejob (= 4.2.5.2)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 1.0, >= 1.0.5)
actionpack (4.2.5.2)
actionview (= 4.2.5.2)
activesupport (= 4.2.5.2)
rack (~> 1.6)
rack-test (~> 0.6.2)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (4.2.5.2)
activesupport (= 4.2.5.2)
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
activejob (4.2.5.2)
activesupport (= 4.2.5.2)
globalid (>= 0.3.0)
activemodel (4.2.5.2)
activesupport (= 4.2.5.2)
(len: 9984)
GIT
remote: git://github.com/Soliah/peek-sidekiq.git
revision: 261c857578ae6dc189506a35194785a4db51e54c
ref: 261c857578ae6dc189506a35194785a4db51e54c
specs:
peek-sidekiq (1.0.0)
peek
sidekiq
GEM
remote: https://rubygems.org/
specs:
actionmailer (4.2.5.2)
actionpack (= 4.2.5.2)
actionview (= 4.2.5.2)
activejob (= 4.2.5.2)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 1.0, >= 1.0.5)
actionpack (4.2.5.2)
actionview (= 4.2.5.2)
activesupport (= 4.2.5.2)
rack (~> 1.6)
rack-test (~> 0.6.2)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (4.2.5.2)
activesupport (= 4.2.5.2)
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
activejob (4.2.5.2)
activesupport (= 4.2.5.2)
globalid (>= 0.3.0)
activemodel (4.2.5.2)
activesupport (= 4.2.5.2)
(len: 9984)
GIT
remote: git://github.com/Soliah/peek-sidekiq.git
revision: 261c857578ae6dc189506a35194785a4db51e54c
ref: 261c857578ae6dc189506a35194785a4db51e54c
specs:
peek-sidekiq (1.0.0)
peek
sidekiq
GEM
remote: https://rubygems.org/
specs:
actionmailer (4.2.5.2)
actionpack (= 4.2.5.2)
actionview (= 4.2.5.2)
activejob (= 4.2.5.2)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 1.0, >= 1.0.5)
actionpack (4.2.5.2)
actionview (= 4.2.5.2)
activesupport (= 4.2.5.2)
rack (~> 1.6)
rack-test (~> 0.6.2)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (4.2.5.2)
activesupport (= 4.2.5.2)
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
activejob (4.2.5.2)
activesupport (= 4.2.5.2)
globalid (>= 0.3.0)
activemodel (4.2.5.2)
activesupport (= 4.2.5.2)
(len: 9984)
GIT
remote: git://github.com/Soliah/peek-sidekiq.git
revision: 261c857578ae6dc189506a35194785a4db51e54c
ref: 261c857578ae6dc189506a35194785a4db51e54c
specs:
peek-sidekiq (1.0.0)
peek
sidekiq
GEM
remote: https://rubygems.org/
specs:
actionmailer (4.2.5.2)
actionpack (= 4.2.5.2)
actionview (= 4.2.5.2)
activejob (= 4.2.5.2)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 1.0, >= 1.0.5)
actionpack (4.2.5.2)
actionview (= 4.2.5.2)
activesupport (= 4.2.5.2)
rack (~> 1.6)
rack-test (~> 0.6.2)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (4.2.5.2)
activesupport (= 4.2.5.2)
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
activejob (4.2.5.2)
activesupport (= 4.2.5.2)
globalid (>= 0.3.0)
activemodel (4.2.5.2)
activesupport (= 4.2.5.2)
(len: 9984)
// tipsy, facebook style tooltips for jquery
// version 1.0.0a
// (c) 2008-2010 jason frame [jason@onehackoranother.com]
// released under the MIT license
(function($) {
function maybeCall(thing, ctx) {
return (typeof thing == 'function') ? (thing.call(ctx)) : thing;
};
function isElementInDOM(ele) {
while (ele = ele.parentNode) {
if (ele == document) return true;
}
return false;
};
function Tipsy(element, options) {
this.$element = $(element);
this.options = options;
this.enabled = true;
this.fixTitle();
};
Tipsy.prototype = {
show: function() {
var title = this.getTitle();
if (title && this.enabled) {
var $tip = this.tip();
$tip.find('.tipsy-inner')[this.options.html ? 'html' : 'text'](title);
$tip[0].className = 'tipsy'; // reset classname in case of dynamic gravity
(len: 9819)
// tipsy, facebook style tooltips for jquery
// version 1.0.0a
// (c) 2008-2010 jason frame [jason@onehackoranother.com]
// released under the MIT license
(function($) {
function maybeCall(thing, ctx) {
return (typeof thing == 'function') ? (thing.call(ctx)) : thing;
};
function isElementInDOM(ele) {
while (ele = ele.parentNode) {
if (ele == document) return true;
}
return false;
};
function Tipsy(element, options) {
this.$element = $(element);
this.options = options;
this.enabled = true;
this.fixTitle();
};
Tipsy.prototype = {
show: function() {
var title = this.getTitle();
if (title && this.enabled) {
var $tip = this.tip();
$tip.find('.tipsy-inner')[this.options.html ? 'html' : 'text'](title);
$tip[0].className = 'tipsy'; // reset classname in case of dynamic gravity
(len: 9819)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Classroom for GitHub</title>
<link rel="stylesheet" media="all" href="/assets/peek/vendor/tipsy.self-f7818f0b0406a584b37ebaf87b3563b23c0d60441f44cfcdf436d031ce253e6f.css?body=1" data-turbolinks-track="true" />
<link rel="stylesheet" media="all" href="/assets/peek.self-4778ea7c5514e957da9c297eb0035d73e66f5670292d44048f651998d582d985.css?body=1" data-turbolinks-track="true" />
<link rel="stylesheet" media="all" href="/assets/peek/views/performance_bar.self-c79d8cf0e9154a99736e81ee446708ea5293368bb25d009982476c7089fbf008.css?body=1" data-turbolinks-track="true" />
<link rel="stylesheet" media="all" href="/assets/application.self-02b7d36384e4fa4b2c7c29a000d33759911fc530403db0419b852eb2f9b0ddfa.css?body=1" data-turbolinks-track="true" />
<meta name="csrf-param" content="auth
(len: 9768)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="robots" content="NONE,NOARCHIVE" />
<title><%=h exception.class %> at <%=h path %></title>
<style type="text/css">
html * { padding:0; margin:0; }
body * { padding:10px 20px; }
body * * { padding:0; }
body { font:small sans-serif; }
body>div { border-bottom:1px solid #ddd; }
h1 { font-weight:normal; }
h2 { margin-bottom:.8em; }
h2 span { font-size:80%; color:#666; font-weight:normal; }
h3 { margin:1em 0 .5em 0; }
h4 { margin:0 0 .5em 0; font-weight: normal; }
table {
border:1px solid #ccc; border-collapse: collapse; background:white; }
tbody td, tbody th { vertical-align:top; padding:2px 3px; }
thead th {
padding:1px 6px 1px 3px; background:#fefefe; text-align:left;
font-weight:normal; font-size:11p
(len: 8802)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="robots" content="NONE,NOARCHIVE" />
<title><%=h exception.class %> at <%=h path %></title>
<style type="text/css">
html * { padding:0; margin:0; }
body * { padding:10px 20px; }
body * * { padding:0; }
body { font:small sans-serif; }
body>div { border-bottom:1px solid #ddd; }
h1 { font-weight:normal; }
h2 { margin-bottom:.8em; }
h2 span { font-size:80%; color:#666; font-weight:normal; }
h3 { margin:1em 0 .5em 0; }
h4 { margin:0 0 .5em 0; font-weight: normal; }
table {
border:1px solid #ccc; border-collapse: collapse; background:white; }
tbody td, tbody th { vertical-align:top; padding:2px 3px; }
thead th {
padding:1px 6px 1px 3px; background:#fefefe; text-align:left;
font-weight:normal; font-size:11p
(len: 8802)
(function() {
var PerformanceBar, ajaxStart, renderPerformanceBar, updateStatus;
PerformanceBar = (function() {
PerformanceBar.prototype.appInfo = null;
PerformanceBar.prototype.width = null;
PerformanceBar.formatTime = function(value) {
if (value >= 1000) {
return ((value / 1000).toFixed(3)) + "s";
} else {
return (value.toFixed(0)) + "ms";
}
};
function PerformanceBar(options) {
var k, v;
if (options == null) {
options = {};
}
this.el = $('#peek-view-performance-bar .performance-bar');
for (k in options) {
v = options[k];
this[k] = v;
}
if (this.width == null) {
this.width = this.el.width();
}
if (this.timing == null) {
this.timing = window.performance.timing;
}
}
PerformanceBar.prototype.render = function(serverTime) {
var networkTime, perfNetworkTime;
if (serverTime == null) {
serverTime = 0;
(len: 5410)
(function() {
var PerformanceBar, ajaxStart, renderPerformanceBar, updateStatus;
PerformanceBar = (function() {
PerformanceBar.prototype.appInfo = null;
PerformanceBar.prototype.width = null;
PerformanceBar.formatTime = function(value) {
if (value >= 1000) {
return ((value / 1000).toFixed(3)) + "s";
} else {
return (value.toFixed(0)) + "ms";
}
};
function PerformanceBar(options) {
var k, v;
if (options == null) {
options = {};
}
this.el = $('#peek-view-performance-bar .performance-bar');
for (k in options) {
v = options[k];
this[k] = v;
}
if (this.width == null) {
this.width = this.el.width();
}
if (this.timing == null) {
this.timing = window.performance.timing;
}
}
PerformanceBar.prototype.render = function(serverTime) {
var networkTime, perfNetworkTime;
if (serverTime == null) {
serverTime = 0;
(len: 5410)
/* line 1, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy {
font-size: 10px;
position: absolute;
padding: 5px;
z-index: 100000;
}
/* line 2, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-inner {
background-color: #000;
color: #FFF;
max-width: 200px;
padding: 5px 8px 4px 8px;
text-align: center;
}
/* Rounded corners */
/* line 5, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-inner {
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
/* line 7, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-arrow {
position: absolute;
width: 0;
height: 0;
line-height: 0;
border: 5px dashed #000;
}
/* Rules to colour arrows */
/*
(len: 4228)
/* line 1, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy {
font-size: 10px;
position: absolute;
padding: 5px;
z-index: 100000;
}
/* line 2, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-inner {
background-color: #000;
color: #FFF;
max-width: 200px;
padding: 5px 8px 4px 8px;
text-align: center;
}
/* Rounded corners */
/* line 5, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-inner {
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
/* line 7, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-arrow {
position: absolute;
width: 0;
height: 0;
line-height: 0;
border: 5px dashed #000;
}
/* Rules to colour arrows */
/*
(len: 4228)
\A
(
(?-mix:0BSD|AAL|ADSL|AFL\-1\.1|AFL\-1\.2|AFL\-2\.0|AFL\-2\.1|AFL\-3\.0|AGPL\-1\.0|AGPL\-3\.0|AMDPLPA|AML|AMPAS|ANTLR\-PD|APAFML|APL\-1\.0|APSL\-1\.0|APSL\-1\.1|APSL\-1\.2|APSL\-2\.0|Abstyles|Adobe\-2006|Adobe\-Glyph|Afmparse|Aladdin|Apache\-1\.0|Apache\-1\.1|Apache\-2\.0|Artistic\-1\.0|Artistic\-1\.0\-Perl|Artistic\-1\.0\-cl8|Artistic\-2\.0|BSD\-2\-Clause|BSD\-2\-Clause\-FreeBSD|BSD\-2\-Clause\-NetBSD|BSD\-3\-Clause|BSD\-3\-Clause\-Attribution|BSD\-3\-Clause\-Clear|BSD\-3\-Clause\-LBNL|BSD\-4\-Clause|BSD\-4\-Clause\-UC|BSD\-Protection|BSL\-1\.0|Bahyph|Barr|Beerware|BitTorrent\-1\.0|BitTorrent\-1\.1|Borceux|CATOSL\-1\.1|CC\-BY\-1\.0|CC\-BY\-2\.0|CC\-BY\-2\.5|CC\-BY\-3\.0|CC\-BY\-4\.0|CC\-BY\-NC\-1\.0|CC\-BY\-NC\-2\.0|CC\-BY\-NC\-2\.5|CC\-BY\-NC\-3\.0|CC\-BY\-NC\-4\.0|CC\-BY\-NC\-ND\-1\.0|CC\-BY\-NC\-ND\-2\.0|CC\-BY\-NC\-ND\-2\.5|CC\-BY\-NC\-ND\-3\.0|CC\-BY\-NC\-ND\-4\.0|CC\-BY\-NC\-SA\-1\.0|CC\-BY\-NC\-SA\-2\.0|CC\-BY\-NC\-SA\-2\.5|CC\-BY\-NC\-SA\-3\.0|CC\-BY\-NC\-SA\
(len: 3426)
\A
(
(?-mix:0BSD|AAL|ADSL|AFL\-1\.1|AFL\-1\.2|AFL\-2\.0|AFL\-2\.1|AFL\-3\.0|AGPL\-1\.0|AGPL\-3\.0|AMDPLPA|AML|AMPAS|ANTLR\-PD|APAFML|APL\-1\.0|APSL\-1\.0|APSL\-1\.1|APSL\-1\.2|APSL\-2\.0|Abstyles|Adobe\-2006|Adobe\-Glyph|Afmparse|Aladdin|Apache\-1\.0|Apache\-1\.1|Apache\-2\.0|Artistic\-1\.0|Artistic\-1\.0\-Perl|Artistic\-1\.0\-cl8|Artistic\-2\.0|BSD\-2\-Clause|BSD\-2\-Clause\-FreeBSD|BSD\-2\-Clause\-NetBSD|BSD\-3\-Clause|BSD\-3\-Clause\-Attribution|BSD\-3\-Clause\-Clear|BSD\-3\-Clause\-LBNL|BSD\-4\-Clause|BSD\-4\-Clause\-UC|BSD\-Protection|BSL\-1\.0|Bahyph|Barr|Beerware|BitTorrent\-1\.0|BitTorrent\-1\.1|Borceux|CATOSL\-1\.1|CC\-BY\-1\.0|CC\-BY\-2\.0|CC\-BY\-2\.5|CC\-BY\-3\.0|CC\-BY\-4\.0|CC\-BY\-NC\-1\.0|CC\-BY\-NC\-2\.0|CC\-BY\-NC\-2\.5|CC\-BY\-NC\-3\.0|CC\-BY\-NC\-4\.0|CC\-BY\-NC\-ND\-1\.0|CC\-BY\-NC\-ND\-2\.0|CC\-BY\-NC\-ND\-2\.5|CC\-BY\-NC\-ND\-3\.0|CC\-BY\-NC\-ND\-4\.0|CC\-BY\-NC\-SA\-1\.0|CC\-BY\-NC\-SA\-2\.0|CC\-BY\-NC\-SA\-2\.5|CC\-BY\-NC\-SA\-3\.0|CC\-BY\-NC\-SA\
(len: 3426)
/* line 6, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss */
#peek {
background: #000;
height: 35px;
line-height: 35px;
color: #999;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}
/* line 13, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss */
#peek .hidden {
display: none;
visibility: visible;
}
/* line 18, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss */
#peek.disabled {
display: none;
}
/* line 22, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss */
#peek.production {
background: url(/assets/peek/bar/production-7957d787975604eb315b4a9c269356793f3f8284f9acd939cd5f11cc0bd5d31c.gif) repeat 0 0;
}
/* line 26, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss */
#peek.staging {
background: url(/a
(len: 3391)
/* line 6, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss */
#peek {
background: #000;
height: 35px;
line-height: 35px;
color: #999;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}
/* line 13, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss */
#peek .hidden {
display: none;
visibility: visible;
}
/* line 18, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss */
#peek.disabled {
display: none;
}
/* line 22, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss */
#peek.production {
background: url(/assets/peek/bar/production-7957d787975604eb315b4a9c269356793f3f8284f9acd939cd5f11cc0bd5d31c.gif) repeat 0 0;
}
/* line 26, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss */
#peek.staging {
background: url(/a
(len: 3391)
(function() {
var showTooltip;
(function(a) {
(jQuery.browser = jQuery.browser || {}).mobile = /(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i.test(a) || /1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\
(len: 3380)
(function() {
var showTooltip;
(function(a) {
(jQuery.browser = jQuery.browser || {}).mobile = /(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i.test(a) || /1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\
(len: 3380)
/*!
* JavaScript Cookie v2.0.4
* https://github.com/js-cookie/js-cookie
*
* Copyright 2006, 2015 Klaus Hartl & Fagner Brack
* Released under the MIT license
*/
(function (factory) {
if (typeof define === 'function' && define.amd) {
define(factory);
} else if (typeof exports === 'object') {
module.exports = factory();
} else {
var _OldCookies = window.Cookies;
var api = window.Cookies = factory();
api.noConflict = function () {
window.Cookies = _OldCookies;
return api;
};
}
}(function () {
function extend () {
var i = 0;
var result = {};
for (; i < arguments.length; i++) {
var attributes = arguments[ i ];
for (var key in attributes) {
result[key] = attributes[key];
}
}
return result;
}
function init (converter) {
function api (key, value, attributes) {
var result;
// Write
if (arguments.length > 1) {
attributes = extend({
path: '/'
}, api.defaults, attributes);
if (typeof attributes.expires === 'number
(len: 3286)
/*!
* JavaScript Cookie v2.0.4
* https://github.com/js-cookie/js-cookie
*
* Copyright 2006, 2015 Klaus Hartl & Fagner Brack
* Released under the MIT license
*/
(function (factory) {
if (typeof define === 'function' && define.amd) {
define(factory);
} else if (typeof exports === 'object') {
module.exports = factory();
} else {
var _OldCookies = window.Cookies;
var api = window.Cookies = factory();
api.noConflict = function () {
window.Cookies = _OldCookies;
return api;
};
}
}(function () {
function extend () {
var i = 0;
var result = {};
for (; i < arguments.length; i++) {
var attributes = arguments[ i ];
for (var key in attributes) {
result[key] = attributes[key];
}
}
return result;
}
function init (converter) {
function api (key, value, attributes) {
var result;
// Write
if (arguments.length > 1) {
attributes = extend({
path: '/'
}, api.defaults, attributes);
if (typeof attributes.expires === 'number
(len: 3286)
(function() {
var requestId;
requestId = null;
(function($) {
var fetchRequestResults, getRequestId, initializeTipsy, peekEnabled, toggleBar, updatePerformanceBar;
getRequestId = function() {
if (requestId != null) {
return requestId;
} else {
return $('#peek').data('request-id');
}
};
peekEnabled = function() {
return $('#peek').length;
};
updatePerformanceBar = function(results) {
var key, label;
for (key in results.data) {
for (label in results.data[key]) {
$("[data-defer-to=" + key + "-" + label + "]").text(results.data[key][label]);
}
}
return $(document).trigger('peek:render', [getRequestId(), results]);
};
initializeTipsy = function() {
return $('#peek .peek-tooltip, #peek .tooltip').each(function() {
var el, gravity;
el = $(this);
gravity = el.hasClass('rightwards') || el.hasClass('leftwards') ? $.fn.tipsy.autoWE : $.fn.t
(len: 2589)
(function() {
var requestId;
requestId = null;
(function($) {
var fetchRequestResults, getRequestId, initializeTipsy, peekEnabled, toggleBar, updatePerformanceBar;
getRequestId = function() {
if (requestId != null) {
return requestId;
} else {
return $('#peek').data('request-id');
}
};
peekEnabled = function() {
return $('#peek').length;
};
updatePerformanceBar = function(results) {
var key, label;
for (key in results.data) {
for (label in results.data[key]) {
$("[data-defer-to=" + key + "-" + label + "]").text(results.data[key][label]);
}
}
return $(document).trigger('peek:render', [getRequestId(), results]);
};
initializeTipsy = function() {
return $('#peek .peek-tooltip, #peek .tooltip').each(function() {
var el, gravity;
el = $(this);
gravity = el.hasClass('rightwards') || el.hasClass('leftwards') ? $.fn.tipsy.autoWE : $.fn.t
(len: 2589)
(?i-mx:(?-mix:-*(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))(?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)|(?-mix:(?-mix:\"((?:[^\n\r\f\\"#]|#(?!\{)|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)\")|(?-mix:\'((?:[^\n\r\f\\'#]|#(?!\{)|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)\'))|(?-mix:\#[0-9a-fA-F]+)|[+-]?(?-mix:(?-mix:(?:[0-9]+|[0-9]*\.[0-9]+)(?:[eE][+-]?\d+)?)(?:(?-mix:-?(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD
(len: 2515)
(?:[a-zA-Z][\-+.a-zA-Z\d]*:(?:(?://(?:(?:(?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*@)?(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)?|(?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+)(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?|/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)(?:\?(?:(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\d]{2})*))?|(?:[\-_.!~*'()a-zA-Z\d;?:@&=+$,]|%[a-fA-F\d]{2})(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA
(len: 2209)
(?:[a-zA-Z][\-+.a-zA-Z\d]*:(?:(?://(?:(?:(?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*@)?(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)?|(?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+)(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?|/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)(?:\?(?:(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\d]{2})*))?|(?:[\-_.!~*'()a-zA-Z\d;?:@&=+$,]|%[a-fA-F\d]{2})(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA
(len: 2209)
(?:[a-zA-Z][\-+.a-zA-Z\d]*:(?:(?://(?:(?:(?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*@)?(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)?|(?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+)(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?|/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)(?:\?(?:(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\d]{2})*))?|(?:[\-_.!~*'()a-zA-Z\d;?:@&=+$,]|%[a-fA-F\d]{2})(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA
(len: 2209)
(?:[a-zA-Z][\-+.a-zA-Z\d]*:(?:(?://(?:(?:(?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*@)?(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)?|(?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+)(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?|/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)(?:\?(?:(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\d]{2})*))?|(?:[\-_.!~*'()a-zA-Z\d;?:@&=+$,]|%[a-fA-F\d]{2})(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA
(len: 2209)
(?:[a-zA-Z][\-+.a-zA-Z\d]*:(?:(?://(?:(?:(?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*@)?(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)?|(?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+)(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?|/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)(?:\?(?:(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\d]{2})*))?|(?:[\-_.!~*'()a-zA-Z\d;?:@&=+$,]|%[a-fA-F\d]{2})(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA
(len: 2209)
(function() {
var delay, ready, update_textfield;
delay = (function() {
var timer;
timer = 0;
return function(callback, ms) {
clearTimeout(timer);
timer = setTimeout(callback, ms);
};
})();
update_textfield = function(list_element) {
$(list_element).removeClass('suggestion-focused');
$('.js-autocomplete-textfield').val($(list_element).data('res-name'));
return $('.js-autocomplete-resource-id').val($(list_element).data('res-id'));
};
ready = function() {
$('.js-autocomplete-textfield').on('change keyup', function() {
var query, textfield;
if (!$(this).is(':focus')) {
return;
}
textfield = this;
query = textfield.value;
$('.js-autocomplete-loading-indicator').show();
$('.js-autocomplete-suggestions-container').show();
$('.js-autocomplete-suggestions-list').html('');
return delay((function() {
return $.get("/autocomplete/" + ($(textfield).data('autocomplete-searc
(len: 2086)
(function() {
var delay, ready, update_textfield;
delay = (function() {
var timer;
timer = 0;
return function(callback, ms) {
clearTimeout(timer);
timer = setTimeout(callback, ms);
};
})();
update_textfield = function(list_element) {
$(list_element).removeClass('suggestion-focused');
$('.js-autocomplete-textfield').val($(list_element).data('res-name'));
return $('.js-autocomplete-resource-id').val($(list_element).data('res-id'));
};
ready = function() {
$('.js-autocomplete-textfield').on('change keyup', function() {
var query, textfield;
if (!$(this).is(':focus')) {
return;
}
textfield = this;
query = textfield.value;
$('.js-autocomplete-loading-indicator').show();
$('.js-autocomplete-suggestions-container').show();
$('.js-autocomplete-suggestions-list').html('');
return delay((function() {
return $.get("/autocomplete/" + ($(textfield).data('autocomplete-searc
(len: 2086)
-----BEGIN CERTIFICATE-----
MIIF1TCCA72gAwIBAgIJAPXjfUbCjdXUMA0GCSqGSIb3DQEBBQUAMIGAMQswCQYD
VQQGEwJVUzETMBEGA1UECAwKV2FzaGluZ3RvbjEQMA4GA1UEBwwHU2VhdHRsZTEO
MAwGA1UECgwFUlNwZWMxEzARBgNVBAMMCnJzcGVjLmluZm8xJTAjBgkqhkiG9w0B
CQEWFnJzcGVjQGdvb2dsZWdyb3Vwcy5jb20wHhcNMTQxMjIzMDkzNTIyWhcNMjQx
MjIyMDkzNTIyWjCBgDELMAkGA1UEBhMCVVMxEzARBgNVBAgMCldhc2hpbmd0b24x
EDAOBgNVBAcMB1NlYXR0bGUxDjAMBgNVBAoMBVJTcGVjMRMwEQYDVQQDDApyc3Bl
Yy5pbmZvMSUwIwYJKoZIhvcNAQkBFhZyc3BlY0Bnb29nbGVncm91cHMuY29tMIIC
IjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAsSmjgcHaKlD0jizRJowi2bGI
KMOHnJoExxRNHHxH+3w9kkl95YldvDRVX495b13ZCzwRe0AyqX24wq04tp0G5Z5C
e/w2pnNK4ol1eECPwQu+YGpepeODlZICL5gwQspe0cDifbBnHx5QySMiPpvx6bC0
tQTox0ppDIaMhch8IPCwyoE4DQK5bpsdwnLSHTsQjUIb7IM8tUMpd/iKrJgNffwc
6gC1TmhIlzQoB26nCNh9uK7xZjUM+sGECzvcYuImchUaIgJA/ybrlZS+m/hxzvBo
mLnn/xNEC6Vz5HG+3TR0Gb0cSUf6XUu2s51Jk/SJi3MhCZp2gs9OUg4EVZNzQVkZ
efLBjAZG2Mxk14JyB4/Omc+Jk0ajprINCBbUNnxzCJrYDM3J9TVWIwyUGNX/U3MO
s3tMAT+EVgx/mZMPnBO8EULlyF51MRUp3Wy9Mnw8AYLk30UnMG5AjqgO5JNyFlA
(len: 2082)
-----BEGIN CERTIFICATE-----
MIIF1TCCA72gAwIBAgIJAPXjfUbCjdXUMA0GCSqGSIb3DQEBBQUAMIGAMQswCQYD
VQQGEwJVUzETMBEGA1UECAwKV2FzaGluZ3RvbjEQMA4GA1UEBwwHU2VhdHRsZTEO
MAwGA1UECgwFUlNwZWMxEzARBgNVBAMMCnJzcGVjLmluZm8xJTAjBgkqhkiG9w0B
CQEWFnJzcGVjQGdvb2dsZWdyb3Vwcy5jb20wHhcNMTQxMjIzMDkzNTIyWhcNMjQx
MjIyMDkzNTIyWjCBgDELMAkGA1UEBhMCVVMxEzARBgNVBAgMCldhc2hpbmd0b24x
EDAOBgNVBAcMB1NlYXR0bGUxDjAMBgNVBAoMBVJTcGVjMRMwEQYDVQQDDApyc3Bl
Yy5pbmZvMSUwIwYJKoZIhvcNAQkBFhZyc3BlY0Bnb29nbGVncm91cHMuY29tMIIC
IjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAsSmjgcHaKlD0jizRJowi2bGI
KMOHnJoExxRNHHxH+3w9kkl95YldvDRVX495b13ZCzwRe0AyqX24wq04tp0G5Z5C
e/w2pnNK4ol1eECPwQu+YGpepeODlZICL5gwQspe0cDifbBnHx5QySMiPpvx6bC0
tQTox0ppDIaMhch8IPCwyoE4DQK5bpsdwnLSHTsQjUIb7IM8tUMpd/iKrJgNffwc
6gC1TmhIlzQoB26nCNh9uK7xZjUM+sGECzvcYuImchUaIgJA/ybrlZS+m/hxzvBo
mLnn/xNEC6Vz5HG+3TR0Gb0cSUf6XUu2s51Jk/SJi3MhCZp2gs9OUg4EVZNzQVkZ
efLBjAZG2Mxk14JyB4/Omc+Jk0ajprINCBbUNnxzCJrYDM3J9TVWIwyUGNX/U3MO
s3tMAT+EVgx/mZMPnBO8EULlyF51MRUp3Wy9Mnw8AYLk30UnMG5AjqgO5JNyFlA
(len: 2082)
-----BEGIN CERTIFICATE-----
MIIF1TCCA72gAwIBAgIJAPXjfUbCjdXUMA0GCSqGSIb3DQEBBQUAMIGAMQswCQYD
VQQGEwJVUzETMBEGA1UECAwKV2FzaGluZ3RvbjEQMA4GA1UEBwwHU2VhdHRsZTEO
MAwGA1UECgwFUlNwZWMxEzARBgNVBAMMCnJzcGVjLmluZm8xJTAjBgkqhkiG9w0B
CQEWFnJzcGVjQGdvb2dsZWdyb3Vwcy5jb20wHhcNMTQxMjIzMDkzNTIyWhcNMjQx
MjIyMDkzNTIyWjCBgDELMAkGA1UEBhMCVVMxEzARBgNVBAgMCldhc2hpbmd0b24x
EDAOBgNVBAcMB1NlYXR0bGUxDjAMBgNVBAoMBVJTcGVjMRMwEQYDVQQDDApyc3Bl
Yy5pbmZvMSUwIwYJKoZIhvcNAQkBFhZyc3BlY0Bnb29nbGVncm91cHMuY29tMIIC
IjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAsSmjgcHaKlD0jizRJowi2bGI
KMOHnJoExxRNHHxH+3w9kkl95YldvDRVX495b13ZCzwRe0AyqX24wq04tp0G5Z5C
e/w2pnNK4ol1eECPwQu+YGpepeODlZICL5gwQspe0cDifbBnHx5QySMiPpvx6bC0
tQTox0ppDIaMhch8IPCwyoE4DQK5bpsdwnLSHTsQjUIb7IM8tUMpd/iKrJgNffwc
6gC1TmhIlzQoB26nCNh9uK7xZjUM+sGECzvcYuImchUaIgJA/ybrlZS+m/hxzvBo
mLnn/xNEC6Vz5HG+3TR0Gb0cSUf6XUu2s51Jk/SJi3MhCZp2gs9OUg4EVZNzQVkZ
efLBjAZG2Mxk14JyB4/Omc+Jk0ajprINCBbUNnxzCJrYDM3J9TVWIwyUGNX/U3MO
s3tMAT+EVgx/mZMPnBO8EULlyF51MRUp3Wy9Mnw8AYLk30UnMG5AjqgO5JNyFlA
(len: 2082)
-----BEGIN CERTIFICATE-----
MIIF1TCCA72gAwIBAgIJAPXjfUbCjdXUMA0GCSqGSIb3DQEBBQUAMIGAMQswCQYD
VQQGEwJVUzETMBEGA1UECAwKV2FzaGluZ3RvbjEQMA4GA1UEBwwHU2VhdHRsZTEO
MAwGA1UECgwFUlNwZWMxEzARBgNVBAMMCnJzcGVjLmluZm8xJTAjBgkqhkiG9w0B
CQEWFnJzcGVjQGdvb2dsZWdyb3Vwcy5jb20wHhcNMTQxMjIzMDkzNTIyWhcNMjQx
MjIyMDkzNTIyWjCBgDELMAkGA1UEBhMCVVMxEzARBgNVBAgMCldhc2hpbmd0b24x
EDAOBgNVBAcMB1NlYXR0bGUxDjAMBgNVBAoMBVJTcGVjMRMwEQYDVQQDDApyc3Bl
Yy5pbmZvMSUwIwYJKoZIhvcNAQkBFhZyc3BlY0Bnb29nbGVncm91cHMuY29tMIIC
IjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAsSmjgcHaKlD0jizRJowi2bGI
KMOHnJoExxRNHHxH+3w9kkl95YldvDRVX495b13ZCzwRe0AyqX24wq04tp0G5Z5C
e/w2pnNK4ol1eECPwQu+YGpepeODlZICL5gwQspe0cDifbBnHx5QySMiPpvx6bC0
tQTox0ppDIaMhch8IPCwyoE4DQK5bpsdwnLSHTsQjUIb7IM8tUMpd/iKrJgNffwc
6gC1TmhIlzQoB26nCNh9uK7xZjUM+sGECzvcYuImchUaIgJA/ybrlZS+m/hxzvBo
mLnn/xNEC6Vz5HG+3TR0Gb0cSUf6XUu2s51Jk/SJi3MhCZp2gs9OUg4EVZNzQVkZ
efLBjAZG2Mxk14JyB4/Omc+Jk0ajprINCBbUNnxzCJrYDM3J9TVWIwyUGNX/U3MO
s3tMAT+EVgx/mZMPnBO8EULlyF51MRUp3Wy9Mnw8AYLk30UnMG5AjqgO5JNyFlA
(len: 2082)
-----BEGIN CERTIFICATE-----
MIIF1TCCA72gAwIBAgIJAPXjfUbCjdXUMA0GCSqGSIb3DQEBBQUAMIGAMQswCQYD
VQQGEwJVUzETMBEGA1UECAwKV2FzaGluZ3RvbjEQMA4GA1UEBwwHU2VhdHRsZTEO
MAwGA1UECgwFUlNwZWMxEzARBgNVBAMMCnJzcGVjLmluZm8xJTAjBgkqhkiG9w0B
CQEWFnJzcGVjQGdvb2dsZWdyb3Vwcy5jb20wHhcNMTQxMjIzMDkzNTIyWhcNMjQx
MjIyMDkzNTIyWjCBgDELMAkGA1UEBhMCVVMxEzARBgNVBAgMCldhc2hpbmd0b24x
EDAOBgNVBAcMB1NlYXR0bGUxDjAMBgNVBAoMBVJTcGVjMRMwEQYDVQQDDApyc3Bl
Yy5pbmZvMSUwIwYJKoZIhvcNAQkBFhZyc3BlY0Bnb29nbGVncm91cHMuY29tMIIC
IjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAsSmjgcHaKlD0jizRJowi2bGI
KMOHnJoExxRNHHxH+3w9kkl95YldvDRVX495b13ZCzwRe0AyqX24wq04tp0G5Z5C
e/w2pnNK4ol1eECPwQu+YGpepeODlZICL5gwQspe0cDifbBnHx5QySMiPpvx6bC0
tQTox0ppDIaMhch8IPCwyoE4DQK5bpsdwnLSHTsQjUIb7IM8tUMpd/iKrJgNffwc
6gC1TmhIlzQoB26nCNh9uK7xZjUM+sGECzvcYuImchUaIgJA/ybrlZS+m/hxzvBo
mLnn/xNEC6Vz5HG+3TR0Gb0cSUf6XUu2s51Jk/SJi3MhCZp2gs9OUg4EVZNzQVkZ
efLBjAZG2Mxk14JyB4/Omc+Jk0ajprINCBbUNnxzCJrYDM3J9TVWIwyUGNX/U3MO
s3tMAT+EVgx/mZMPnBO8EULlyF51MRUp3Wy9Mnw8AYLk30UnMG5AjqgO5JNyFlA
(len: 2082)
-----BEGIN CERTIFICATE-----
MIIF1TCCA72gAwIBAgIJAPXjfUbCjdXUMA0GCSqGSIb3DQEBBQUAMIGAMQswCQYD
VQQGEwJVUzETMBEGA1UECAwKV2FzaGluZ3RvbjEQMA4GA1UEBwwHU2VhdHRsZTEO
MAwGA1UECgwFUlNwZWMxEzARBgNVBAMMCnJzcGVjLmluZm8xJTAjBgkqhkiG9w0B
CQEWFnJzcGVjQGdvb2dsZWdyb3Vwcy5jb20wHhcNMTQxMjIzMDkzNTIyWhcNMjQx
MjIyMDkzNTIyWjCBgDELMAkGA1UEBhMCVVMxEzARBgNVBAgMCldhc2hpbmd0b24x
EDAOBgNVBAcMB1NlYXR0bGUxDjAMBgNVBAoMBVJTcGVjMRMwEQYDVQQDDApyc3Bl
Yy5pbmZvMSUwIwYJKoZIhvcNAQkBFhZyc3BlY0Bnb29nbGVncm91cHMuY29tMIIC
IjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAsSmjgcHaKlD0jizRJowi2bGI
KMOHnJoExxRNHHxH+3w9kkl95YldvDRVX495b13ZCzwRe0AyqX24wq04tp0G5Z5C
e/w2pnNK4ol1eECPwQu+YGpepeODlZICL5gwQspe0cDifbBnHx5QySMiPpvx6bC0
tQTox0ppDIaMhch8IPCwyoE4DQK5bpsdwnLSHTsQjUIb7IM8tUMpd/iKrJgNffwc
6gC1TmhIlzQoB26nCNh9uK7xZjUM+sGECzvcYuImchUaIgJA/ybrlZS+m/hxzvBo
mLnn/xNEC6Vz5HG+3TR0Gb0cSUf6XUu2s51Jk/SJi3MhCZp2gs9OUg4EVZNzQVkZ
efLBjAZG2Mxk14JyB4/Omc+Jk0ajprINCBbUNnxzCJrYDM3J9TVWIwyUGNX/U3MO
s3tMAT+EVgx/mZMPnBO8EULlyF51MRUp3Wy9Mnw8AYLk30UnMG5AjqgO5JNyFlA
(len: 2082)
minitest provides a complete suite of testing facilities supporting
TDD, BDD, mocking, and benchmarking.
"I had a class with Jim Weirich on testing last week and we were
allowed to choose our testing frameworks. Kirk Haines and I were
paired up and we cracked open the code for a few test
frameworks...
I MUST say that minitest is *very* readable / understandable
compared to the 'other two' options we looked at. Nicely done and
thank you for helping us keep our mental sanity."
-- Wayne E. Seguin
minitest/unit is a small and incredibly fast unit testing framework.
It provides a rich set of assertions to make your tests clean and
readable.
minitest/spec is a functionally complete spec engine. It hooks onto
minitest/unit and seamlessly bridges test assertions over to spec
expectations.
minitest/benchmark is an awesome way to assert the performance of your
algorithms in a repeatable manner. Now you can assert that your newb
co-worker doesn't replace
(len: 2003)
minitest provides a complete suite of testing facilities supporting
TDD, BDD, mocking, and benchmarking.
"I had a class with Jim Weirich on testing last week and we were
allowed to choose our testing frameworks. Kirk Haines and I were
paired up and we cracked open the code for a few test
frameworks...
I MUST say that minitest is *very* readable / understandable
compared to the 'other two' options we looked at. Nicely done and
thank you for helping us keep our mental sanity."
-- Wayne E. Seguin
minitest/unit is a small and incredibly fast unit testing framework.
It provides a rich set of assertions to make your tests clean and
readable.
minitest/spec is a functionally complete spec engine. It hooks onto
minitest/unit and seamlessly bridges test assertions over to spec
expectations.
minitest/benchmark is an awesome way to assert the performance of your
algorithms in a repeatable manner. Now you can assert that your newb
co-worker doesn't replace
(len: 2003)
# stub: ext/gherkin_lexer_ar/extconf.rb�ext/gherkin_lexer_bg/extconf.rb�ext/gherkin_lexer_bm/extconf.rb�ext/gherkin_lexer_ca/extconf.rb�ext/gherkin_lexer_cs/extconf.rb�ext/gherkin_lexer_cy_gb/extconf.rb�ext/gherkin_lexer_da/extconf.rb�ext/gherkin_lexer_de/extconf.rb�ext/gherkin_lexer_el/extconf.rb�ext/gherkin_lexer_en/extconf.rb�ext/gherkin_lexer_en_au/extconf.rb�ext/gherkin_lexer_en_lol/extconf.rb�ext/gherkin_lexer_en_old/extconf.rb�ext/gherkin_lexer_en_pirate/extconf.rb�ext/gherkin_lexer_en_scouse/extconf.rb�ext/gherkin_lexer_en_tx/extconf.rb�ext/gherkin_lexer_eo/extconf.rb�ext/gherkin_lexer_es/extconf.rb�ext/gherkin_lexer_et/extconf.rb�ext/gherkin_lexer_fa/extconf.rb�ext/gherkin_lexer_fi/extconf.rb�ext/gherkin_lexer_fr/extconf.rb�ext/gherkin_lexer_gl/extconf.rb�ext/gherkin_lexer_he/extconf.rb�ext/gherkin_lexer_hi/extconf.rb�ext/gherkin_lexer_hr/extconf.rb�ext/gherkin_lexer_hu/extconf.rb�ext/gherkin_lexer_id/extconf.rb�ext/gherkin_lexer_is/extconf.rb�ext/gherkin_lexer_it/extconf.rb�ex
(len: 1846)
ext/gherkin_lexer_ar/extconf.rb�ext/gherkin_lexer_bg/extconf.rb�ext/gherkin_lexer_bm/extconf.rb�ext/gherkin_lexer_ca/extconf.rb�ext/gherkin_lexer_cs/extconf.rb�ext/gherkin_lexer_cy_gb/extconf.rb�ext/gherkin_lexer_da/extconf.rb�ext/gherkin_lexer_de/extconf.rb�ext/gherkin_lexer_el/extconf.rb�ext/gherkin_lexer_en/extconf.rb�ext/gherkin_lexer_en_au/extconf.rb�ext/gherkin_lexer_en_lol/extconf.rb�ext/gherkin_lexer_en_old/extconf.rb�ext/gherkin_lexer_en_pirate/extconf.rb�ext/gherkin_lexer_en_scouse/extconf.rb�ext/gherkin_lexer_en_tx/extconf.rb�ext/gherkin_lexer_eo/extconf.rb�ext/gherkin_lexer_es/extconf.rb�ext/gherkin_lexer_et/extconf.rb�ext/gherkin_lexer_fa/extconf.rb�ext/gherkin_lexer_fi/extconf.rb�ext/gherkin_lexer_fr/extconf.rb�ext/gherkin_lexer_gl/extconf.rb�ext/gherkin_lexer_he/extconf.rb�ext/gherkin_lexer_hi/extconf.rb�ext/gherkin_lexer_hr/extconf.rb�ext/gherkin_lexer_hu/extconf.rb�ext/gherkin_lexer_id/extconf.rb�ext/gherkin_lexer_is/extconf.rb�ext/gherkin_lexer_it/extconf.rb�ext/gherki
(len: 1838)
(function(options) {
function comments(option) {
if (Object.prototype.toString.call(option) === '[object Array]') {
return new RegExp(option[0], option[1]);
} else if (option == "jsdoc") {
return function(node, comment) {
if (comment.type == "comment2") {
return /@preserve|@license|@cc_on/i.test(comment.value);
} else {
return false;
}
}
} else {
return option;
}
}
var source = options.source;
var ast = UglifyJS.parse(source, options.parse_options);
ast.figure_out_scope();
if (options.compress) {
var compressor = UglifyJS.Compressor(options.compress);
ast = ast.transform(compressor);
ast.figure_out_scope();
}
if (options.mangle) {
ast.compute_char_frequency();
ast.mangle_names(options.mangle);
}
if (options.enclose) {
ast = ast.wrap_enclos
(len: 1826)
(function(options) {
function comments(option) {
if (Object.prototype.toString.call(option) === '[object Array]') {
return new RegExp(option[0], option[1]);
} else if (option == "jsdoc") {
return function(node, comment) {
if (comment.type == "comment2") {
return /@preserve|@license|@cc_on/i.test(comment.value);
} else {
return false;
}
}
} else {
return option;
}
}
var source = options.source;
var ast = UglifyJS.parse(source, options.parse_options);
ast.figure_out_scope();
if (options.compress) {
var compressor = UglifyJS.Compressor(options.compress);
ast = ast.transform(compressor);
ast.figure_out_scope();
}
if (options.mangle) {
ast.compute_char_frequency();
ast.mangle_names(options.mangle);
}
if (options.enclose) {
ast = ast.wrap_enclos
(len: 1826)
body {
background: #ccc;
font-family: "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;
}
h1 {
text-align: center;
margin: 30px auto 0px;
font-size: 18px;
padding: 10px 10px 15px;
background: #555;
color: white;
width: 320px;
border: 10px solid #444;
border-bottom: 0;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
h1, form {
-moz-box-shadow: 2px 2px 7px rgba(0,0,0,0.3);
-webkit-box-shadow: 2px 2px 7px rgba(0,0,0,0.3);
}
form {
background: white;
border: 10px solid #eee;
border-top: 0;
padding: 20px;
margin: 0px auto 40px;
width: 300px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 1
(len: 1583)
{/Users/chris/src/projects/github/classroom/lib/**/*.{rb},/Users/chris/src/projects/github/classroom/app/assets/**/*.{rb},/Users/chris/src/projects/github/classroom/app/chewy/**/*.{rb},/Users/chris/src/projects/github/classroom/app/controllers/**/*.{rb},/Users/chris/src/projects/github/classroom/app/decorators/**/*.{rb},/Users/chris/src/projects/github/classroom/app/helpers/**/*.{rb},/Users/chris/src/projects/github/classroom/app/jobs/**/*.{rb},/Users/chris/src/projects/github/classroom/app/models/**/*.{rb},/Users/chris/src/projects/github/classroom/app/services/**/*.{rb},/Users/chris/src/projects/github/classroom/app/controllers/concerns/**/*.{rb},/Users/chris/src/projects/github/classroom/app/models/concerns/**/*.{rb},/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/**/*.{rb},/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/helpers/**/*.{rb},/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0
(len: 1506)
{/Users/chris/src/projects/github/classroom/lib/**/*.{rb},/Users/chris/src/projects/github/classroom/app/assets/**/*.{rb},/Users/chris/src/projects/github/classroom/app/chewy/**/*.{rb},/Users/chris/src/projects/github/classroom/app/controllers/**/*.{rb},/Users/chris/src/projects/github/classroom/app/decorators/**/*.{rb},/Users/chris/src/projects/github/classroom/app/helpers/**/*.{rb},/Users/chris/src/projects/github/classroom/app/jobs/**/*.{rb},/Users/chris/src/projects/github/classroom/app/models/**/*.{rb},/Users/chris/src/projects/github/classroom/app/services/**/*.{rb},/Users/chris/src/projects/github/classroom/app/controllers/concerns/**/*.{rb},/Users/chris/src/projects/github/classroom/app/models/concerns/**/*.{rb},/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/**/*.{rb},/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/helpers/**/*.{rb},/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0
(len: 1506)
\A\s*
([a-zA-Z][\-+.a-zA-Z\d]*): (?# 1: scheme)
(?:
((?:[\-_.!~*'()a-zA-Z\d;?:@&=+$,]|%[a-fA-F\d]{2})(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\d]{2})*) (?# 2: opaque)
|
(?:(?:
//(?:
(?:(?:((?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*)@)? (?# 3: userinfo)
(?:((?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\]))(?::(\d*))?))? (?# 4: host, 5: port)
|
((?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+) (?# 6: registry)
)
|
(?!//)) (?# XXX: '//' is the mark for hostport)
(/(?:[\-_.!~*'()a-zA-Z\d:@&
(len: 1450)
\A\s*
([a-zA-Z][\-+.a-zA-Z\d]*): (?# 1: scheme)
(?:
((?:[\-_.!~*'()a-zA-Z\d;?:@&=+$,]|%[a-fA-F\d]{2})(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\d]{2})*) (?# 2: opaque)
|
(?:(?:
//(?:
(?:(?:((?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*)@)? (?# 3: userinfo)
(?:((?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\]))(?::(\d*))?))? (?# 4: host, 5: port)
|
((?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+) (?# 6: registry)
)
|
(?!//)) (?# XXX: '//' is the mark for hostport)
(/(?:[\-_.!~*'()a-zA-Z\d:@&
(len: 1450)
([a-zA-Z][\-+.a-zA-Z\d]*): (?# 1: scheme)
(?:
((?:[\-_.!~*'()a-zA-Z\d;?:@&=+$,]|%[a-fA-F\d]{2})(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\d]{2})*) (?# 2: opaque)
|
(?:(?:
//(?:
(?:(?:((?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*)@)? (?# 3: userinfo)
(?:((?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\]))(?::(\d*))?))? (?# 4: host, 5: port)
|
((?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+) (?# 6: registry)
)
|
(?!//)) (?# XXX: '//' is the mark for hostport)
(/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]
(len: 1440)
([a-zA-Z][\-+.a-zA-Z\d]*): (?# 1: scheme)
(?:
((?:[\-_.!~*'()a-zA-Z\d;?:@&=+$,]|%[a-fA-F\d]{2})(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\d]{2})*) (?# 2: opaque)
|
(?:(?:
//(?:
(?:(?:((?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*)@)? (?# 3: userinfo)
(?:((?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\]))(?::(\d*))?))? (?# 4: host, 5: port)
|
((?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+) (?# 6: registry)
)
|
(?!//)) (?# XXX: '//' is the mark for hostport)
(/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]
(len: 1440)
([a-zA-Z][\-+.a-zA-Z\d]*): (?# 1: scheme)
(?:
((?:[\-_.!~*'()a-zA-Z\d;?:@&=+$,]|%[a-fA-F\d]{2})(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\d]{2})*) (?# 2: opaque)
|
(?:(?:
//(?:
(?:(?:((?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*)@)? (?# 3: userinfo)
(?:((?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\]))(?::(\d*))?))? (?# 4: host, 5: port)
|
((?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+) (?# 6: registry)
)
|
(?!//)) (?# XXX: '//' is the mark for hostport)
(/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]
(len: 1440)
([a-zA-Z][\-+.a-zA-Z\d]*): (?# 1: scheme)
(?:
((?:[\-_.!~*'()a-zA-Z\d;?:@&=+$,]|%[a-fA-F\d]{2})(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\d]{2})*) (?# 2: opaque)
|
(?:(?:
//(?:
(?:(?:((?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*)@)? (?# 3: userinfo)
(?:((?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\]))(?::(\d*))?))? (?# 4: host, 5: port)
|
((?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+) (?# 6: registry)
)
|
(?!//)) (?# XXX: '//' is the mark for hostport)
(/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]
(len: 1440)
([a-zA-Z][\-+.a-zA-Z\d]*): (?# 1: scheme)
(?:
((?:[\-_.!~*'()a-zA-Z\d;?:@&=+$,]|%[a-fA-F\d]{2})(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\d]{2})*) (?# 2: opaque)
|
(?:(?:
//(?:
(?:(?:((?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*)@)? (?# 3: userinfo)
(?:((?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\]))(?::(\d*))?))? (?# 4: host, 5: port)
|
((?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+) (?# 6: registry)
)
|
(?!//)) (?# XXX: '//' is the mark for hostport)
(/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]
(len: 1440)
\A
(?:\s*\(?\s*) # optional opening paren surrounded by spaces
(?:.*?(?x-mi:
(?:\bpartial:|:partial\s*=>) # partial key in either old or new style hash syntax
\s* # followed by optional spaces
)|(?x-mi:
(?:\blayout:|:layout\s*=>) # layout key in either old or new style hash syntax
\s* # followed by optional spaces
))? # optional hash, up to the partial or layout key declaration
(?:(?x-mi:
(?<quote>['"]) # an opening quote
(?<static>.*?) # with anything inside, captured as STATIC
\k<quote> # and a matching closing quote
)|(?x-mi:
(?:\$|@{1,2})? # optional global, instance or class variable indicator
(?:(?x-mi:
[[:alpha:]_] # at least one uppercase letter, lowercase letter or underscore
[[:word:]]* # followed by optional letters, numbers or underscores
)\
(len: 1384)
\A
(?:\s*\(?\s*) # optional opening paren surrounded by spaces
(?:.*?(?x-mi:
(?:\bpartial:|:partial\s*=>) # partial key in either old or new style hash syntax
\s* # followed by optional spaces
)|(?x-mi:
(?:\blayout:|:layout\s*=>) # layout key in either old or new style hash syntax
\s* # followed by optional spaces
))? # optional hash, up to the partial or layout key declaration
(?:(?x-mi:
(?<quote>['"]) # an opening quote
(?<static>.*?) # with anything inside, captured as STATIC
\k<quote> # and a matching closing quote
)|(?x-mi:
(?:\$|@{1,2})? # optional global, instance or class variable indicator
(?:(?x-mi:
[[:alpha:]_] # at least one uppercase letter, lowercase letter or underscore
[[:word:]]* # followed by optional letters, numbers or underscores
)\
(len: 1384)
def initialize(*args)
@keys = nil
super
end
def clear
@keys = nil
super
end
def replace(enum)
@keys = nil
super
end
def add(o)
o.respond_to?(:<=>) or raise ArgumentError, "value must respond to <=>"
@keys = nil
super
end
alias << add
def delete(o)
@keys = nil
@hash.delete(o)
self
end
def delete_if
block_given? or return enum_for(__method__)
n = @hash.size
super
@keys = nil if @hash.size != n
self
end
def keep_if
block_given? or return enum_for(__method__)
n = @hash.size
super
@keys = nil if @hash.size != n
self
end
def merge(enum)
@keys = nil
(len: 1275)
-----BEGIN CERTIFICATE-----
MIIDdDCCAlygAwIBAgIBATANBgkqhkiG9w0BAQUFADBAMRIwEAYDVQQDDAlwaGls
LnJvc3MxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkWA2Nv
bTAeFw0xMzA5MjUyMTA0NTNaFw0xNDA5MjUyMTA0NTNaMEAxEjAQBgNVBAMMCXBo
aWwucm9zczEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPyLGQBGRYD
Y29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkZzB+qfhmyY+XRvU
u310LMTGsTkR4/8JFCMF0YeQX6ZKmLr1fKzF3At1+DlI+v0t/G2FS6Dic0V3l8MK
JczyFh72NANOaQhAo0GHh8WkaeCf2DLL5K6YJeLpvkvp39oxzn00A4zosnzxM50f
Xrjx2HmurcJQurzafeCDj67QccaNE+5H+mcIVAJlsA1h1f5QFZ3SqQ4mf8St40pE
6YR4ev/Eq6Hb8aUoUq30otxbeHAEHh8cdVhTNFq7sPWb0psQRF2D/+o0MLgHt8PY
EUm49szlLsnjVXAMCHU7wH9CmDR/5Lzcrgqh3DgyI8ay6DnlSQ213eYZH/Nkn1Yz
TcNLCQIDAQABo3kwdzAJBgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNVHQ4EFgQU
D5nzO9/MG4B6ygch/Pv6PF9Q5x8wHgYDVR0RBBcwFYETcGhpbC5yb3NzQGdtYWls
LmNvbTAeBgNVHRIEFzAVgRNwaGlsLnJvc3NAZ21haWwuY29tMA0GCSqGSIb3DQEB
BQUAA4IBAQAKZJXA++aLjISMKZea4PmXuH93YbMxoyBby3SRfwvLh7cBMEiCy5fu
xYR46qa9ixC6JyVuxAWA2AGHLOqabKkq6AxntqIk1OAnZGBNRuCnLYzSx+6YDja
(len: 1257)
-----BEGIN CERTIFICATE-----
MIIDdDCCAlygAwIBAgIBATANBgkqhkiG9w0BAQUFADBAMRIwEAYDVQQDDAlwaGls
LnJvc3MxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkWA2Nv
bTAeFw0xMzA5MjUyMTA0NTNaFw0xNDA5MjUyMTA0NTNaMEAxEjAQBgNVBAMMCXBo
aWwucm9zczEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPyLGQBGRYD
Y29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkZzB+qfhmyY+XRvU
u310LMTGsTkR4/8JFCMF0YeQX6ZKmLr1fKzF3At1+DlI+v0t/G2FS6Dic0V3l8MK
JczyFh72NANOaQhAo0GHh8WkaeCf2DLL5K6YJeLpvkvp39oxzn00A4zosnzxM50f
Xrjx2HmurcJQurzafeCDj67QccaNE+5H+mcIVAJlsA1h1f5QFZ3SqQ4mf8St40pE
6YR4ev/Eq6Hb8aUoUq30otxbeHAEHh8cdVhTNFq7sPWb0psQRF2D/+o0MLgHt8PY
EUm49szlLsnjVXAMCHU7wH9CmDR/5Lzcrgqh3DgyI8ay6DnlSQ213eYZH/Nkn1Yz
TcNLCQIDAQABo3kwdzAJBgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNVHQ4EFgQU
D5nzO9/MG4B6ygch/Pv6PF9Q5x8wHgYDVR0RBBcwFYETcGhpbC5yb3NzQGdtYWls
LmNvbTAeBgNVHRIEFzAVgRNwaGlsLnJvc3NAZ21haWwuY29tMA0GCSqGSIb3DQEB
BQUAA4IBAQAKZJXA++aLjISMKZea4PmXuH93YbMxoyBby3SRfwvLh7cBMEiCy5fu
xYR46qa9ixC6JyVuxAWA2AGHLOqabKkq6AxntqIk1OAnZGBNRuCnLYzSx+6YDja
(len: 1257)
-----BEGIN CERTIFICATE-----
MIIDcDCCAligAwIBAgIBATANBgkqhkiG9w0BAQUFADA/MQ4wDAYDVQQDDAVwYXZl
bDEYMBYGCgmSJomT8ixkARkWCHByYXZvc3VkMRMwEQYKCZImiZPyLGQBGRYDY29t
MB4XDTE1MDMwNDA0MTAzNVoXDTE2MDMwMzA0MTAzNVowPzEOMAwGA1UEAwwFcGF2
ZWwxGDAWBgoJkiaJk/IsZAEZFghwcmF2b3N1ZDETMBEGCgmSJomT8ixkARkWA2Nv
bTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKgJODgg1dH3weeyKtQF
mhC3C8gleHSTZYAt1pMBZQ6QmRD7/kLIfLTJB/zgFUVoNoHVZ8qyFmx89reqk5Z4
x/rIVskzpB76MushyaEJhw5UrxEZvoCK0b+nSUR8NT0YcznkjSbALBBagny5NWHn
98LbVtIQYXdJTgC8xvV1u2Bix1JI/Qv1wuDKCw14XF2AFmT4nPt40FEUk4zWwbGI
rdKjssA43TGDjzKmzdOpJ4aOble+Zq6N7jBacMdlsqQAvQ0bbGLokp8W7Ci/UNWC
Q8DwDrjlbURMu729T70yuswrQHyxmh7SISMmjp44+C5ElwVbfcCQQxiwsdAcE3zD
ST0CAwEAAaN3MHUwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAwHQYDVR0OBBYEFJ7X
Ly29ycziHHerLL3NCavLRSv5MB0GA1UdEQQWMBSBEnBhdmVsQHByYXZvc3VkLmNv
bTAdBgNVHRIEFjAUgRJwYXZlbEBwcmF2b3N1ZC5jb20wDQYJKoZIhvcNAQEFBQAD
ggEBAJM/D4S0IHFerw9xcEKR2sehNn9deQKsS7auR3wAtxEitrPzKZb+8Uy3KVqP
Jt/z5WABxO2Bjd7IM+s445lZF6kDsGsYYydlEkf9yzOYrtVmISTJYrsApU8BZQf
(len: 1253)
-----BEGIN CERTIFICATE-----
MIIDcDCCAligAwIBAgIBATANBgkqhkiG9w0BAQUFADA/MQ4wDAYDVQQDDAVwYXZl
bDEYMBYGCgmSJomT8ixkARkWCHByYXZvc3VkMRMwEQYKCZImiZPyLGQBGRYDY29t
MB4XDTE1MDMwNDA0MTAzNVoXDTE2MDMwMzA0MTAzNVowPzEOMAwGA1UEAwwFcGF2
ZWwxGDAWBgoJkiaJk/IsZAEZFghwcmF2b3N1ZDETMBEGCgmSJomT8ixkARkWA2Nv
bTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKgJODgg1dH3weeyKtQF
mhC3C8gleHSTZYAt1pMBZQ6QmRD7/kLIfLTJB/zgFUVoNoHVZ8qyFmx89reqk5Z4
x/rIVskzpB76MushyaEJhw5UrxEZvoCK0b+nSUR8NT0YcznkjSbALBBagny5NWHn
98LbVtIQYXdJTgC8xvV1u2Bix1JI/Qv1wuDKCw14XF2AFmT4nPt40FEUk4zWwbGI
rdKjssA43TGDjzKmzdOpJ4aOble+Zq6N7jBacMdlsqQAvQ0bbGLokp8W7Ci/UNWC
Q8DwDrjlbURMu729T70yuswrQHyxmh7SISMmjp44+C5ElwVbfcCQQxiwsdAcE3zD
ST0CAwEAAaN3MHUwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAwHQYDVR0OBBYEFJ7X
Ly29ycziHHerLL3NCavLRSv5MB0GA1UdEQQWMBSBEnBhdmVsQHByYXZvc3VkLmNv
bTAdBgNVHRIEFjAUgRJwYXZlbEBwcmF2b3N1ZC5jb20wDQYJKoZIhvcNAQEFBQAD
ggEBAJM/D4S0IHFerw9xcEKR2sehNn9deQKsS7auR3wAtxEitrPzKZb+8Uy3KVqP
Jt/z5WABxO2Bjd7IM+s445lZF6kDsGsYYydlEkf9yzOYrtVmISTJYrsApU8BZQf
(len: 1253)
^\$((?-mix:-*(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))(?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*))\s*:\s*(.+?)
(!(?-mix:-*(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))(?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)(?:\s+!(?-mix:-*(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u
(len: 1253)
-----BEGIN CERTIFICATE-----
MIIDbDCCAlSgAwIBAgIBATANBgkqhkiG9w0BAQUFADA+MQwwCgYDVQQDDANnZWQx
GTAXBgoJkiaJk/IsZAEZFglGYWVyaWVNVUQxEzARBgoJkiaJk/IsZAEZFgNvcmcw
HhcNMTUwNDAxMjEyNDEzWhcNMTYwMzMxMjEyNDEzWjA+MQwwCgYDVQQDDANnZWQx
GTAXBgoJkiaJk/IsZAEZFglGYWVyaWVNVUQxEzARBgoJkiaJk/IsZAEZFgNvcmcw
ggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDb92mkyYwuGBg1oRxt2tkH
+Uo3LAsaL/APBfSLzy8o3+B3AUHKCjMUaVeBoZdWtMHB75X3VQlvXfZMyBxj59Vo
cDthr3zdao4HnyrzAIQf7BO5Y8KBwVD+yyXCD/N65TTwqsQnO3ie7U5/9ut1rnNr
OkOzAscMwkfQxBkXDzjvAWa6UF4c5c9kR/T79iA21kDx9+bUMentU59aCJtUcbxa
7kcKJhPEYsk4OdxR9q2dphNMFDQsIdRO8rywX5FRHvcb+qnXC17RvxLHtOjysPtp
EWsYoZMxyCDJpUqbwoeiM+tAHoz2ABMv3Ahie3Qeb6+MZNAtMmaWfBx3dg2u+/WN
AgMBAAGjdTBzMAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBSZ0hCV
qoHr122fGKelqffzEQBhszAcBgNVHREEFTATgRFnZWRARmFlcmllTVVELm9yZzAc
BgNVHRIEFTATgRFnZWRARmFlcmllTVVELm9yZzANBgkqhkiG9w0BAQUFAAOCAQEA
lUKo3NXePpuvN3QGsOLJ6QhNd4+Q9Rz75GipuMrCl296V8QFkd2gg9EG44Pqtk+9
Zac8TkKc9bCSR0snakp+cCPplVvZF0/gMzkSTUJkDBHlNV16z73CyWpbQQa+iLJ
(len: 1249)
-----BEGIN CERTIFICATE-----
MIIDbDCCAlSgAwIBAgIBATANBgkqhkiG9w0BAQUFADA+MQwwCgYDVQQDDANnZWQx
GTAXBgoJkiaJk/IsZAEZFglGYWVyaWVNVUQxEzARBgoJkiaJk/IsZAEZFgNvcmcw
HhcNMTUwNDAxMjEyNDEzWhcNMTYwMzMxMjEyNDEzWjA+MQwwCgYDVQQDDANnZWQx
GTAXBgoJkiaJk/IsZAEZFglGYWVyaWVNVUQxEzARBgoJkiaJk/IsZAEZFgNvcmcw
ggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDb92mkyYwuGBg1oRxt2tkH
+Uo3LAsaL/APBfSLzy8o3+B3AUHKCjMUaVeBoZdWtMHB75X3VQlvXfZMyBxj59Vo
cDthr3zdao4HnyrzAIQf7BO5Y8KBwVD+yyXCD/N65TTwqsQnO3ie7U5/9ut1rnNr
OkOzAscMwkfQxBkXDzjvAWa6UF4c5c9kR/T79iA21kDx9+bUMentU59aCJtUcbxa
7kcKJhPEYsk4OdxR9q2dphNMFDQsIdRO8rywX5FRHvcb+qnXC17RvxLHtOjysPtp
EWsYoZMxyCDJpUqbwoeiM+tAHoz2ABMv3Ahie3Qeb6+MZNAtMmaWfBx3dg2u+/WN
AgMBAAGjdTBzMAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBSZ0hCV
qoHr122fGKelqffzEQBhszAcBgNVHREEFTATgRFnZWRARmFlcmllTVVELm9yZzAc
BgNVHRIEFTATgRFnZWRARmFlcmllTVVELm9yZzANBgkqhkiG9w0BAQUFAAOCAQEA
lUKo3NXePpuvN3QGsOLJ6QhNd4+Q9Rz75GipuMrCl296V8QFkd2gg9EG44Pqtk+9
Zac8TkKc9bCSR0snakp+cCPplVvZF0/gMzkSTUJkDBHlNV16z73CyWpbQQa+iLJ
(len: 1249)
(?-mix:-*(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))(?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)|(?-mix:(?-mix:\"((?:[^\n\r\f\\"#]|#(?!\{)|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)\")|(?-mix:\'((?:[^\n\r\f\\'#]|#(?!\{)|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)\'))|(?-mix:\#[0-9a-fA-F]+)|[+-]?(?-mix:(?-mix:(?:[0-9]+|[0-9]*\.[0-9]+)(?:[eE][+-]?\d+)?)(?:(?-mix:-?(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{100
(len: 1239)
Color is a Ruby library to provide basic RGB, CMYK, HSL, and other colourspace
manipulation support to applications that require it. It also provides 152
named RGB colours (184 with spelling variations) that are commonly supported in
HTML, SVG, and X11 applications. A technique for generating monochromatic
contrasting palettes is also included.
The Color library performs purely mathematical manipulation of the colours
based on colour theory without reference to colour profiles (such as sRGB or
Adobe RGB). For most purposes, when working with RGB and HSL colour spaces,
this won't matter. Absolute colour spaces (like CIE L*a*b* and XYZ) and cannot
be reliably converted to relative colour spaces (like RGB) without colour
profiles.
Color version 1.7.1 adds Color::RGB::RebeccaPurple for the colour #663399 in
honour of Rebecca Meyer, the daughter of Eric Meyer, who passed away on the 7th
of June, 2014. Her favourite colour was purple.
{rebeccapurple}[http://meyerweb.com/eric/thoughts/2014/0
(len: 1237)
Color is a Ruby library to provide basic RGB, CMYK, HSL, and other colourspace
manipulation support to applications that require it. It also provides 152
named RGB colours (184 with spelling variations) that are commonly supported in
HTML, SVG, and X11 applications. A technique for generating monochromatic
contrasting palettes is also included.
The Color library performs purely mathematical manipulation of the colours
based on colour theory without reference to colour profiles (such as sRGB or
Adobe RGB). For most purposes, when working with RGB and HSL colour spaces,
this won't matter. Absolute colour spaces (like CIE L*a*b* and XYZ) and cannot
be reliably converted to relative colour spaces (like RGB) without colour
profiles.
Color version 1.7.1 adds Color::RGB::RebeccaPurple for the colour #663399 in
honour of Rebecca Meyer, the daughter of Eric Meyer, who passed away on the 7th
of June, 2014. Her favourite colour was purple.
{rebeccapurple}[http://meyerweb.com/eric/thoughts/2014/0
(len: 1237)
\A\s*
(?:
(?:
//
(?:
(?:((?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*)@)? (?# 1: userinfo)
((?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\]))?(?::(\d*))? (?# 2: host, 3: port)
|
((?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+) (?# 4: registry)
)
)
|
((?:[\-_.!~*'()a-zA-Z\d;@&=+$,]|%[a-fA-F\d]{2})+) (?# 5: rel_segment)
)?
(/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)? (?# 6: abs_path)
(?:\?((?:[
(len: 1192)
\A\s*
(?:
(?:
//
(?:
(?:((?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*)@)? (?# 1: userinfo)
((?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\]))?(?::(\d*))? (?# 2: host, 3: port)
|
((?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+) (?# 4: registry)
)
)
|
((?:[\-_.!~*'()a-zA-Z\d;@&=+$,]|%[a-fA-F\d]{2})+) (?# 5: rel_segment)
)?
(/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)? (?# 6: abs_path)
(?:\?((?:[
(len: 1192)
-----BEGIN CERTIFICATE-----
MIIDPjCCAiagAwIBAgIBAzANBgkqhkiG9w0BAQUFADBFMRMwEQYDVQQDDApyeWFu
ZC1ydWJ5MRkwFwYKCZImiZPyLGQBGRYJemVuc3BpZGVyMRMwEQYKCZImiZPyLGQB
GRYDY29tMB4XDTE1MDkxOTIwNTEyMloXDTE2MDkxODIwNTEyMlowRTETMBEGA1UE
AwwKcnlhbmQtcnVieTEZMBcGCgmSJomT8ixkARkWCXplbnNwaWRlcjETMBEGCgmS
JomT8ixkARkWA2NvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALda
b9DCgK+627gPJkB6XfjZ1itoOQvpqH1EXScSaba9/S2VF22VYQbXU1xQXL/WzCkx
taCPaLmfYIaFcHHCSY4hYDJijRQkLxPeB3xbOfzfLoBDbjvx5JxgJxUjmGa7xhcT
oOvjtt5P8+GSK9zLzxQP0gVLS/D0FmoE44XuDr3iQkVS2ujU5zZL84mMNqNB1znh
GiadM9GHRaDiaxuX0cIUBj19T01mVE2iymf9I6bEsiayK/n6QujtyCbTWsAS9Rqt
qhtV7HJxNKuPj/JFH0D2cswvzznE/a5FOYO68g+YCuFi5L8wZuuM8zzdwjrWHqSV
gBEfoTEGr7Zii72cx+sCAwEAAaM5MDcwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAw
HQYDVR0OBBYEFEfFe9md/r/tj/Wmwpy+MI8d9k/hMA0GCSqGSIb3DQEBBQUAA4IB
AQB+Hx8xUgrpZa4P8H8gR8zme5kISwQrG80MbpqJV6/G3/ZicRFhN5sjwu0uHGue
bd9Cymf6oIRwHVarJux2M32T6bL07Hmi07w2QaPc3MnMKB/D46SRZ2JSSGPFRBTc
SilobMRoGs/7B15uGFUEnNrCB/ltMqhwwSx1r++UQPfeySHEV9uqu03E5Vb7J37
(len: 1184)
-----BEGIN CERTIFICATE-----
MIIDPjCCAiagAwIBAgIBAzANBgkqhkiG9w0BAQUFADBFMRMwEQYDVQQDDApyeWFu
ZC1ydWJ5MRkwFwYKCZImiZPyLGQBGRYJemVuc3BpZGVyMRMwEQYKCZImiZPyLGQB
GRYDY29tMB4XDTE1MDkxOTIwNTEyMloXDTE2MDkxODIwNTEyMlowRTETMBEGA1UE
AwwKcnlhbmQtcnVieTEZMBcGCgmSJomT8ixkARkWCXplbnNwaWRlcjETMBEGCgmS
JomT8ixkARkWA2NvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALda
b9DCgK+627gPJkB6XfjZ1itoOQvpqH1EXScSaba9/S2VF22VYQbXU1xQXL/WzCkx
taCPaLmfYIaFcHHCSY4hYDJijRQkLxPeB3xbOfzfLoBDbjvx5JxgJxUjmGa7xhcT
oOvjtt5P8+GSK9zLzxQP0gVLS/D0FmoE44XuDr3iQkVS2ujU5zZL84mMNqNB1znh
GiadM9GHRaDiaxuX0cIUBj19T01mVE2iymf9I6bEsiayK/n6QujtyCbTWsAS9Rqt
qhtV7HJxNKuPj/JFH0D2cswvzznE/a5FOYO68g+YCuFi5L8wZuuM8zzdwjrWHqSV
gBEfoTEGr7Zii72cx+sCAwEAAaM5MDcwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAw
HQYDVR0OBBYEFEfFe9md/r/tj/Wmwpy+MI8d9k/hMA0GCSqGSIb3DQEBBQUAA4IB
AQB+Hx8xUgrpZa4P8H8gR8zme5kISwQrG80MbpqJV6/G3/ZicRFhN5sjwu0uHGue
bd9Cymf6oIRwHVarJux2M32T6bL07Hmi07w2QaPc3MnMKB/D46SRZ2JSSGPFRBTc
SilobMRoGs/7B15uGFUEnNrCB/ltMqhwwSx1r++UQPfeySHEV9uqu03E5Vb7J37
(len: 1184)
Usage: break <METHOD | FILE:LINE | LINE> [if CONDITION]
break --condition N [CONDITION]
break [--show | --delete | --enable | --disable] N
break [--delete-all | --disable-all]
break
Aliases: breakpoint
Set a breakpoint. Accepts a line number in the current file, a file and
line number, or a method, and an optional condition.
Pass appropriate flags to manipulate existing breakpoints.
Examples:
break SomeClass#run Break at the start of `SomeClass#run`.
break Foo#bar if baz? Break at `Foo#bar` only if `baz?`.
break app/models/user.rb:15 Break at line 15 in user.rb.
break 14 Break at line 14 in the current file.
break --condition 4 x > 2 Add/change condition on breakpoint #4.
break --condition 3 Remove the condition on breakpoint #3.
break --delete 5 Delete breakpoint #5.
(len: 1183)
Usage: break <METHOD | FILE:LINE | LINE> [if CONDITION]
break --condition N [CONDITION]
break [--show | --delete | --enable | --disable] N
break [--delete-all | --disable-all]
break
Aliases: breakpoint
Set a breakpoint. Accepts a line number in the current file, a file and
line number, or a method, and an optional condition.
Pass appropriate flags to manipulate existing breakpoints.
Examples:
break SomeClass#run Break at the start of `SomeClass#run`.
break Foo#bar if baz? Break at `Foo#bar` only if `baz?`.
break app/models/user.rb:15 Break at line 15 in user.rb.
break 14 Break at line 14 in the current file.
break --condition 4 x > 2 Add/change condition on breakpoint #4.
break --condition 3 Remove the condition on breakpoint #3.
break --delete 5 Delete breakpoint #5.
(len: 1183)
(?:
(?:
//
(?:
(?:((?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*)@)? (?# 1: userinfo)
((?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\]))?(?::(\d*))? (?# 2: host, 3: port)
|
((?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+) (?# 4: registry)
)
)
|
((?:[\-_.!~*'()a-zA-Z\d;@&=+$,]|%[a-fA-F\d]{2})+) (?# 5: rel_segment)
)?
(/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)? (?# 6: abs_path)
(?:\?((?:[\-_.!
(len: 1182)
(?:
(?:
//
(?:
(?:((?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*)@)? (?# 1: userinfo)
((?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\]))?(?::(\d*))? (?# 2: host, 3: port)
|
((?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+) (?# 4: registry)
)
)
|
((?:[\-_.!~*'()a-zA-Z\d;@&=+$,]|%[a-fA-F\d]{2})+) (?# 5: rel_segment)
)?
(/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)? (?# 6: abs_path)
(?:\?((?:[\-_.!
(len: 1182)
(?:
(?:
//
(?:
(?:((?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*)@)? (?# 1: userinfo)
((?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\]))?(?::(\d*))? (?# 2: host, 3: port)
|
((?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+) (?# 4: registry)
)
)
|
((?:[\-_.!~*'()a-zA-Z\d;@&=+$,]|%[a-fA-F\d]{2})+) (?# 5: rel_segment)
)?
(/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)? (?# 6: abs_path)
(?:\?((?:[\-_.!
(len: 1182)
(?:
(?:
//
(?:
(?:((?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*)@)? (?# 1: userinfo)
((?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\]))?(?::(\d*))? (?# 2: host, 3: port)
|
((?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+) (?# 4: registry)
)
)
|
((?:[\-_.!~*'()a-zA-Z\d;@&=+$,]|%[a-fA-F\d]{2})+) (?# 5: rel_segment)
)?
(/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)? (?# 6: abs_path)
(?:\?((?:[\-_.!
(len: 1182)
(?:
(?:
//
(?:
(?:((?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*)@)? (?# 1: userinfo)
((?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\]))?(?::(\d*))? (?# 2: host, 3: port)
|
((?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+) (?# 4: registry)
)
)
|
((?:[\-_.!~*'()a-zA-Z\d;@&=+$,]|%[a-fA-F\d]{2})+) (?# 5: rel_segment)
)?
(/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)? (?# 6: abs_path)
(?:\?((?:[\-_.!
(len: 1182)
// Generated by CoffeeScript 1.7.1
/*
jQuery.Turbolinks ~ https://github.com/kossnocorp/jquery.turbolinks
jQuery plugin for drop-in fix binded events problem caused by Turbolinks
The MIT License
Copyright (c) 2012-2013 Sasha Koss & Rico Sta. Cruz
*/
(function() {
var $, $document;
$ = window.jQuery || (typeof require === "function" ? require('jquery') : void 0);
$document = $(document);
$.turbo = {
version: '2.1.0',
isReady: false,
use: function(load, fetch) {
return $document.off('.turbo').on("" + load + ".turbo", this.onLoad).on("" + fetch + ".turbo", this.onFetch);
},
addCallback: function(callback) {
if ($.turbo.isReady) {
callback($);
}
return $document.on('turbo:ready', function() {
return callback($);
});
},
onLoad: function() {
$.turbo.isReady = true;
return $document.trigger('turbo:ready');
},
onFetch: function() {
return $.turbo.isReady = false;
},
regist
(len: 1177)
// Generated by CoffeeScript 1.7.1
/*
jQuery.Turbolinks ~ https://github.com/kossnocorp/jquery.turbolinks
jQuery plugin for drop-in fix binded events problem caused by Turbolinks
The MIT License
Copyright (c) 2012-2013 Sasha Koss & Rico Sta. Cruz
*/
(function() {
var $, $document;
$ = window.jQuery || (typeof require === "function" ? require('jquery') : void 0);
$document = $(document);
$.turbo = {
version: '2.1.0',
isReady: false,
use: function(load, fetch) {
return $document.off('.turbo').on("" + load + ".turbo", this.onLoad).on("" + fetch + ".turbo", this.onFetch);
},
addCallback: function(callback) {
if ($.turbo.isReady) {
callback($);
}
return $document.on('turbo:ready', function() {
return callback($);
});
},
onLoad: function() {
$.turbo.isReady = true;
return $document.trigger('turbo:ready');
},
onFetch: function() {
return $.turbo.isReady = false;
},
regist
(len: 1177)
-----BEGIN CERTIFICATE-----
MIIDNjCCAh6gAwIBAgIBATANBgkqhkiG9w0BAQUFADBBMQ8wDQYDVQQDDAZhdXN0
aW4xGTAXBgoJkiaJk/IsZAEZFglydWJ5Zm9yZ2UxEzARBgoJkiaJk/IsZAEZFgNv
cmcwHhcNMTQwMjIyMDM0MTQzWhcNMTUwMjIyMDM0MTQzWjBBMQ8wDQYDVQQDDAZh
dXN0aW4xGTAXBgoJkiaJk/IsZAEZFglydWJ5Zm9yZ2UxEzARBgoJkiaJk/IsZAEZ
FgNvcmcwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC2mPNf4L37GhKI
SPCYsvYWXA2/R9u5+pyUnbJ2R1o2CiRq2ZA/AIzY6N3hGnsgoWnh5RzvgTN1Lt08
DNIrsIG2VDYk/JVt6f9J6zZ8EQHbznWa3cWYoCFaaICdk7jV1n/42hg70jEDYXl9
gDOl0k6JmyF/rtfFu/OIkFGWeFYIuFHvRuLyUbw66+QDTOzKb3t8o55Ihgy1GVwT
i6pkDs8LhZWXdOD+921l2Z1NZGZa9KNbJIg6vtgYKU98jQ5qr9iY3ikBAspHrFas
K6USvGgAg8fCD5YiotBEvCBMYtfqmfrhpdU2p+gvTgeLW1Kaevwqd7ngQmFUrFG1
eUJSURv5AgMBAAGjOTA3MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQW
BBQLSSjKemGDapYEd/U4mS1qry2oEjANBgkqhkiG9w0BAQUFAAOCAQEANm2agTdD
9S2NwXMW0jansInXtQmB44qk/psWujtGnn+oT+a9KXO5p/gx2mmx8hMF02wUBx1H
k96HUI/jR3HdhYCfG6oJuEzgXrFiSBJw/cOJiM8v3aHsAwI3NeLeIrRwBYB3kI3j
1qfJXcOWw7c63TrsDX37xj2e4P0DNJ1cTrDmyD2yTQ5776M13Gb6nXjreSeq0t/
(len: 1176)
0001-Revert-Missing-initialization-for-the-catalog-module.patch 0002-Fix-missing-entities-after-CVE-2014-3660-fix.patch 0003-Stop-parsing-on-entities-boundaries-errors.patch 0004-Cleanup-conditional-section-error-handling.patch 0005-CVE-2015-1819-Enforce-the-reader-to-run-in-constant-.patch 0006-Another-variation-of-overflow-in-Conditional-section.patch 0007-Fix-an-error-in-previous-Conditional-section-patch.patch 0008-CVE-2015-8035-Fix-XZ-compression-support-loop.patch 0009-Updated-config.guess.patch 0010-Fix-parsering-short-unclosed-comment-uninitialized-access.patch 0011-Avoid-extra-processing-of-MarkupDecl-when-EOF.patch 0012-Avoid-processing-entities-after-encoding-conversion-.patch 0013-CVE-2015-7497-Avoid-an-heap-buffer-overflow-in-xmlDi.patch 0014-CVE-2015-5312-Another-entity-expansion-issue.patch 0015-Add-xmlHaltParser-to-stop-the-parser.patch 0016-Detect-incoherency-on-GROW.patch 0017-CVE-2015-7500-Fix-memory-access-error-due-to-incorre.patch 0018-CVE-2015-8242-Buffer-overead-
(len: 1176)
-----BEGIN CERTIFICATE-----
MIIDNjCCAh6gAwIBAgIBATANBgkqhkiG9w0BAQUFADBBMQ8wDQYDVQQDDAZhdXN0
aW4xGTAXBgoJkiaJk/IsZAEZFglydWJ5Zm9yZ2UxEzARBgoJkiaJk/IsZAEZFgNv
cmcwHhcNMTQwMjIyMDM0MTQzWhcNMTUwMjIyMDM0MTQzWjBBMQ8wDQYDVQQDDAZh
dXN0aW4xGTAXBgoJkiaJk/IsZAEZFglydWJ5Zm9yZ2UxEzARBgoJkiaJk/IsZAEZ
FgNvcmcwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC2mPNf4L37GhKI
SPCYsvYWXA2/R9u5+pyUnbJ2R1o2CiRq2ZA/AIzY6N3hGnsgoWnh5RzvgTN1Lt08
DNIrsIG2VDYk/JVt6f9J6zZ8EQHbznWa3cWYoCFaaICdk7jV1n/42hg70jEDYXl9
gDOl0k6JmyF/rtfFu/OIkFGWeFYIuFHvRuLyUbw66+QDTOzKb3t8o55Ihgy1GVwT
i6pkDs8LhZWXdOD+921l2Z1NZGZa9KNbJIg6vtgYKU98jQ5qr9iY3ikBAspHrFas
K6USvGgAg8fCD5YiotBEvCBMYtfqmfrhpdU2p+gvTgeLW1Kaevwqd7ngQmFUrFG1
eUJSURv5AgMBAAGjOTA3MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQW
BBQLSSjKemGDapYEd/U4mS1qry2oEjANBgkqhkiG9w0BAQUFAAOCAQEANm2agTdD
9S2NwXMW0jansInXtQmB44qk/psWujtGnn+oT+a9KXO5p/gx2mmx8hMF02wUBx1H
k96HUI/jR3HdhYCfG6oJuEzgXrFiSBJw/cOJiM8v3aHsAwI3NeLeIrRwBYB3kI3j
1qfJXcOWw7c63TrsDX37xj2e4P0DNJ1cTrDmyD2yTQ5776M13Gb6nXjreSeq0t/
(len: 1176)
-----BEGIN CERTIFICATE-----
MIIDNjCCAh6gAwIBAgIBADANBgkqhkiG9w0BAQUFADBBMQ8wDQYDVQQDDAZhdXN0
aW4xGTAXBgoJkiaJk/IsZAEZFglydWJ5Zm9yZ2UxEzARBgoJkiaJk/IsZAEZFgNv
cmcwHhcNMTMwMjA0MDMzMzI3WhcNMTQwMjA0MDMzMzI3WjBBMQ8wDQYDVQQDDAZh
dXN0aW4xGTAXBgoJkiaJk/IsZAEZFglydWJ5Zm9yZ2UxEzARBgoJkiaJk/IsZAEZ
FgNvcmcwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC2mPNf4L37GhKI
SPCYsvYWXA2/R9u5+pyUnbJ2R1o2CiRq2ZA/AIzY6N3hGnsgoWnh5RzvgTN1Lt08
DNIrsIG2VDYk/JVt6f9J6zZ8EQHbznWa3cWYoCFaaICdk7jV1n/42hg70jEDYXl9
gDOl0k6JmyF/rtfFu/OIkFGWeFYIuFHvRuLyUbw66+QDTOzKb3t8o55Ihgy1GVwT
i6pkDs8LhZWXdOD+921l2Z1NZGZa9KNbJIg6vtgYKU98jQ5qr9iY3ikBAspHrFas
K6USvGgAg8fCD5YiotBEvCBMYtfqmfrhpdU2p+gvTgeLW1Kaevwqd7ngQmFUrFG1
eUJSURv5AgMBAAGjOTA3MAkGA1UdEwQCMAAwHQYDVR0OBBYEFAtJKMp6YYNqlgR3
9TiZLWqvLagSMAsGA1UdDwQEAwIEsDANBgkqhkiG9w0BAQUFAAOCAQEApTPkvDm8
7gJlUT4FfumXPvtuqP67LxUtGE8syvR0A4As+0P/wylLJFUOsGTTdZYtThhxCSJG
+7KG2FfIcH4Zz2d97arZGAzBoi8iPht2/UtSl1fCcUI5vmJa1MiXZT2oqdW7Wydq
rAZcBPlrYYuiwtGI0yqIOgBfXSZCWWsJsuyTKELep6mCLgz0YZUfmvKr8W/Ab3a
(len: 1176)
-----BEGIN CERTIFICATE-----
MIIDNjCCAh6gAwIBAgIBADANBgkqhkiG9w0BAQUFADBBMQ8wDQYDVQQDDAZhdXN0
aW4xGTAXBgoJkiaJk/IsZAEZFglydWJ5Zm9yZ2UxEzARBgoJkiaJk/IsZAEZFgNv
cmcwHhcNMTMwMjA0MDMzMzI3WhcNMTQwMjA0MDMzMzI3WjBBMQ8wDQYDVQQDDAZh
dXN0aW4xGTAXBgoJkiaJk/IsZAEZFglydWJ5Zm9yZ2UxEzARBgoJkiaJk/IsZAEZ
FgNvcmcwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC2mPNf4L37GhKI
SPCYsvYWXA2/R9u5+pyUnbJ2R1o2CiRq2ZA/AIzY6N3hGnsgoWnh5RzvgTN1Lt08
DNIrsIG2VDYk/JVt6f9J6zZ8EQHbznWa3cWYoCFaaICdk7jV1n/42hg70jEDYXl9
gDOl0k6JmyF/rtfFu/OIkFGWeFYIuFHvRuLyUbw66+QDTOzKb3t8o55Ihgy1GVwT
i6pkDs8LhZWXdOD+921l2Z1NZGZa9KNbJIg6vtgYKU98jQ5qr9iY3ikBAspHrFas
K6USvGgAg8fCD5YiotBEvCBMYtfqmfrhpdU2p+gvTgeLW1Kaevwqd7ngQmFUrFG1
eUJSURv5AgMBAAGjOTA3MAkGA1UdEwQCMAAwHQYDVR0OBBYEFAtJKMp6YYNqlgR3
9TiZLWqvLagSMAsGA1UdDwQEAwIEsDANBgkqhkiG9w0BAQUFAAOCAQEApTPkvDm8
7gJlUT4FfumXPvtuqP67LxUtGE8syvR0A4As+0P/wylLJFUOsGTTdZYtThhxCSJG
+7KG2FfIcH4Zz2d97arZGAzBoi8iPht2/UtSl1fCcUI5vmJa1MiXZT2oqdW7Wydq
rAZcBPlrYYuiwtGI0yqIOgBfXSZCWWsJsuyTKELep6mCLgz0YZUfmvKr8W/Ab3a
(len: 1176)
-----BEGIN CERTIFICATE-----
MIIDLjCCAhagAwIBAgIBADANBgkqhkiG9w0BAQUFADA9MQ8wDQYDVQQDDAZzZmVy
aWsxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkWA2NvbTAe
Fw0xMzAyMDMxMDAyMjdaFw0xNDAyMDMxMDAyMjdaMD0xDzANBgNVBAMMBnNmZXJp
azEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPyLGQBGRYDY29tMIIB
IjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAl0x5dx8uKxi7TkrIuyBUTJVB
v1o93nUB9j/y4M96gV2rYwAci1JPBseNd6Fybzjo3YGuHl7EQHuSHNaf1p2lxew/
y60JXIJBBgPcDK/KCP4NUHofm0jfoYD+H5uNJfHCNq7/ZsTxOtE3Ra92s0BCMTpm
wBMMlWR5MtdEhIYuBO4XhnejYgH0L/7BL2lymntVnsr/agdQoojQCN1IQmsRJvrR
duZRO3tZvoIo1pBc4JEehDuqCeyBgPLOqMoKtQlold1TQs1kWUBK7KWMFEhKC/Kg
zyzKRHQo9yDYwOvYngoBLY+T/lwCT4dyssdhzRbfnxAhaKu4SAssIwaC01yVowID
AQABozkwNzAJBgNVHRMEAjAAMB0GA1UdDgQWBBS0ruDfRak5ci1OpDNX/ZdDEkIs
iTALBgNVHQ8EBAMCBLAwDQYJKoZIhvcNAQEFBQADggEBAHHSMs/MP0sOaLkEv4Jo
zvkm3qn5A6t0vaHx774cmejyMU+5wySxRezspL7ULh9NeuK2OhU+Oe3TpqrAg5TK
R8GQILnVu2FemGA6sAkPDlcPtgA6ieI19PZOF6HVLmc/ID/dP/NgZWWzEeqQKmcK
2+HM+SEEDhZkScYekw4ZOe164ZtZG816oAv5x0pGitSIkumUp7V8iEZ/6ehr7Y9
(len: 1164)
-----BEGIN CERTIFICATE-----
MIIDLjCCAhagAwIBAgIBADANBgkqhkiG9w0BAQUFADA9MQ8wDQYDVQQDDAZzZmVy
aWsxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkWA2NvbTAe
Fw0xMzAyMDMxMDAyMjdaFw0xNDAyMDMxMDAyMjdaMD0xDzANBgNVBAMMBnNmZXJp
azEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPyLGQBGRYDY29tMIIB
IjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAl0x5dx8uKxi7TkrIuyBUTJVB
v1o93nUB9j/y4M96gV2rYwAci1JPBseNd6Fybzjo3YGuHl7EQHuSHNaf1p2lxew/
y60JXIJBBgPcDK/KCP4NUHofm0jfoYD+H5uNJfHCNq7/ZsTxOtE3Ra92s0BCMTpm
wBMMlWR5MtdEhIYuBO4XhnejYgH0L/7BL2lymntVnsr/agdQoojQCN1IQmsRJvrR
duZRO3tZvoIo1pBc4JEehDuqCeyBgPLOqMoKtQlold1TQs1kWUBK7KWMFEhKC/Kg
zyzKRHQo9yDYwOvYngoBLY+T/lwCT4dyssdhzRbfnxAhaKu4SAssIwaC01yVowID
AQABozkwNzAJBgNVHRMEAjAAMB0GA1UdDgQWBBS0ruDfRak5ci1OpDNX/ZdDEkIs
iTALBgNVHQ8EBAMCBLAwDQYJKoZIhvcNAQEFBQADggEBAHHSMs/MP0sOaLkEv4Jo
zvkm3qn5A6t0vaHx774cmejyMU+5wySxRezspL7ULh9NeuK2OhU+Oe3TpqrAg5TK
R8GQILnVu2FemGA6sAkPDlcPtgA6ieI19PZOF6HVLmc/ID/dP/NgZWWzEeqQKmcK
2+HM+SEEDhZkScYekw4ZOe164ZtZG816oAv5x0pGitSIkumUp7V8iEZ/6ehr7Y9
(len: 1164)
(?://(?:(?:(?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*@)?(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)?|(?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+)(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?|/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*|(?:[\-_.!~*'()a-zA-Z\d;@&=+$,]|%[a-fA-F\d]{2})+(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[
(len: 1134)
(?://(?:(?:(?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*@)?(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)?|(?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+)(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?|/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*|(?:[\-_.!~*'()a-zA-Z\d;@&=+$,]|%[a-fA-F\d]{2})+(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[
(len: 1134)
(?://(?:(?:(?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*@)?(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)?|(?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+)(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?|/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*|(?:[\-_.!~*'()a-zA-Z\d;@&=+$,]|%[a-fA-F\d]{2})+(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[
(len: 1134)
{"login":"mkcode","id":283496,"avatar_url":"https://avatars.githubusercontent.com/u/283496?v=3","gravatar_id":"","url":"https://api.github.com/users/mkcode","html_url":"https://github.com/mkcode","followers_url":"https://api.github.com/users/mkcode/followers","following_url":"https://api.github.com/users/mkcode/following{/other_user}","gists_url":"https://api.github.com/users/mkcode/gists{/gist_id}","starred_url":"https://api.github.com/users/mkcode/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mkcode/subscriptions","organizations_url":"https://api.github.com/users/mkcode/orgs","repos_url":"https://api.github.com/users/mkcode/repos","events_url":"https://api.github.com/users/mkcode/events{/privacy}","received_events_url":"https://api.github.com/users/mkcode/received_events","type":"User","site_admin":false,"name":"Chris Ewald","company":null,"blog":null,"location":null,"email":null,"hireable":null,"bio":null,"public_repos":45,"public_gists":4,"followers":13,"
(len: 1086)
{"login":"mkcode","id":283496,"avatar_url":"https://avatars.githubusercontent.com/u/283496?v=3","gravatar_id":"","url":"https://api.github.com/users/mkcode","html_url":"https://github.com/mkcode","followers_url":"https://api.github.com/users/mkcode/followers","following_url":"https://api.github.com/users/mkcode/following{/other_user}","gists_url":"https://api.github.com/users/mkcode/gists{/gist_id}","starred_url":"https://api.github.com/users/mkcode/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mkcode/subscriptions","organizations_url":"https://api.github.com/users/mkcode/orgs","repos_url":"https://api.github.com/users/mkcode/repos","events_url":"https://api.github.com/users/mkcode/events{/privacy}","received_events_url":"https://api.github.com/users/mkcode/received_events","type":"User","site_admin":false,"name":"Chris Ewald","company":null,"blog":null,"location":null,"email":null,"hireable":null,"bio":null,"public_repos":45,"public_gists":4,"followers":13,"
(len: 1086)
{"login":"mkcode","id":283496,"avatar_url":"https://avatars.githubusercontent.com/u/283496?v=3","gravatar_id":"","url":"https://api.github.com/users/mkcode","html_url":"https://github.com/mkcode","followers_url":"https://api.github.com/users/mkcode/followers","following_url":"https://api.github.com/users/mkcode/following{/other_user}","gists_url":"https://api.github.com/users/mkcode/gists{/gist_id}","starred_url":"https://api.github.com/users/mkcode/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mkcode/subscriptions","organizations_url":"https://api.github.com/users/mkcode/orgs","repos_url":"https://api.github.com/users/mkcode/repos","events_url":"https://api.github.com/users/mkcode/events{/privacy}","received_events_url":"https://api.github.com/users/mkcode/received_events","type":"User","site_admin":false,"name":"Chris Ewald","company":null,"blog":null,"location":null,"email":null,"hireable":null,"bio":null,"public_repos":45,"public_gists":4,"followers":13,"
(len: 1086)
{"login":"mkcode","id":283496,"avatar_url":"https://avatars.githubusercontent.com/u/283496?v=3","gravatar_id":"","url":"https://api.github.com/users/mkcode","html_url":"https://github.com/mkcode","followers_url":"https://api.github.com/users/mkcode/followers","following_url":"https://api.github.com/users/mkcode/following{/other_user}","gists_url":"https://api.github.com/users/mkcode/gists{/gist_id}","starred_url":"https://api.github.com/users/mkcode/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mkcode/subscriptions","organizations_url":"https://api.github.com/users/mkcode/orgs","repos_url":"https://api.github.com/users/mkcode/repos","events_url":"https://api.github.com/users/mkcode/events{/privacy}","received_events_url":"https://api.github.com/users/mkcode/received_events","type":"User","site_admin":false,"name":"Chris Ewald","company":null,"blog":null,"location":null,"email":null,"hireable":null,"bio":null,"public_repos":45,"public_gists":4,"followers":13,"
(len: 1086)
{"login":"mkcode","id":283496,"avatar_url":"https://avatars.githubusercontent.com/u/283496?v=3","gravatar_id":"","url":"https://api.github.com/users/mkcode","html_url":"https://github.com/mkcode","followers_url":"https://api.github.com/users/mkcode/followers","following_url":"https://api.github.com/users/mkcode/following{/other_user}","gists_url":"https://api.github.com/users/mkcode/gists{/gist_id}","starred_url":"https://api.github.com/users/mkcode/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mkcode/subscriptions","organizations_url":"https://api.github.com/users/mkcode/orgs","repos_url":"https://api.github.com/users/mkcode/repos","events_url":"https://api.github.com/users/mkcode/events{/privacy}","received_events_url":"https://api.github.com/users/mkcode/received_events","type":"User","site_admin":false,"name":"Chris Ewald","company":null,"blog":null,"location":null,"email":null,"hireable":null,"bio":null,"public_repos":45,"public_gists":4,"followers":13,"
(len: 1086)
\A(?<relative-ref>(?<relative-part>//(?<authority>(?:(?<userinfo>(?:%\h\h|[!$&-.0-;=A-Z_a-z~])*)@)?(?<host>(?<IP-literal>\[(?<IPv6address>(?:\h{1,4}:){6}(?<ls32>\h{1,4}:\h{1,4}|(?<IPv4address>(?<dec-octet>[1-9]\d|1\d{2}|2[0-4]\d|25[0-5]|\d)\.\g<dec-octet>\.\g<dec-octet>\.\g<dec-octet>))|::(?:\h{1,4}:){5}\g<ls32>|\h{1,4}?::(?:\h{1,4}:){4}\g<ls32>|(?:(?:\h{1,4}:){,1}\h{1,4})?::(?:\h{1,4}:){3}\g<ls32>|(?:(?:\h{1,4}:){,2}\h{1,4})?::(?:\h{1,4}:){2}\g<ls32>|(?:(?:\h{1,4}:){,3}\h{1,4})?::\h{1,4}:\g<ls32>|(?:(?:\h{1,4}:){,4}\h{1,4})?::\g<ls32>|(?:(?:\h{1,4}:){,5}\h{1,4})?::\h{1,4}|(?:(?:\h{1,4}:){,6}\h{1,4})?::)|(?<IPvFuture>v\h+\.[!$&-.0-;=A-Z_a-z~]+)\])|\g<IPv4address>|(?<reg-name>(?:%\h\h|[!$&-.0-9;=A-Z_a-z~])+))?(?::(?<port>\d*))?)(?<path-abempty>(?:/(?<segment>(?:%\h\h|[!$&-.0-;=@-Z_a-z~])*))*)|(?<path-absolute>/(?:(?<segment-nz>(?:%\h\h|[!$&-.0-;=@-Z_a-z~])+)(?:/\g<segment>)*)?)|(?<path-noscheme>(?<segment-nz-nc>(?:%\h\h|[!$&-.0-9;=@-Z_a-z~])+)(?:/\g<segment>)*)|(?<path-empty>))(?:\?(?<qu
(len: 1068)
\A(?<relative-ref>(?<relative-part>//(?<authority>(?:(?<userinfo>(?:%\h\h|[!$&-.0-;=A-Z_a-z~])*)@)?(?<host>(?<IP-literal>\[(?<IPv6address>(?:\h{1,4}:){6}(?<ls32>\h{1,4}:\h{1,4}|(?<IPv4address>(?<dec-octet>[1-9]\d|1\d{2}|2[0-4]\d|25[0-5]|\d)\.\g<dec-octet>\.\g<dec-octet>\.\g<dec-octet>))|::(?:\h{1,4}:){5}\g<ls32>|\h{1,4}?::(?:\h{1,4}:){4}\g<ls32>|(?:(?:\h{1,4}:){,1}\h{1,4})?::(?:\h{1,4}:){3}\g<ls32>|(?:(?:\h{1,4}:){,2}\h{1,4})?::(?:\h{1,4}:){2}\g<ls32>|(?:(?:\h{1,4}:){,3}\h{1,4})?::\h{1,4}:\g<ls32>|(?:(?:\h{1,4}:){,4}\h{1,4})?::\g<ls32>|(?:(?:\h{1,4}:){,5}\h{1,4})?::\h{1,4}|(?:(?:\h{1,4}:){,6}\h{1,4})?::)|(?<IPvFuture>v\h+\.[!$&-.0-;=A-Z_a-z~]+)\])|\g<IPv4address>|(?<reg-name>(?:%\h\h|[!$&-.0-9;=A-Z_a-z~])+))?(?::(?<port>\d*))?)(?<path-abempty>(?:/(?<segment>(?:%\h\h|[!$&-.0-;=@-Z_a-z~])*))*)|(?<path-absolute>/(?:(?<segment-nz>(?:%\h\h|[!$&-.0-;=@-Z_a-z~])+)(?:/\g<segment>)*)?)|(?<path-noscheme>(?<segment-nz-nc>(?:%\h\h|[!$&-.0-9;=@-Z_a-z~])+)(?:/\g<segment>)*)|(?<path-empty>))(?:\?(?<qu
(len: 1068)
\A(?<URI>(?<scheme>[A-Za-z][+\-.0-9A-Za-z]*):(?<hier-part>//(?<authority>(?:(?<userinfo>(?:%\h\h|[!$&-.0-;=A-Z_a-z~])*)@)?(?<host>(?<IP-literal>\[(?:(?<IPv6address>(?:\h{1,4}:){6}(?<ls32>\h{1,4}:\h{1,4}|(?<IPv4address>(?<dec-octet>[1-9]\d|1\d{2}|2[0-4]\d|25[0-5]|\d)\.\g<dec-octet>\.\g<dec-octet>\.\g<dec-octet>))|::(?:\h{1,4}:){5}\g<ls32>|\h{1,4}?::(?:\h{1,4}:){4}\g<ls32>|(?:(?:\h{1,4}:)?\h{1,4})?::(?:\h{1,4}:){3}\g<ls32>|(?:(?:\h{1,4}:){,2}\h{1,4})?::(?:\h{1,4}:){2}\g<ls32>|(?:(?:\h{1,4}:){,3}\h{1,4})?::\h{1,4}:\g<ls32>|(?:(?:\h{1,4}:){,4}\h{1,4})?::\g<ls32>|(?:(?:\h{1,4}:){,5}\h{1,4})?::\h{1,4}|(?:(?:\h{1,4}:){,6}\h{1,4})?::)|(?<IPvFuture>v\h+\.[!$&-.0-;=A-Z_a-z~]+))\])|\g<IPv4address>|(?<reg-name>(?:%\h\h|[!$&-.0-9;=A-Z_a-z~])+))?(?::(?<port>\d*))?)(?<path-abempty>(?:/(?<segment>(?:%\h\h|[!$&-.0-;=@-Z_a-z~])*))*)|(?<path-absolute>/(?:(?<segment-nz>(?:%\h\h|[!$&-.0-;=@-Z_a-z~])+)(?:/\g<segment>)*)?)|(?<path-rootless>\g<segment-nz>(?:/\g<segment>)*)|(?<path-empty>))(?:\?(?<query>[^#]*))
(len: 1057)
\A(?<URI>(?<scheme>[A-Za-z][+\-.0-9A-Za-z]*):(?<hier-part>//(?<authority>(?:(?<userinfo>(?:%\h\h|[!$&-.0-;=A-Z_a-z~])*)@)?(?<host>(?<IP-literal>\[(?:(?<IPv6address>(?:\h{1,4}:){6}(?<ls32>\h{1,4}:\h{1,4}|(?<IPv4address>(?<dec-octet>[1-9]\d|1\d{2}|2[0-4]\d|25[0-5]|\d)\.\g<dec-octet>\.\g<dec-octet>\.\g<dec-octet>))|::(?:\h{1,4}:){5}\g<ls32>|\h{1,4}?::(?:\h{1,4}:){4}\g<ls32>|(?:(?:\h{1,4}:)?\h{1,4})?::(?:\h{1,4}:){3}\g<ls32>|(?:(?:\h{1,4}:){,2}\h{1,4})?::(?:\h{1,4}:){2}\g<ls32>|(?:(?:\h{1,4}:){,3}\h{1,4})?::\h{1,4}:\g<ls32>|(?:(?:\h{1,4}:){,4}\h{1,4})?::\g<ls32>|(?:(?:\h{1,4}:){,5}\h{1,4})?::\h{1,4}|(?:(?:\h{1,4}:){,6}\h{1,4})?::)|(?<IPvFuture>v\h+\.[!$&-.0-;=A-Z_a-z~]+))\])|\g<IPv4address>|(?<reg-name>(?:%\h\h|[!$&-.0-9;=A-Z_a-z~])+))?(?::(?<port>\d*))?)(?<path-abempty>(?:/(?<segment>(?:%\h\h|[!$&-.0-;=@-Z_a-z~])*))*)|(?<path-absolute>/(?:(?<segment-nz>(?:%\h\h|[!$&-.0-;=@-Z_a-z~])+)(?:/\g<segment>)*)?)|(?<path-rootless>\g<segment-nz>(?:/\g<segment>)*)|(?<path-empty>))(?:\?(?<query>[^#]*))
(len: 1057)
[a-zA-Z][\-+.a-zA-Z\d]*:(?:(?://(?:(?:(?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*@)?(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)?|(?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+)(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?|/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)(?:\?(?:(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\d]{2})*))?|(?:[\-_.!~*'()a-zA-Z\d;?:@&=+$,]|%[a-fA-F\d]{2})(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\
(len: 1009)
[a-zA-Z][\-+.a-zA-Z\d]*:(?:(?://(?:(?:(?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*@)?(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)?|(?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+)(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?|/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)(?:\?(?:(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\d]{2})*))?|(?:[\-_.!~*'()a-zA-Z\d;?:@&=+$,]|%[a-fA-F\d]{2})(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\
(len: 1009)
[a-zA-Z][\-+.a-zA-Z\d]*:(?:(?://(?:(?:(?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*@)?(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)?|(?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+)(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?|/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)(?:\?(?:(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\d]{2})*))?|(?:[\-_.!~*'()a-zA-Z\d;?:@&=+$,]|%[a-fA-F\d]{2})(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\
(len: 1009)
(?:(?-mix:\A((?x-mi:0
|1(?:[0-9][0-9]?)?
|2(?:[0-4][0-9]?|5[0-5]?|[6-9])?
|[3-9][0-9]?))\.((?x-mi:0
|1(?:[0-9][0-9]?)?
|2(?:[0-4][0-9]?|5[0-5]?|[6-9])?
|[3-9][0-9]?))\.((?x-mi:0
|1(?:[0-9][0-9]?)?
|2(?:[0-4][0-9]?|5[0-5]?|[6-9])?
|[3-9][0-9]?))\.((?x-mi:0
|1(?:[0-9][0-9]?)?
|2(?:[0-4][0-9]?|5[0-5]?|[6-9])?
|[3-9][0-9]?))\z))|(?:(?x-mi:
(?:(?x-mi:\A
(?:[0-9A-Fa-f]{1,4}:){7}
[0-9A-Fa-f]{1,4}
\z)) |
(?:(?x-mi:\A
((?:[0-9A-Fa-f]{1,4}(?::[0-9A-Fa-f]{1,4})*)?) ::
((?:[0-9A-Fa-f]{1,4}(?::[0-9A-Fa-f]{1,4})*)?)
\z)) |
(?:(?x-mi:\A
((?:[0-9A-Fa-f]{1,4}:){6,6})
(\d+)\.(\d+)\.(\d+)\.(\d+)
\z)) |
(?:(?x-mi:\A
((?:[0-9A-Fa-f]{1,4}(?::[0-9A-Fa-f]{1,4})*)?) ::
((?:[0-9A-Fa-f]{1,4}:)*)
(\d+)\.(\d+)\.(\d+)\.(\d+)
\z))))
(len: 996)
(?:(?-mix:\A((?x-mi:0
|1(?:[0-9][0-9]?)?
|2(?:[0-4][0-9]?|5[0-5]?|[6-9])?
|[3-9][0-9]?))\.((?x-mi:0
|1(?:[0-9][0-9]?)?
|2(?:[0-4][0-9]?|5[0-5]?|[6-9])?
|[3-9][0-9]?))\.((?x-mi:0
|1(?:[0-9][0-9]?)?
|2(?:[0-4][0-9]?|5[0-5]?|[6-9])?
|[3-9][0-9]?))\.((?x-mi:0
|1(?:[0-9][0-9]?)?
|2(?:[0-4][0-9]?|5[0-5]?|[6-9])?
|[3-9][0-9]?))\z))|(?:(?x-mi:
(?:(?x-mi:\A
(?:[0-9A-Fa-f]{1,4}:){7}
[0-9A-Fa-f]{1,4}
\z)) |
(?:(?x-mi:\A
((?:[0-9A-Fa-f]{1,4}(?::[0-9A-Fa-f]{1,4})*)?) ::
((?:[0-9A-Fa-f]{1,4}(?::[0-9A-Fa-f]{1,4})*)?)
\z)) |
(?:(?x-mi:\A
((?:[0-9A-Fa-f]{1,4}:){6,6})
(\d+)\.(\d+)\.(\d+)\.(\d+)
\z)) |
(?:(?x-mi:\A
((?:[0-9A-Fa-f]{1,4}(?::[0-9A-Fa-f]{1,4})*)?) ::
((?:[0-9A-Fa-f]{1,4}:)*)
(\d+)\.(\d+)\.(\d+)\.(\d+)
\z))))
(len: 996)
/* line 1, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets/peek/views/performance_bar.scss */
.performance-bar {
position: relative;
top: 2px;
display: inline-block;
width: 75px;
height: 10px;
margin: 0 0 0 5px;
list-style: none;
background-color: rgba(0, 0, 0, 0.5);
border: 1px solid rgba(0, 0, 0, 0.7);
border-radius: 2px;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
/* line 14, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets/peek/views/performance_bar.scss */
.performance-bar li {
position: absolute;
top: 0;
bottom: 0;
overflow: hidden;
opacity: .8;
color: transparent;
}
/* line 22, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets/peek/views/performance_bar.scss */
.performance-bar li:hover {
opacity: 1;
cursor: default;
}
(len: 962)
/* line 1, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets/peek/views/performance_bar.scss */
.performance-bar {
position: relative;
top: 2px;
display: inline-block;
width: 75px;
height: 10px;
margin: 0 0 0 5px;
list-style: none;
background-color: rgba(0, 0, 0, 0.5);
border: 1px solid rgba(0, 0, 0, 0.7);
border-radius: 2px;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
/* line 14, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets/peek/views/performance_bar.scss */
.performance-bar li {
position: absolute;
top: 0;
bottom: 0;
overflow: hidden;
opacity: .8;
color: transparent;
}
/* line 22, /Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets/peek/views/performance_bar.scss */
.performance-bar li:hover {
opacity: 1;
cursor: default;
}
(len: 962)
Usage: ls [-m|-M|-p|-pM] [-q|-v] [-c|-i] [Object]
ls [-g] [-l]
ls shows you which methods, constants and variables are accessible to Pry. By
default it shows you the local variables defined in the current shell, and any
public methods or instance variables defined on the current object.
The colours used are configurable using Pry.config.ls.*_color, and the separator
is Pry.config.ls.separator.
Pry.config.ls.ceiling is used to hide methods defined higher up in the
inheritance chain, this is by default set to [Object, Module, Class] so that
methods defined on all Objects are omitted. The -v flag can be used to ignore
this setting and show all methods, while the -q can be used to set the ceiling
much lower and show only methods defined on the object or its direct class.
Also check out `find-method` command (run `help find-method`).
(len: 930)
Usage: ls [-m|-M|-p|-pM] [-q|-v] [-c|-i] [Object]
ls [-g] [-l]
ls shows you which methods, constants and variables are accessible to Pry. By
default it shows you the local variables defined in the current shell, and any
public methods or instance variables defined on the current object.
The colours used are configurable using Pry.config.ls.*_color, and the separator
is Pry.config.ls.separator.
Pry.config.ls.ceiling is used to hide methods defined higher up in the
inheritance chain, this is by default set to [Object, Module, Class] so that
methods defined on all Objects are omitted. The -v flag can be used to ignore
this setting and show all methods, while the -q can be used to set the ceiling
much lower and show only methods defined on the object or its direct class.
Also check out `find-method` command (run `help find-method`).
(len: 930)
RubyGems is a sophisticated package manager for Ruby. This is a
basic help message containing pointers to more information.
Usage:
gem -h/--help
gem -v/--version
gem command [arguments...] [options...]
Examples:
gem install rake
gem list --local
gem build package.gemspec
gem help install
Further help:
gem help commands list all 'gem' commands
gem help examples show some examples of usage
gem help gem_dependencies gem dependencies file guide
gem help platforms gem platforms guide
gem help <COMMAND> show help on COMMAND
(e.g. 'gem help install')
gem server present a web page at
http://localhost:8808/
with info about installed gems
Further information:
http://guides.rubygems.org
(len: 917)
RubyGems is a sophisticated package manager for Ruby. This is a
basic help message containing pointers to more information.
Usage:
gem -h/--help
gem -v/--version
gem command [arguments...] [options...]
Examples:
gem install rake
gem list --local
gem build package.gemspec
gem help install
Further help:
gem help commands list all 'gem' commands
gem help examples show some examples of usage
gem help gem_dependencies gem dependencies file guide
gem help platforms gem platforms guide
gem help <COMMAND> show help on COMMAND
(e.g. 'gem help install')
gem server present a web page at
http://localhost:8808/
with info about installed gems
Further information:
http://guides.rubygems.org
(len: 917)
The mime-types library provides a library and registry for information about
MIME content type definitions. It can be used to determine defined filename
extensions for MIME types, or to use filename extensions to look up the likely
MIME type definitions.
This is release 2.99.1, the first scheduled data update for mime-types 2.x. As
of mime-types 2.99. deprecation warnings are noisy and data that has been
deprecated is now no longer available. The data is both dropped from the data
files and is stubbed out as empty or +nil+ values as appropriate.
mime-types-2.6 was the last version of mime-types 2.x with newly available
features, and mime-types 2.99 will only receive quarterly updates to the IANA
registered MIME media types plus any security updates that may be required.
If the loss of the deprecated data matters, be sure to set your dependency
appropriately:
gem 'mime-types', '~> 2.6, < 2.99'
(len: 912)
The mime-types library provides a library and registry for information about
MIME content type definitions. It can be used to determine defined filename
extensions for MIME types, or to use filename extensions to look up the likely
MIME type definitions.
This is release 2.99.1, the first scheduled data update for mime-types 2.x. As
of mime-types 2.99. deprecation warnings are noisy and data that has been
deprecated is now no longer available. The data is both dropped from the data
files and is stubbed out as empty or +nil+ values as appropriate.
mime-types-2.6 was the last version of mime-types 2.x with newly available
features, and mime-types 2.99 will only receive quarterly updates to the IANA
registered MIME media types plus any security updates that may be required.
If the loss of the deprecated data matters, be sure to set your dependency
appropriately:
gem 'mime-types', '~> 2.6, < 2.99'
(len: 912)
SELECT attr.attname, nsp.nspname,
CASE
WHEN pg_get_expr(def.adbin, def.adrelid) !~* 'nextval' THEN NULL
WHEN split_part(pg_get_expr(def.adbin, def.adrelid), '''', 2) ~ '.' THEN
substr(split_part(pg_get_expr(def.adbin, def.adrelid), '''', 2),
strpos(split_part(pg_get_expr(def.adbin, def.adrelid), '''', 2), '.')+1)
ELSE split_part(pg_get_expr(def.adbin, def.adrelid), '''', 2)
END
FROM pg_class t
JOIN pg_attribute attr ON (t.oid = attrelid)
JOIN pg_attrdef def ON (adrelid = attrelid AND adnum = attnum)
JOIN pg_constraint cons ON (conrelid = adrelid AND adnum = conkey[1])
JOIN pg_namespace nsp ON (t.relnamespace = nsp.oid)
WHERE t.oid = '
(len: 890)
(?://(?:(?:(?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*@)?(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)?|(?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+)(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?|/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)(?:\?(?:(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\d]{2})*))?
(len: 878)
(?://(?:(?:(?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*@)?(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)?|(?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+)(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?|/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)(?:\?(?:(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\d]{2})*))?
(len: 878)
(?://(?:(?:(?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*@)?(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)?|(?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+)(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?|/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)(?:\?(?:(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\d]{2})*))?
(len: 878)
Rake is a Make-like program implemented in Ruby. Tasks and dependencies are
specified in standard Ruby syntax.
Rake has the following features:
* Rakefiles (rake's version of Makefiles) are completely defined in
standard Ruby syntax. No XML files to edit. No quirky Makefile
syntax to worry about (is that a tab or a space?)
* Users can specify tasks with prerequisites.
* Rake supports rule patterns to synthesize implicit tasks.
* Flexible FileLists that act like arrays but know about manipulating
file names and paths.
* A library of prepackaged tasks to make building rakefiles easier. For example,
tasks for building tarballs and publishing to FTP or SSH sites. (Formerly
tasks for building RDoc and Gems were included in rake but they're now
available in RDoc and RubyGems respectively.)
* Supports parallel execution of tasks.
(len: 856)
Rake is a Make-like program implemented in Ruby. Tasks and dependencies are
specified in standard Ruby syntax.
Rake has the following features:
* Rakefiles (rake's version of Makefiles) are completely defined in
standard Ruby syntax. No XML files to edit. No quirky Makefile
syntax to worry about (is that a tab or a space?)
* Users can specify tasks with prerequisites.
* Rake supports rule patterns to synthesize implicit tasks.
* Flexible FileLists that act like arrays but know about manipulating
file names and paths.
* A library of prepackaged tasks to make building rakefiles easier. For example,
tasks for building tarballs and publishing to FTP or SSH sites. (Formerly
tasks for building RDoc and Gems were included in rake but they're now
available in RDoc and RubyGems respectively.)
* Supports parallel execution of tasks.
(len: 856)
_classroom_session=ZkhhN3RsemQ3OXN3U1ZkZUJldnZabmdxaHBDQjRVUXUyWVNlcGJzTnh3c1lUdGkrZWNpRVhsNUs3ZWhwSGdiRWFJMkN0U1RjTWlXZmR4RmdIaGE3eWdpZHlmQURXaHR6ZzBmUkZmVmU2dXc2T3J3NThPTTlLN0V0cEhKazFodUhsY1QwbkFrWTBHQUNlb0R1MEVmL21kSjUrQ04zTXRwM1NLdXlZQmNybS82b3dPSnhWUnpUNk1Dc0hldEpRNXJRekdWbWZhZnBqTXdrcG50anJOd09pOStHV1k2UCtWRm9xNGVCamhXa1VSWUhYTnFPbDlobkVrNkRjSFg0RFFmemgwNzd0TVdvUDBQYzVzaFl2bkZxNlk0QU1sZzBISGpVTjVoaVlvT0hFYzRUaUVLc2JUYXBtZFNqT3d2Q0l2RnJVblR0d0puVDVqdExTTFE0THhRUndLYTFRclEvb0lxeGgrZkdlYytlYjdEaFZRMmVIL3VpNWVPRG43cDlsTmNlMXJkVHRqSzZvZDhSMDlQcXhpRm1jenZJQUpESWMvNzYxUVF2Z0hONVh0dWo5R21Mb3JpdlcxeEJ5Mm1CTXJjak5LRnJGOUxrWXhEU1JoRm9qMWdHMWRUaWk3OEdiL05rSmdkalZsMUNOM25ORjFDTU9lYUprZ1VuNUJtUDlmeFQtLUVDMzRLQVVZeC9Fd0w2d3oxYkNvQnc9PQ%3D%3D--54fc5bc4591ab55cde30d21b4fcacea5c2700cd7; path=/; HttpOnly
__profilin=p%3Dt; path=/
(len: 828)
Usage: play [OPTIONS] [--help]
The play command enables you to replay code from files and methods as if they
were entered directly in the Pry REPL.
play --lines 149..153 # assumes current context
play -i 20 --lines 1..3 # assumes lines of the input expression at 20
play -o 4 # the output of of an expression at 4
play Pry#repl -l 1..-1 # play the contents of Pry#repl method
play -e 2 # play from specified line until end of valid expression
play hello.rb # play a file
play Rakefile -l 5 # play line 5 of a file
play -d hi # play documentation of hi method
play hi --open # play hi method and leave it open
https://github.com/pry/pry/wiki/User-Input#wiki-Play
(len: 811)
Usage: play [OPTIONS] [--help]
The play command enables you to replay code from files and methods as if they
were entered directly in the Pry REPL.
play --lines 149..153 # assumes current context
play -i 20 --lines 1..3 # assumes lines of the input expression at 20
play -o 4 # the output of of an expression at 4
play Pry#repl -l 1..-1 # play the contents of Pry#repl method
play -e 2 # play from specified line until end of valid expression
play hello.rb # play a file
play Rakefile -l 5 # play line 5 of a file
play -d hi # play documentation of hi method
play hi --open # play hi method and leave it open
https://github.com/pry/pry/wiki/User-Input#wiki-Play
(len: 811)
_classroom_session=L0UzbGJXQ1NkSGtDeHVINkRvU2hXd2JCblEwd3JISENtamRFUzZhOVRCQWJKbTZ3RGRrYmlzbWZpcFdCUEkxc0VQMS9yQU5NL3Fyb25DYWtLd0pXb1RJSnUwVkcweE5sSCtEV2JVWThtUWtjZjFUNHR5T01qcFVacVNnRXhvTFkya05mTVNHcnZXd21yWDJNRWJMeFZ1N09tRDlnU2h0UDE4Z1QydmlUdXU0U3NZenh4OXVUek5vL09jeW1mcU5ZTzNweHBJZnJ4cnlpRkZ4akVadUwwNDY4MHhaV1lnUUZ5elpYL2J4Y0FqOVN2Ukw1N3RVNWhRbWU1cURCWkt5OHpiaHFEcmFUaGwxdVVCL3VYSi81d1I1bHJrREFVTjEyZ1FhTVhuRDI1dmNpY1hZWVd3R3hvOXRVQ29hTnZYTnoxdnNFallSaUgwb3Z5WHMzNC9DLzV3bW8ySEZ4OThiSE0yajZPWHlrY2daWlRXYW5NQk1HcmkyNUJKM09XLzRoTTJ2V1VIbnFOTzJGWFk3dk1YS3Y3UE4zTERmc2RxcFdNc2lUcHZKSUNuWmEzSjJmbFc1bGJXSm1KaDNZcUM3cDd4dzdkaFZzc2N3OFJoNHl0RjVtaUFnc2grOFJwY0QyVHRLKzhYTnFiSG95NEZqaUNVbUN4SDFOMEZpRmVvenUtLTRnMUZaYUJFT0cyUU05TTJXbVF6MlE9PQ%3D%3D--e470547c9fc9f75d005847b1fd882f148d34f932; __profilin=p%3Dt
(len: 803)
_classroom_session=VTRKbU5WSFhxK1RrMFBwQVUwZk9mMjFGOE9wY0VHWFcyTURJdnAzQXNXYWVCL2YvaHhROHJBS0xQV3M0MFFLd05BZjRLbFRGSkptMnZxREMydncwVnQzcXYwK1RrbVpxY0ZKSW01NnVzZFliVjhwVXRsYVRUR3ZPRzJYMU0vU2RVbXhURDM5a05OcmpmaDQ3UFh0OEhTYndDWVAralg3TVNRL2ZBYzhhdDNoTDlaS0dmNXhTNzFwSkw2NUlSeUp2OE9CUFlFNHRSenpZZkkrWEh6T2daZXlzVEYyalhZWjFiU200TWhRbitoeWZOa2UrSmtGSzZZNHZ4YVE2c2RodUJLeHNMVDdIR0FzazIwcERSeWdpeUxEL1NqVGIwQTUyQTU4eERnNGNVd2ZENktOcGJ0ZUc0aW9PcUY3Qm9uKzR0SzMrYUsyS1ZXVU4vWU04RUtrNndXOWppeHBMUVFCdGxvUXduY1Q1TXEyWlFuMHN2SVRkVDgzTzdNRVdFblp6U3pRK1YwMXdkTmQ0ek5WbXlDOXgxWHlCdXA1VU9zYXk3d0JBQmExdXFhVHpGVjZOMmkxdWwzcWtrejQ4QUN4SWJ6aHBJS3I3R1FRZG9LdENCck15dmROL0lOZkdlTWNKUW9LRHkyaWh0cWtCdnRUQWd3Wk01czd1SzQ2RTY1OU4tLWFxMjlHdlZwV016dE9KWlNqOHpMNlE9PQ%3D%3D--dbe84ad534345281232890388146b121ee796834; path=/; HttpOnly
(len: 803)
_classroom_session=VTRKbU5WSFhxK1RrMFBwQVUwZk9mMjFGOE9wY0VHWFcyTURJdnAzQXNXYWVCL2YvaHhROHJBS0xQV3M0MFFLd05BZjRLbFRGSkptMnZxREMydncwVnQzcXYwK1RrbVpxY0ZKSW01NnVzZFliVjhwVXRsYVRUR3ZPRzJYMU0vU2RVbXhURDM5a05OcmpmaDQ3UFh0OEhTYndDWVAralg3TVNRL2ZBYzhhdDNoTDlaS0dmNXhTNzFwSkw2NUlSeUp2OE9CUFlFNHRSenpZZkkrWEh6T2daZXlzVEYyalhZWjFiU200TWhRbitoeWZOa2UrSmtGSzZZNHZ4YVE2c2RodUJLeHNMVDdIR0FzazIwcERSeWdpeUxEL1NqVGIwQTUyQTU4eERnNGNVd2ZENktOcGJ0ZUc0aW9PcUY3Qm9uKzR0SzMrYUsyS1ZXVU4vWU04RUtrNndXOWppeHBMUVFCdGxvUXduY1Q1TXEyWlFuMHN2SVRkVDgzTzdNRVdFblp6U3pRK1YwMXdkTmQ0ek5WbXlDOXgxWHlCdXA1VU9zYXk3d0JBQmExdXFhVHpGVjZOMmkxdWwzcWtrejQ4QUN4SWJ6aHBJS3I3R1FRZG9LdENCck15dmROL0lOZkdlTWNKUW9LRHkyaWh0cWtCdnRUQWd3Wk01czd1SzQ2RTY1OU4tLWFxMjlHdlZwV016dE9KWlNqOHpMNlE9PQ%3D%3D--dbe84ad534345281232890388146b121ee796834; path=/; HttpOnly
(len: 803)
_classroom_session=L0UzbGJXQ1NkSGtDeHVINkRvU2hXd2JCblEwd3JISENtamRFUzZhOVRCQWJKbTZ3RGRrYmlzbWZpcFdCUEkxc0VQMS9yQU5NL3Fyb25DYWtLd0pXb1RJSnUwVkcweE5sSCtEV2JVWThtUWtjZjFUNHR5T01qcFVacVNnRXhvTFkya05mTVNHcnZXd21yWDJNRWJMeFZ1N09tRDlnU2h0UDE4Z1QydmlUdXU0U3NZenh4OXVUek5vL09jeW1mcU5ZTzNweHBJZnJ4cnlpRkZ4akVadUwwNDY4MHhaV1lnUUZ5elpYL2J4Y0FqOVN2Ukw1N3RVNWhRbWU1cURCWkt5OHpiaHFEcmFUaGwxdVVCL3VYSi81d1I1bHJrREFVTjEyZ1FhTVhuRDI1dmNpY1hZWVd3R3hvOXRVQ29hTnZYTnoxdnNFallSaUgwb3Z5WHMzNC9DLzV3bW8ySEZ4OThiSE0yajZPWHlrY2daWlRXYW5NQk1HcmkyNUJKM09XLzRoTTJ2V1VIbnFOTzJGWFk3dk1YS3Y3UE4zTERmc2RxcFdNc2lUcHZKSUNuWmEzSjJmbFc1bGJXSm1KaDNZcUM3cDd4dzdkaFZzc2N3OFJoNHl0RjVtaUFnc2grOFJwY0QyVHRLKzhYTnFiSG95NEZqaUNVbUN4SDFOMEZpRmVvenUtLTRnMUZaYUJFT0cyUU05TTJXbVF6MlE9PQ%3D%3D--e470547c9fc9f75d005847b1fd882f148d34f932; __profilin=p%3Dt
(len: 803)
Usage: whereami [-qn] [LINES]
Describe the current location. If you use `binding.pry` inside a method then
whereami will print out the source for that method.
If a number is passed, then LINES lines before and after the current line will be
shown instead of the method itself.
The `-q` flag can be used to suppress error messages in the case that there's
no code to show. This is used by pry in the default before_session hook to show
you when you arrive at a `binding.pry`.
The `-n` flag can be used to hide line numbers so that code can be copy/pasted
effectively.
When pry was started on an Object and there is no associated method, whereami
will instead output a brief description of the current object.
(len: 785)
Usage: whereami [-qn] [LINES]
Describe the current location. If you use `binding.pry` inside a method then
whereami will print out the source for that method.
If a number is passed, then LINES lines before and after the current line will be
shown instead of the method itself.
The `-q` flag can be used to suppress error messages in the case that there's
no code to show. This is used by pry in the default before_session hook to show
you when you arrive at a `binding.pry`.
The `-n` flag can be used to hide line numbers so that code can be copy/pasted
effectively.
When pry was started on an Object and there is no associated method, whereami
will instead output a brief description of the current object.
(len: 785)
(function() {
$('.organizations.invite').ready(function() {
var $form, $inviteButton;
$form = $('form');
$inviteButton = $('form').find('[type=submit]');
$form.on('change keyup', function() {
var disabled;
disabled = true;
$('.js-user-invitation-form').each(function() {
var $checkbox, $emailForm;
$checkbox = $(this).children().closest('label').find('[type=checkbox]');
$emailForm = $(this).children().closest('input');
if ($checkbox.prop('checked') && $emailForm.val() !== '') {
return disabled = false;
}
});
return $inviteButton.attr('disabled', disabled);
});
return $form.on('submit', function() {
return $('form').addClass('loading');
});
});
}).call(this);
(len: 784)
(function() {
$('.organizations.invite').ready(function() {
var $form, $inviteButton;
$form = $('form');
$inviteButton = $('form').find('[type=submit]');
$form.on('change keyup', function() {
var disabled;
disabled = true;
$('.js-user-invitation-form').each(function() {
var $checkbox, $emailForm;
$checkbox = $(this).children().closest('label').find('[type=checkbox]');
$emailForm = $(this).children().closest('input');
if ($checkbox.prop('checked') && $emailForm.val() !== '') {
return disabled = false;
}
});
return $inviteButton.attr('disabled', disabled);
});
return $form.on('submit', function() {
return $('form').addClass('loading');
});
});
}).call(this);
(len: 784)
Usage: watch [EXPRESSION]
watch
watch --delete [INDEX]
watch [EXPRESSION] adds an expression to the list of those being watched.
It will be re-evaluated every time you hit enter in pry. If its value has
changed, the new value will be printed to the console.
This is useful if you are step-through debugging and want to see how
something changes over time. It's also useful if you're trying to write
a method inside pry and want to check that it gives the right answers
every time you redefine it.
watch on its own displays all the currently watched expressions and their
values, and watch --delete [INDEX] allows you to delete expressions from
the list being watched.
(len: 764)
Usage: watch [EXPRESSION]
watch
watch --delete [INDEX]
watch [EXPRESSION] adds an expression to the list of those being watched.
It will be re-evaluated every time you hit enter in pry. If its value has
changed, the new value will be printed to the console.
This is useful if you are step-through debugging and want to see how
something changes over time. It's also useful if you're trying to write
a method inside pry and want to check that it gives the right answers
every time you redefine it.
watch on its own displays all the currently watched expressions and their
values, and watch --delete [INDEX] allows you to delete expressions from
the list being watched.
(len: 764)
ZkhhN3RsemQ3OXN3U1ZkZUJldnZabmdxaHBDQjRVUXUyWVNlcGJzTnh3c1lUdGkrZWNpRVhsNUs3ZWhwSGdiRWFJMkN0U1RjTWlXZmR4RmdIaGE3eWdpZHlmQURXaHR6ZzBmUkZmVmU2dXc2T3J3NThPTTlLN0V0cEhKazFodUhsY1QwbkFrWTBHQUNlb0R1MEVmL21kSjUrQ04zTXRwM1NLdXlZQmNybS82b3dPSnhWUnpUNk1Dc0hldEpRNXJRekdWbWZhZnBqTXdrcG50anJOd09pOStHV1k2UCtWRm9xNGVCamhXa1VSWUhYTnFPbDlobkVrNkRjSFg0RFFmemgwNzd0TVdvUDBQYzVzaFl2bkZxNlk0QU1sZzBISGpVTjVoaVlvT0hFYzRUaUVLc2JUYXBtZFNqT3d2Q0l2RnJVblR0d0puVDVqdExTTFE0THhRUndLYTFRclEvb0lxeGgrZkdlYytlYjdEaFZRMmVIL3VpNWVPRG43cDlsTmNlMXJkVHRqSzZvZDhSMDlQcXhpRm1jenZJQUpESWMvNzYxUVF2Z0hONVh0dWo5R21Mb3JpdlcxeEJ5Mm1CTXJjak5LRnJGOUxrWXhEU1JoRm9qMWdHMWRUaWk3OEdiL05rSmdkalZsMUNOM25ORjFDTU9lYUprZ1VuNUJtUDlmeFQtLUVDMzRLQVVZeC9Fd0w2d3oxYkNvQnc9PQ==--54fc5bc4591ab55cde30d21b4fcacea5c2700cd7
(len: 762)
VTRKbU5WSFhxK1RrMFBwQVUwZk9mMjFGOE9wY0VHWFcyTURJdnAzQXNXYWVCL2YvaHhROHJBS0xQV3M0MFFLd05BZjRLbFRGSkptMnZxREMydncwVnQzcXYwK1RrbVpxY0ZKSW01NnVzZFliVjhwVXRsYVRUR3ZPRzJYMU0vU2RVbXhURDM5a05OcmpmaDQ3UFh0OEhTYndDWVAralg3TVNRL2ZBYzhhdDNoTDlaS0dmNXhTNzFwSkw2NUlSeUp2OE9CUFlFNHRSenpZZkkrWEh6T2daZXlzVEYyalhZWjFiU200TWhRbitoeWZOa2UrSmtGSzZZNHZ4YVE2c2RodUJLeHNMVDdIR0FzazIwcERSeWdpeUxEL1NqVGIwQTUyQTU4eERnNGNVd2ZENktOcGJ0ZUc0aW9PcUY3Qm9uKzR0SzMrYUsyS1ZXVU4vWU04RUtrNndXOWppeHBMUVFCdGxvUXduY1Q1TXEyWlFuMHN2SVRkVDgzTzdNRVdFblp6U3pRK1YwMXdkTmQ0ek5WbXlDOXgxWHlCdXA1VU9zYXk3d0JBQmExdXFhVHpGVjZOMmkxdWwzcWtrejQ4QUN4SWJ6aHBJS3I3R1FRZG9LdENCck15dmROL0lOZkdlTWNKUW9LRHkyaWh0cWtCdnRUQWd3Wk01czd1SzQ2RTY1OU4tLWFxMjlHdlZwV016dE9KWlNqOHpMNlE9PQ==--dbe84ad534345281232890388146b121ee796834
(len: 762)
L0UzbGJXQ1NkSGtDeHVINkRvU2hXd2JCblEwd3JISENtamRFUzZhOVRCQWJKbTZ3RGRrYmlzbWZpcFdCUEkxc0VQMS9yQU5NL3Fyb25DYWtLd0pXb1RJSnUwVkcweE5sSCtEV2JVWThtUWtjZjFUNHR5T01qcFVacVNnRXhvTFkya05mTVNHcnZXd21yWDJNRWJMeFZ1N09tRDlnU2h0UDE4Z1QydmlUdXU0U3NZenh4OXVUek5vL09jeW1mcU5ZTzNweHBJZnJ4cnlpRkZ4akVadUwwNDY4MHhaV1lnUUZ5elpYL2J4Y0FqOVN2Ukw1N3RVNWhRbWU1cURCWkt5OHpiaHFEcmFUaGwxdVVCL3VYSi81d1I1bHJrREFVTjEyZ1FhTVhuRDI1dmNpY1hZWVd3R3hvOXRVQ29hTnZYTnoxdnNFallSaUgwb3Z5WHMzNC9DLzV3bW8ySEZ4OThiSE0yajZPWHlrY2daWlRXYW5NQk1HcmkyNUJKM09XLzRoTTJ2V1VIbnFOTzJGWFk3dk1YS3Y3UE4zTERmc2RxcFdNc2lUcHZKSUNuWmEzSjJmbFc1bGJXSm1KaDNZcUM3cDd4dzdkaFZzc2N3OFJoNHl0RjVtaUFnc2grOFJwY0QyVHRLKzhYTnFiSG95NEZqaUNVbUN4SDFOMEZpRmVvenUtLTRnMUZaYUJFT0cyUU05TTJXbVF6MlE9PQ==--e470547c9fc9f75d005847b1fd882f148d34f932
(len: 762)
VTRKbU5WSFhxK1RrMFBwQVUwZk9mMjFGOE9wY0VHWFcyTURJdnAzQXNXYWVCL2YvaHhROHJBS0xQV3M0MFFLd05BZjRLbFRGSkptMnZxREMydncwVnQzcXYwK1RrbVpxY0ZKSW01NnVzZFliVjhwVXRsYVRUR3ZPRzJYMU0vU2RVbXhURDM5a05OcmpmaDQ3UFh0OEhTYndDWVAralg3TVNRL2ZBYzhhdDNoTDlaS0dmNXhTNzFwSkw2NUlSeUp2OE9CUFlFNHRSenpZZkkrWEh6T2daZXlzVEYyalhZWjFiU200TWhRbitoeWZOa2UrSmtGSzZZNHZ4YVE2c2RodUJLeHNMVDdIR0FzazIwcERSeWdpeUxEL1NqVGIwQTUyQTU4eERnNGNVd2ZENktOcGJ0ZUc0aW9PcUY3Qm9uKzR0SzMrYUsyS1ZXVU4vWU04RUtrNndXOWppeHBMUVFCdGxvUXduY1Q1TXEyWlFuMHN2SVRkVDgzTzdNRVdFblp6U3pRK1YwMXdkTmQ0ek5WbXlDOXgxWHlCdXA1VU9zYXk3d0JBQmExdXFhVHpGVjZOMmkxdWwzcWtrejQ4QUN4SWJ6aHBJS3I3R1FRZG9LdENCck15dmROL0lOZkdlTWNKUW9LRHkyaWh0cWtCdnRUQWd3Wk01czd1SzQ2RTY1OU4tLWFxMjlHdlZwV016dE9KWlNqOHpMNlE9PQ==--dbe84ad534345281232890388146b121ee796834
(len: 762)
VTRKbU5WSFhxK1RrMFBwQVUwZk9mMjFGOE9wY0VHWFcyTURJdnAzQXNXYWVCL2YvaHhROHJBS0xQV3M0MFFLd05BZjRLbFRGSkptMnZxREMydncwVnQzcXYwK1RrbVpxY0ZKSW01NnVzZFliVjhwVXRsYVRUR3ZPRzJYMU0vU2RVbXhURDM5a05OcmpmaDQ3UFh0OEhTYndDWVAralg3TVNRL2ZBYzhhdDNoTDlaS0dmNXhTNzFwSkw2NUlSeUp2OE9CUFlFNHRSenpZZkkrWEh6T2daZXlzVEYyalhZWjFiU200TWhRbitoeWZOa2UrSmtGSzZZNHZ4YVE2c2RodUJLeHNMVDdIR0FzazIwcERSeWdpeUxEL1NqVGIwQTUyQTU4eERnNGNVd2ZENktOcGJ0ZUc0aW9PcUY3Qm9uKzR0SzMrYUsyS1ZXVU4vWU04RUtrNndXOWppeHBMUVFCdGxvUXduY1Q1TXEyWlFuMHN2SVRkVDgzTzdNRVdFblp6U3pRK1YwMXdkTmQ0ek5WbXlDOXgxWHlCdXA1VU9zYXk3d0JBQmExdXFhVHpGVjZOMmkxdWwzcWtrejQ4QUN4SWJ6aHBJS3I3R1FRZG9LdENCck15dmROL0lOZkdlTWNKUW9LRHkyaWh0cWtCdnRUQWd3Wk01czd1SzQ2RTY1OU4tLWFxMjlHdlZwV016dE9KWlNqOHpMNlE9PQ==--dbe84ad534345281232890388146b121ee796834
(len: 762)
L0UzbGJXQ1NkSGtDeHVINkRvU2hXd2JCblEwd3JISENtamRFUzZhOVRCQWJKbTZ3RGRrYmlzbWZpcFdCUEkxc0VQMS9yQU5NL3Fyb25DYWtLd0pXb1RJSnUwVkcweE5sSCtEV2JVWThtUWtjZjFUNHR5T01qcFVacVNnRXhvTFkya05mTVNHcnZXd21yWDJNRWJMeFZ1N09tRDlnU2h0UDE4Z1QydmlUdXU0U3NZenh4OXVUek5vL09jeW1mcU5ZTzNweHBJZnJ4cnlpRkZ4akVadUwwNDY4MHhaV1lnUUZ5elpYL2J4Y0FqOVN2Ukw1N3RVNWhRbWU1cURCWkt5OHpiaHFEcmFUaGwxdVVCL3VYSi81d1I1bHJrREFVTjEyZ1FhTVhuRDI1dmNpY1hZWVd3R3hvOXRVQ29hTnZYTnoxdnNFallSaUgwb3Z5WHMzNC9DLzV3bW8ySEZ4OThiSE0yajZPWHlrY2daWlRXYW5NQk1HcmkyNUJKM09XLzRoTTJ2V1VIbnFOTzJGWFk3dk1YS3Y3UE4zTERmc2RxcFdNc2lUcHZKSUNuWmEzSjJmbFc1bGJXSm1KaDNZcUM3cDd4dzdkaFZzc2N3OFJoNHl0RjVtaUFnc2grOFJwY0QyVHRLKzhYTnFiSG95NEZqaUNVbUN4SDFOMEZpRmVvenUtLTRnMUZaYUJFT0cyUU05TTJXbVF6MlE9PQ==--e470547c9fc9f75d005847b1fd882f148d34f932
(len: 762)
L0UzbGJXQ1NkSGtDeHVINkRvU2hXd2JCblEwd3JISENtamRFUzZhOVRCQWJKbTZ3RGRrYmlzbWZpcFdCUEkxc0VQMS9yQU5NL3Fyb25DYWtLd0pXb1RJSnUwVkcweE5sSCtEV2JVWThtUWtjZjFUNHR5T01qcFVacVNnRXhvTFkya05mTVNHcnZXd21yWDJNRWJMeFZ1N09tRDlnU2h0UDE4Z1QydmlUdXU0U3NZenh4OXVUek5vL09jeW1mcU5ZTzNweHBJZnJ4cnlpRkZ4akVadUwwNDY4MHhaV1lnUUZ5elpYL2J4Y0FqOVN2Ukw1N3RVNWhRbWU1cURCWkt5OHpiaHFEcmFUaGwxdVVCL3VYSi81d1I1bHJrREFVTjEyZ1FhTVhuRDI1dmNpY1hZWVd3R3hvOXRVQ29hTnZYTnoxdnNFallSaUgwb3Z5WHMzNC9DLzV3bW8ySEZ4OThiSE0yajZPWHlrY2daWlRXYW5NQk1HcmkyNUJKM09XLzRoTTJ2V1VIbnFOTzJGWFk3dk1YS3Y3UE4zTERmc2RxcFdNc2lUcHZKSUNuWmEzSjJmbFc1bGJXSm1KaDNZcUM3cDd4dzdkaFZzc2N3OFJoNHl0RjVtaUFnc2grOFJwY0QyVHRLKzhYTnFiSG95NEZqaUNVbUN4SDFOMEZpRmVvenUtLTRnMUZaYUJFT0cyUU05TTJXbVF6MlE9PQ==--e470547c9fc9f75d005847b1fd882f148d34f932
(len: 762)
ZkhhN3RsemQ3OXN3U1ZkZUJldnZabmdxaHBDQjRVUXUyWVNlcGJzTnh3c1lUdGkrZWNpRVhsNUs3ZWhwSGdiRWFJMkN0U1RjTWlXZmR4RmdIaGE3eWdpZHlmQURXaHR6ZzBmUkZmVmU2dXc2T3J3NThPTTlLN0V0cEhKazFodUhsY1QwbkFrWTBHQUNlb0R1MEVmL21kSjUrQ04zTXRwM1NLdXlZQmNybS82b3dPSnhWUnpUNk1Dc0hldEpRNXJRekdWbWZhZnBqTXdrcG50anJOd09pOStHV1k2UCtWRm9xNGVCamhXa1VSWUhYTnFPbDlobkVrNkRjSFg0RFFmemgwNzd0TVdvUDBQYzVzaFl2bkZxNlk0QU1sZzBISGpVTjVoaVlvT0hFYzRUaUVLc2JUYXBtZFNqT3d2Q0l2RnJVblR0d0puVDVqdExTTFE0THhRUndLYTFRclEvb0lxeGgrZkdlYytlYjdEaFZRMmVIL3VpNWVPRG43cDlsTmNlMXJkVHRqSzZvZDhSMDlQcXhpRm1jenZJQUpESWMvNzYxUVF2Z0hONVh0dWo5R21Mb3JpdlcxeEJ5Mm1CTXJjak5LRnJGOUxrWXhEU1JoRm9qMWdHMWRUaWk3OEdiL05rSmdkalZsMUNOM25ORjFDTU9lYUprZ1VuNUJtUDlmeFQtLUVDMzRLQVVZeC9Fd0w2d3oxYkNvQnc9PQ==--54fc5bc4591ab55cde30d21b4fcacea5c2700cd7
(len: 762)
L0UzbGJXQ1NkSGtDeHVINkRvU2hXd2JCblEwd3JISENtamRFUzZhOVRCQWJKbTZ3RGRrYmlzbWZpcFdCUEkxc0VQMS9yQU5NL3Fyb25DYWtLd0pXb1RJSnUwVkcweE5sSCtEV2JVWThtUWtjZjFUNHR5T01qcFVacVNnRXhvTFkya05mTVNHcnZXd21yWDJNRWJMeFZ1N09tRDlnU2h0UDE4Z1QydmlUdXU0U3NZenh4OXVUek5vL09jeW1mcU5ZTzNweHBJZnJ4cnlpRkZ4akVadUwwNDY4MHhaV1lnUUZ5elpYL2J4Y0FqOVN2Ukw1N3RVNWhRbWU1cURCWkt5OHpiaHFEcmFUaGwxdVVCL3VYSi81d1I1bHJrREFVTjEyZ1FhTVhuRDI1dmNpY1hZWVd3R3hvOXRVQ29hTnZYTnoxdnNFallSaUgwb3Z5WHMzNC9DLzV3bW8ySEZ4OThiSE0yajZPWHlrY2daWlRXYW5NQk1HcmkyNUJKM09XLzRoTTJ2V1VIbnFOTzJGWFk3dk1YS3Y3UE4zTERmc2RxcFdNc2lUcHZKSUNuWmEzSjJmbFc1bGJXSm1KaDNZcUM3cDd4dzdkaFZzc2N3OFJoNHl0RjVtaUFnc2grOFJwY0QyVHRLKzhYTnFiSG95NEZqaUNVbUN4SDFOMEZpRmVvenUtLTRnMUZaYUJFT0cyUU05TTJXbVF6MlE9PQ==--e470547c9fc9f75d005847b1fd882f148d34f932
(len: 762)
(function() {
var $form_values_present, $present;
$('.group_assignments').ready(function() {
return $('form').on('change keyup', function() {
var $submit_button;
$submit_button = $('#group_assignment_submit');
if ($form_values_present()) {
return $submit_button.prop('disabled', false);
} else {
return $submit_button.prop('disabled', true);
}
});
});
$form_values_present = function() {
return $present('group_assignment_title') && ($present('grouping_title') || $present('group_assignment_grouping_id'));
};
$present = function(id) {
var $el;
$el = $("#" + id);
if ($el.length !== 0) {
return $el.val().length !== 0;
}
return false;
};
}).call(this);
(len: 755)
(function() {
var $form_values_present, $present;
$('.group_assignments').ready(function() {
return $('form').on('change keyup', function() {
var $submit_button;
$submit_button = $('#group_assignment_submit');
if ($form_values_present()) {
return $submit_button.prop('disabled', false);
} else {
return $submit_button.prop('disabled', true);
}
});
});
$form_values_present = function() {
return $present('group_assignment_title') && ($present('grouping_title') || $present('group_assignment_grouping_id'));
};
$present = function(id) {
var $el;
$el = $("#" + id);
if ($el.length !== 0) {
return $el.val().length !== 0;
}
return false;
};
}).call(this);
(len: 755)
html {
padding: 18px 36px;
}
head {
display: block;
}
body {
margin: 0;
padding: 0;
}
body > * {
display: none !important;
}
head:after, body:before, body:after {
display: block !important;
}
head:after {
font-family: sans-serif;
font-size: large;
font-weight: bold;
content: "Error compiling CSS asset";
}
body:before, body:after {
font-family: monospace;
white-space: pre-wrap;
}
body:before {
font-weight: bold;
content: "
(len: 750)
(function() {
var $form_values_present, $present;
$('.group_assignment_invitations.show').ready(function() {
var $form;
$form = $('form');
return $('form').on('change keyup', function() {
var $submitButton;
$submitButton = $('.js-form-submit');
if ($form_values_present()) {
return $submitButton.prop('disabled', false);
} else {
return $submitButton.prop('disabled', true);
}
});
});
$form_values_present = function() {
return $present('group_title') || $present('group_id');
};
$present = function(id) {
var $el;
$el = $("#" + id);
if ($el.length !== 0) {
return $el.val().length !== 0;
}
return false;
};
}).call(this);
(len: 733)
(function() {
var $form_values_present, $present;
$('.group_assignment_invitations.show').ready(function() {
var $form;
$form = $('form');
return $('form').on('change keyup', function() {
var $submitButton;
$submitButton = $('.js-form-submit');
if ($form_values_present()) {
return $submitButton.prop('disabled', false);
} else {
return $submitButton.prop('disabled', true);
}
});
});
$form_values_present = function() {
return $present('group_title') || $present('group_id');
};
$present = function(id) {
var $el;
$el = $("#" + id);
if ($el.length !== 0) {
return $el.val().length !== 0;
}
return false;
};
}).call(this);
(len: 733)
SELECT attr.attname, nsp.nspname, seq.relname
FROM pg_class seq,
pg_attribute attr,
pg_depend dep,
pg_constraint cons,
pg_namespace nsp
WHERE seq.oid = dep.objid
AND seq.relkind = 'S'
AND attr.attrelid = dep.refobjid
AND attr.attnum = dep.refobjsubid
AND attr.attrelid = cons.conrelid
AND attr.attnum = cons.conkey[1]
AND seq.relnamespace = nsp.oid
AND cons.contype = 'p'
AND dep.classid = 'pg_class'::regclass
AND dep.refobjid = '
(len: 725)
(function() {
var delay, ready;
delay = (function() {
var timer;
timer = 0;
return function(callback, ms) {
clearTimeout(timer);
timer = setTimeout(callback, ms);
};
})();
ready = function() {
return $('#js-search-form').on('change keyup', function() {
var $this, formData;
$this = $(this);
formData = $(this).serialize();
history.replaceState(null, '', "?" + formData);
return delay((function() {
$this.submit();
return $this.on('ajax:success', function(e, data, status, xhr) {
return $('#js-search-results').html(xhr.responseText);
});
}), 200);
});
};
$(document).ready(ready);
}).call(this);
(len: 718)
(function() {
var delay, ready;
delay = (function() {
var timer;
timer = 0;
return function(callback, ms) {
clearTimeout(timer);
timer = setTimeout(callback, ms);
};
})();
ready = function() {
return $('#js-search-form').on('change keyup', function() {
var $this, formData;
$this = $(this);
formData = $(this).serialize();
history.replaceState(null, '', "?" + formData);
return delay((function() {
$this.submit();
return $this.on('ajax:success', function(e, data, status, xhr) {
return $('#js-search-results').html(xhr.responseText);
});
}), 200);
});
};
$(document).ready(ready);
}).call(this);
(len: 718)
0001-Adding-doc-update-related-to-1.1.28.patch 0002-Fix-a-couple-of-places-where-f-printf-parameters-wer.patch 0003-Initialize-pseudo-random-number-generator-with-curre.patch 0004-EXSLT-function-str-replace-is-broken-as-is.patch 0006-Fix-str-padding-to-work-with-UTF-8-strings.patch 0007-Separate-function-for-predicate-matching-in-patterns.patch 0008-Fix-direct-pattern-matching.patch 0009-Fix-certain-patterns-with-predicates.patch 0010-Fix-handling-of-UTF-8-strings-in-EXSLT-crypto-module.patch 0013-Memory-leak-in-xsltCompileIdKeyPattern-error-path.patch 0014-Fix-for-bug-436589.patch 0015-Fix-mkdir-for-mingw.patch 0016-Fix-for-type-confusion-in-preprocessing-attributes.patch 0017-Updated-config.guess.patch
(len: 713)
--
I've gone to bed with every feeling,
I've been the pimp of every emotion,
All felt sensations have bought me drinks,
I've traded glances with every motive for every act,
I've held hands with every urge to depart,
..
Rage, foam, the vastness that doesn't fit in my handkerchief,
The dog in heat howling in the night,
The pond from the farm going in circles around my insomnia,
The woods as they were, on our late-afternoon walks, the rose,
The indifferent tuft of hair, the moss, the pines,
The rage of not containing all this, not retaining all this,
O abstract hunger for things, impotent libido for moments,
Intellectual orgy of feeling life!
-- Fernando Pessoa
(len: 713)
ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:DHE-DSS-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA:DHE-DSS-AES128-SHA256:DHE-DSS-AES256-SHA256:DHE-DSS-AES128-SHA:DHE-DSS-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:ECDHE-ECDSA-RC4-SHA:ECDHE-RSA-RC4-SHA:RC4-SHA
(len: 703)
ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:DHE-DSS-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA:DHE-DSS-AES128-SHA256:DHE-DSS-AES256-SHA256:DHE-DSS-AES128-SHA:DHE-DSS-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:ECDHE-ECDSA-RC4-SHA:ECDHE-RSA-RC4-SHA:RC4-SHA
(len: 703)
Usage: show-source [OPTIONS] [METH|CLASS]
Aliases: $, show-method
Show the source for a method or class. Tries instance methods first and then
methods by default.
show-source hi_method
show-source hi_method
show-source Pry#rep # source for Pry#rep method
show-source Pry # for Pry class
show-source Pry -a # for all Pry class definitions (all monkey patches)
show-source Pry.foo -e # for class of the return value of expression `Pry.foo`
show-source Pry --super # for superclass of Pry (Object class)
https://github.com/pry/pry/wiki/Source-browsing#wiki-Show_method
(len: 661)
Usage: show-source [OPTIONS] [METH|CLASS]
Aliases: $, show-method
Show the source for a method or class. Tries instance methods first and then
methods by default.
show-source hi_method
show-source hi_method
show-source Pry#rep # source for Pry#rep method
show-source Pry # for Pry class
show-source Pry -a # for all Pry class definitions (all monkey patches)
show-source Pry.foo -e # for class of the return value of expression `Pry.foo`
show-source Pry --super # for superclass of Pry (Object class)
https://github.com/pry/pry/wiki/Source-browsing#wiki-Show_method
(len: 661)
((?-mix:(?-mix:and(?!(?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))|Z))|(?-mix:not(?!(?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))|Z))|(?-mix:or(?!(?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))|Z))))
(len: 659)
Diff::LCS computes the difference between two Enumerable sequences using the
McIlroy-Hunt longest common subsequence (LCS) algorithm. It includes utilities
to create a simple HTML diff output format and a standard diff-like tool.
This is release 1.2.4, fixing a bug introduced after diff-lcs 1.1.3 that did
not properly prune common sequences at the beginning of a comparison set.
Thanks to Paul Kunysch for fixing this issue.
Coincident with the release of diff-lcs 1.2.3, we reported an issue with
Rubinius in 1.9 mode
({rubinius/rubinius#2268}[https://github.com/rubinius/rubinius/issues/2268]).
We are happy to report that this issue has been resolved.
(len: 658)
Diff::LCS computes the difference between two Enumerable sequences using the
McIlroy-Hunt longest common subsequence (LCS) algorithm. It includes utilities
to create a simple HTML diff output format and a standard diff-like tool.
This is release 1.2.4, fixing a bug introduced after diff-lcs 1.1.3 that did
not properly prune common sequences at the beginning of a comparison set.
Thanks to Paul Kunysch for fixing this issue.
Coincident with the release of diff-lcs 1.2.3, we reported an issue with
Rubinius in 1.9 mode
({rubinius/rubinius#2268}[https://github.com/rubinius/rubinius/issues/2268]).
We are happy to report that this issue has been resolved.
(len: 658)
\A\s*
([*])? # 0: Unregistered?
(!)? # 1: Obsolete?
(?:(\w+):)? # 2: Platform marker
([-\w.+]+)/([-\w.+]*) # 3, 4: Media Type
(?:\s+@(\S+))? # 5: Extensions
(?:\s+:(base64|7bit|8bit|quoted\-printable))? # 6: Encoding
(?:\s+'(\S+))? # 7: URL list
(?:\s+=(.+))? # 8: Documentation
(?:\s*([#].*)?)? # Comments
\s*
\z
(len: 650)
\A\s*
([*])? # 0: Unregistered?
(!)? # 1: Obsolete?
(?:(\w+):)? # 2: Platform marker
([-\w.+]+)/([-\w.+]*) # 3, 4: Media Type
(?:\s+@(\S+))? # 5: Extensions
(?:\s+:(base64|7bit|8bit|quoted\-printable))? # 6: Encoding
(?:\s+'(\S+))? # 7: URL list
(?:\s+=(.+))? # 8: Documentation
(?:\s*([#].*)?)? # Comments
\s*
\z
(len: 650)
Airbrake Ruby is a plain Ruby notifier for Airbrake (https://airbrake.io), the
leading exception reporting service. Airbrake Ruby provides minimalist API that
enables the ability to send any Ruby exception to the Airbrake dashboard. The
library is extremely lightweight, contains no dependencies and perfectly suits
plain Ruby applications. For apps that are built with Rails, Sinatra or any
other Rack-compliant web framework we offer the airbrake gem
(https://github.com/airbrake/airbrake). It has additional features such as
reporting of any unhandled exceptions automatically, integrations with Resque,
Sidekiq, Delayed Job and many more.
(len: 643)
Airbrake Ruby is a plain Ruby notifier for Airbrake (https://airbrake.io), the
leading exception reporting service. Airbrake Ruby provides minimalist API that
enables the ability to send any Ruby exception to the Airbrake dashboard. The
library is extremely lightweight, contains no dependencies and perfectly suits
plain Ruby applications. For apps that are built with Rails, Sinatra or any
other Rack-compliant web framework we offer the airbrake gem
(https://github.com/airbrake/airbrake). It has additional features such as
reporting of any unhandled exceptions automatically, integrations with Resque,
Sidekiq, Delayed Job and many more.
(len: 643)
Usage: edit [--no-reload|--reload|--patch] [--line LINE] [--temp|--ex|FILE[:LINE]|OBJECT|--in N]
Open a text editor. When no FILE is given, edits the pry input buffer.
When a method/module/command is given, the code is opened in an editor.
Ensure `Pry.config.editor` or `_pry_.config.editor` is set to your editor of choice.
edit sample.rb edit -p MyClass#my_method
edit sample.rb --line 105 edit MyClass
edit MyClass#my_method edit --ex
edit --method edit --ex -p
https://github.com/pry/pry/wiki/Editor-integration#wiki-Edit_command
(len: 633)
Usage: edit [--no-reload|--reload|--patch] [--line LINE] [--temp|--ex|FILE[:LINE]|OBJECT|--in N]
Open a text editor. When no FILE is given, edits the pry input buffer.
When a method/module/command is given, the code is opened in an editor.
Ensure `Pry.config.editor` or `_pry_.config.editor` is set to your editor of choice.
edit sample.rb edit -p MyClass#my_method
edit sample.rb --line 105 edit MyClass
edit MyClass#my_method edit --ex
edit --method edit --ex -p
https://github.com/pry/pry/wiki/Editor-integration#wiki-Edit_command
(len: 633)
\A(?:(?<IP-literal>\[(?:(?<IPv6address>(?:\h{1,4}:){6}(?<ls32>\h{1,4}:\h{1,4}|(?<IPv4address>(?<dec-octet>[1-9]\d|1\d{2}|2[0-4]\d|25[0-5]|\d)\.\g<dec-octet>\.\g<dec-octet>\.\g<dec-octet>))|::(?:\h{1,4}:){5}\g<ls32>|\h{,4}::(?:\h{1,4}:){4}\g<ls32>|(?:(?:\h{1,4}:)?\h{1,4})?::(?:\h{1,4}:){3}\g<ls32>|(?:(?:\h{1,4}:){,2}\h{1,4})?::(?:\h{1,4}:){2}\g<ls32>|(?:(?:\h{1,4}:){,3}\h{1,4})?::\h{1,4}:\g<ls32>|(?:(?:\h{1,4}:){,4}\h{1,4})?::\g<ls32>|(?:(?:\h{1,4}:){,5}\h{1,4})?::\h{1,4}|(?:(?:\h{1,4}:){,6}\h{1,4})?::)|(?<IPvFuture>v\h+\.[!$&-.0-;=A-Z_a-z~]+))\])|\g<IPv4address>|(?<reg-name>(?:%\h\h|[!$&-.0-9;=A-Z_a-z~])*))\z
(len: 616)
\A(?:(?<IP-literal>\[(?:(?<IPv6address>(?:\h{1,4}:){6}(?<ls32>\h{1,4}:\h{1,4}|(?<IPv4address>(?<dec-octet>[1-9]\d|1\d{2}|2[0-4]\d|25[0-5]|\d)\.\g<dec-octet>\.\g<dec-octet>\.\g<dec-octet>))|::(?:\h{1,4}:){5}\g<ls32>|\h{,4}::(?:\h{1,4}:){4}\g<ls32>|(?:(?:\h{1,4}:)?\h{1,4})?::(?:\h{1,4}:){3}\g<ls32>|(?:(?:\h{1,4}:){,2}\h{1,4})?::(?:\h{1,4}:){2}\g<ls32>|(?:(?:\h{1,4}:){,3}\h{1,4})?::\h{1,4}:\g<ls32>|(?:(?:\h{1,4}:){,4}\h{1,4})?::\g<ls32>|(?:(?:\h{1,4}:){,5}\h{1,4})?::\h{1,4}|(?:(?:\h{1,4}:){,6}\h{1,4})?::)|(?<IPvFuture>v\h+\.[!$&-.0-;=A-Z_a-z~]+))\])|\g<IPv4address>|(?<reg-name>(?:%\h\h|[!$&-.0-9;=A-Z_a-z~])*))\z
(len: 616)
Erubis is an implementation of eRuby and has the following features:
* Very fast, almost three times faster than ERB and about 10% faster than eruby.
* Multi-language support (Ruby/PHP/C/Java/Scheme/Perl/Javascript)
* Auto escaping support
* Auto trimming spaces around '<% %>'
* Embedded pattern changeable (default '<% %>')
* Enable to handle Processing Instructions (PI) as embedded pattern (ex. '<?rb ... ?>')
* Context object available and easy to combine eRuby template with YAML datafile
* Print statement available
* Easy to extend and customize in subclass
* Ruby on Rails support
(len: 613)
Erubis is an implementation of eRuby and has the following features:
* Very fast, almost three times faster than ERB and about 10% faster than eruby.
* Multi-language support (Ruby/PHP/C/Java/Scheme/Perl/Javascript)
* Auto escaping support
* Auto trimming spaces around '<% %>'
* Embedded pattern changeable (default '<% %>')
* Enable to handle Processing Instructions (PI) as embedded pattern (ex. '<?rb ... ?>')
* Context object available and easy to combine eRuby template with YAML datafile
* Print statement available
* Easy to extend and customize in subclass
* Ruby on Rails support
(len: 613)
url-prefix\((?-mix:[ \t\r\n\f]*)(?:(?-mix:(?-mix:\"((?:[^\n\r\f\\"]|\\(?-mix:\n|\r\n|\r|\f)|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)\")|(?-mix:\'((?:[^\n\r\f\\']|\\(?-mix:\n|\r\n|\r|\f)|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)\'))|(?-mix:((?-mix:[#%&*-~]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)))(?-mix:[ \t\r\n\f]*)\)
(len: 613)
SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
FROM pg_constraint c
JOIN pg_class t1 ON c.conrelid = t1.oid
JOIN pg_class t2 ON c.confrelid = t2.oid
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
JOIN pg_namespace t3 ON c.connamespace = t3.oid
WHERE c.contype = 'f'
AND t1.relname =
(len: 612)
domain\((?-mix:[ \t\r\n\f]*)(?:(?-mix:(?-mix:\"((?:[^\n\r\f\\"]|\\(?-mix:\n|\r\n|\r|\f)|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)\")|(?-mix:\'((?:[^\n\r\f\\']|\\(?-mix:\n|\r\n|\r|\f)|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)\'))|(?-mix:((?-mix:[#%&*-~]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)))(?-mix:[ \t\r\n\f]*)\)
(len: 609)
url\((?-mix:[ \t\r\n\f]*)(?:(?-mix:(?-mix:\"((?:[^\n\r\f\\"]|\\(?-mix:\n|\r\n|\r|\f)|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)\")|(?-mix:\'((?:[^\n\r\f\\']|\\(?-mix:\n|\r\n|\r|\f)|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)\'))|(?-mix:((?-mix:[#%&*-~]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)))(?-mix:[ \t\r\n\f]*)\)
(len: 606)
(?:\$|@{1,2})? # optional global, instance or class variable indicator
(?:(?x-mi:
[[:alpha:]_] # at least one uppercase letter, lowercase letter or underscore
[[:word:]]* # followed by optional letters, numbers or underscores
)\.)* # followed by an optional chain of zero-argument method calls
(?<dynamic>(?x-mi:
[[:alpha:]_] # at least one uppercase letter, lowercase letter or underscore
[[:word:]]* # followed by optional letters, numbers or underscores
)) # and a final valid identifier, captured as DYNAMIC
(len: 605)
(?:\$|@{1,2})? # optional global, instance or class variable indicator
(?:(?x-mi:
[[:alpha:]_] # at least one uppercase letter, lowercase letter or underscore
[[:word:]]* # followed by optional letters, numbers or underscores
)\.)* # followed by an optional chain of zero-argument method calls
(?<dynamic>(?x-mi:
[[:alpha:]_] # at least one uppercase letter, lowercase letter or underscore
[[:word:]]* # followed by optional letters, numbers or underscores
)) # and a final valid identifier, captured as DYNAMIC
(len: 605)
//(?:(?:(?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*@)?(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)?|(?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+)(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?
(len: 601)
The JSON encoder in Rails 4.1 no longer offers protection from circular references. You are seeing this warning because you are rescuing from (or otherwise referencing) ActiveSupport::Encoding::CircularReferenceError. In the future, this error will be removed from Rails. You should remove these rescue blocks from your code and ensure that your data structures are free of circular references so they can be properly serialized into JSON.
For example, the following Hash contains a circular reference to itself:
h = {}
h['circular'] = h
In this case, calling h.to_json would not work properly.
(len: 601)
//(?:(?:(?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*@)?(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)?|(?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+)(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?
(len: 601)
//(?:(?:(?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*@)?(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)?|(?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+)(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?
(len: 601)
Usage: find-method [-n|-c] METHOD [NAMESPACE]
Recursively search for a method within a Class/Module or the current namespace.
Use the `-n` switch (the default) to search for methods whose name matches the
given regex. Use the `-c` switch to search for methods that contain the given
code.
# Find all methods whose name match /re/ inside
# the Pry namespace. Matches Pry#repl, etc.
find-method re Pry
# Find all methods that contain the code:
# output.puts inside the Pry namepsace.
find-method -c 'output.puts' Pry
(len: 585)
Usage: find-method [-n|-c] METHOD [NAMESPACE]
Recursively search for a method within a Class/Module or the current namespace.
Use the `-n` switch (the default) to search for methods whose name matches the
given regex. Use the `-c` switch to search for methods that contain the given
code.
# Find all methods whose name match /re/ inside
# the Pry namespace. Matches Pry#repl, etc.
find-method re Pry
# Find all methods that contain the code:
# output.puts inside the Pry namepsace.
find-method -c 'output.puts' Pry
(len: 585)
f[rame][ frame-number]
Move the current frame to the specified frame number, or the 0 if no
frame-number has been given.
A negative number indicates position from the other end, so "frame -1"
moves to the oldest frame, and "frame 0" moves to the newest frame.
Without an argument, the command prints the current stack frame. Since
the current position is redisplayed, it may trigger a resyncronization
if there is a front end also watching over things.
Use the "bt" command to find out where you want to go.
(len: 584)
(function() {
var is_new_window_or_tab_event, ready;
is_new_window_or_tab_event = function(event) {
var middle_click_event;
middle_click_event = event.button && event.button === 1;
return event.ctrlKey || event.metaKey || event.shiftKey || middle_click_event;
};
ready = function() {
return $('.js-navigation').on('click', function(event) {
if (is_new_window_or_tab_event(event)) {
return;
}
return $('.loading-indicator').show();
});
};
$(document).ready(ready);
$(document).on('page:load', ready);
}).call(this);
(len: 580)
(function() {
var is_new_window_or_tab_event, ready;
is_new_window_or_tab_event = function(event) {
var middle_click_event;
middle_click_event = event.button && event.button === 1;
return event.ctrlKey || event.metaKey || event.shiftKey || middle_click_event;
};
ready = function() {
return $('.js-navigation').on('click', function(event) {
if (is_new_window_or_tab_event(event)) {
return;
}
return $('.loading-indicator').show();
});
};
$(document).ready(ready);
$(document).on('page:load', ready);
}).call(this);
(len: 580)
data-is-bullet-footer ondblclick="this.parentNode.removeChild(this);" style="position: fixed; bottom: 0pt; left: 0pt; cursor: pointer; border-style: solid; border-color: rgb(153, 153, 153);
-moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none;
-moz-border-left-colors: none; -moz-border-image: none; border-width: 2pt 2pt 0px 0px;
padding: 5px; border-radius: 0pt 10pt 0pt 0px; background: none repeat scroll 0% 0% rgba(200, 200, 200, 0.8);
color: rgb(119, 119, 119); font-size: 18px; font-family: 'Arial', sans-serif; z-index:9999;"
(len: 579)
Airbrake is an online tool that provides robust exception tracking in any of
your Ruby applications. In doing so, it allows you to easily review errors, tie
an error to an individual piece of code, and trace the cause back to recent
changes. The Airbrake dashboard provides easy categorization, searching, and
prioritization of exceptions so that when errors occur, your team can quickly
determine the root cause.
Additionally, this gem includes integrations with such popular libraries and
frameworks as Rails, Sinatra, Resque, Sidekiq, Delayed Job, ActiveJob and many
more.
(len: 577)
Airbrake is an online tool that provides robust exception tracking in any of
your Ruby applications. In doing so, it allows you to easily review errors, tie
an error to an individual piece of code, and trace the cause back to recent
changes. The Airbrake dashboard provides easy categorization, searching, and
prioritization of exceptions so that when errors occur, your team can quickly
determine the root cause.
Additionally, this gem includes integrations with such popular libraries and
frameworks as Rails, Sinatra, Resque, Sidekiq, Delayed Job, ActiveJob and many
more.
(len: 577)
Loofah is a general library for manipulating and transforming HTML/XML
documents and fragments. It's built on top of Nokogiri and libxml2, so
it's fast and has a nice API.
Loofah excels at HTML sanitization (XSS prevention). It includes some
nice HTML sanitizers, which are based on HTML5lib's whitelist, so it
most likely won't make your codes less secure. (These statements have
not been evaluated by Netexperts.)
ActiveRecord extensions for sanitization are available in the
`loofah-activerecord` gem (see
https://github.com/flavorjones/loofah-activerecord).
(len: 563)
Loofah is a general library for manipulating and transforming HTML/XML
documents and fragments. It's built on top of Nokogiri and libxml2, so
it's fast and has a nice API.
Loofah excels at HTML sanitization (XSS prevention). It includes some
nice HTML sanitizers, which are based on HTML5lib's whitelist, so it
most likely won't make your codes less secure. (These statements have
not been evaluated by Netexperts.)
ActiveRecord extensions for sanitization are available in the
`loofah-activerecord` gem (see
https://github.com/flavorjones/loofah-activerecord).
(len: 563)
Pg is the Ruby interface to the {PostgreSQL RDBMS}[http://www.postgresql.org/].
It works with {PostgreSQL 8.4 and later}[http://www.postgresql.org/support/versioning/].
A small example usage:
#!/usr/bin/env ruby
require 'pg'
# Output a table of current connections to the DB
conn = PG.connect( dbname: 'sales' )
conn.exec( "SELECT * FROM pg_stat_activity" ) do |result|
puts " PID | User | Query"
result.each do |row|
puts " %7d | %-16s | %s " %
row.values_at('procpid', 'usename', 'current_query')
end
end
(len: 563)
Pg is the Ruby interface to the {PostgreSQL RDBMS}[http://www.postgresql.org/].
It works with {PostgreSQL 8.4 and later}[http://www.postgresql.org/support/versioning/].
A small example usage:
#!/usr/bin/env ruby
require 'pg'
# Output a table of current connections to the DB
conn = PG.connect( dbname: 'sales' )
conn.exec( "SELECT * FROM pg_stat_activity" ) do |result|
puts " PID | User | Query"
result.each do |row|
puts " %7d | %-16s | %s " %
row.values_at('procpid', 'usename', 'current_query')
end
end
(len: 563)
(function() {
var ready;
ready = function() {
$('.js-normalize-submit').on('change keyup', function() {
var resourceName;
resourceName = $(this).closest('form').attr('data-name');
if ($('.js-input-block').val() === resourceName) {
return $('.js-submit').prop('disabled', false);
} else {
return $('.js-submit').prop('disabled', true);
}
});
return $('.remodal-close').on('click', function() {
return $('.js-input-block').val('');
});
};
$(document).ready(ready);
}).call(this);
(len: 557)
(function() {
var ready;
ready = function() {
$('.js-normalize-submit').on('change keyup', function() {
var resourceName;
resourceName = $(this).closest('form').attr('data-name');
if ($('.js-input-block').val() === resourceName) {
return $('.js-submit').prop('disabled', false);
} else {
return $('.js-submit').prop('disabled', true);
}
});
return $('.remodal-close').on('click', function() {
return $('.js-input-block').val('');
});
};
$(document).ready(ready);
}).call(this);
(len: 557)
The JSON encoder in Rails 4.1 no longer supports encoding BigDecimals as JSON numbers. Instead, the new encoder will always encode them as strings.
You are seeing this error because you are trying to check the value of the related configuration, `active_support.encode_big_decimal_as_string`. If your application depends on this option, you should add the 'activesupport-json_encoder' gem to your Gemfile. For now, this option will always be true. In the future, it will be removed from Rails, so you should stop checking its value.
(len: 533)
Raise up, like exit, allows you to quit pry. Instead of returning a value
however, it raises an exception. If you don't provide the exception to be
raised, it will use the most recent exception (in pry `_ex_`).
When called as raise-up! (with an exclamation mark), this command raises the
exception through any nested prys you have created by "cd"ing into objects.
raise-up "get-me-out-of-here"
# This is equivalent to the command above.
raise "get-me-out-of-here"
raise-up
(len: 530)
Raise up, like exit, allows you to quit pry. Instead of returning a value
however, it raises an exception. If you don't provide the exception to be
raised, it will use the most recent exception (in pry `_ex_`).
When called as raise-up! (with an exclamation mark), this command raises the
exception through any nested prys you have created by "cd"ing into objects.
raise-up "get-me-out-of-here"
# This is equivalent to the command above.
raise "get-me-out-of-here"
raise-up
(len: 530)
Usage: cat FILE
cat --ex [STACK_INDEX]
cat --in [INPUT_INDEX_OR_RANGE]
`cat` is capable of showing part or all of a source file, the context of the
last exception, or an expression from Pry's input history.
`cat --ex` defaults to showing the lines surrounding the location of the last
exception. Invoking it more than once travels up the exception's backtrace, and
providing a number shows the context of the given index of the backtrace.
(len: 503)
Usage: cat FILE
cat --ex [STACK_INDEX]
cat --in [INPUT_INDEX_OR_RANGE]
`cat` is capable of showing part or all of a source file, the context of the
last exception, or an expression from Pry's input history.
`cat --ex` defaults to showing the lines surrounding the location of the last
exception. Invoking it more than once travels up the exception's backtrace, and
providing a number shows the context of the given index of the backtrace.
(len: 503)
\A(?:
[\x09\x0A\x0D\x20-\x7E] # ASCII
| [\xC2-\xDF][\x80-\xBF] # non-overlong 2-byte
| \xE0[\xA0-\xBF][\x80-\xBF] # excluding overlongs
| [\xE1-\xEC\xEE\xEF][\x80-\xBF]{2} # straight 3-byte
| \xED[\x80-\x9F][\x80-\xBF] # excluding surrogates
| \xF0[\x90-\xBF][\x80-\xBF]{2} # planes 1-3
| [\xF1-\xF3][\x80-\xBF]{3} # planes 4nil5
| \xF4[\x80-\x8F][\x80-\xBF]{2} # plane 16
)*\z
(len: 500)
\A(?:
[\x09\x0A\x0D\x20-\x7E] # ASCII
| [\xC2-\xDF][\x80-\xBF] # non-overlong 2-byte
| \xE0[\xA0-\xBF][\x80-\xBF] # excluding overlongs
| [\xE1-\xEC\xEE\xEF][\x80-\xBF]{2} # straight 3-byte
| \xED[\x80-\x9F][\x80-\xBF] # excluding surrogates
| \xF0[\x90-\xBF][\x80-\xBF]{2} # planes 1-3
| [\xF1-\xF3][\x80-\xBF]{3} # planes 4nil5
| \xF4[\x80-\x8F][\x80-\xBF]{2} # plane 16
)*\z
(len: 500)
--
When this American woman,
whose thighs are bound in casual red cloth,
comes thundering past my sitting place
like a forest-burning Mongol tribe,
the city is ravished
and brittle buildings of a hundred years
splash into the street;
and my eyes are burnt
for the embroidered Chinese girls,
already old,
and so small between the thin pines
on these enormous landscapes,
that if you turn your head
they are lost for hours.
-- Leonard Cohen
(len: 500)
\A((?x-mi:0
|1(?:[0-9][0-9]?)?
|2(?:[0-4][0-9]?|5[0-5]?|[6-9])?
|[3-9][0-9]?))\.((?x-mi:0
|1(?:[0-9][0-9]?)?
|2(?:[0-4][0-9]?|5[0-5]?|[6-9])?
|[3-9][0-9]?))\.((?x-mi:0
|1(?:[0-9][0-9]?)?
|2(?:[0-4][0-9]?|5[0-5]?|[6-9])?
|[3-9][0-9]?))\.((?x-mi:0
|1(?:[0-9][0-9]?)?
|2(?:[0-4][0-9]?|5[0-5]?|[6-9])?
|[3-9][0-9]?))\z
(len: 494)
\A((?x-mi:0
|1(?:[0-9][0-9]?)?
|2(?:[0-4][0-9]?|5[0-5]?|[6-9])?
|[3-9][0-9]?))\.((?x-mi:0
|1(?:[0-9][0-9]?)?
|2(?:[0-4][0-9]?|5[0-5]?|[6-9])?
|[3-9][0-9]?))\.((?x-mi:0
|1(?:[0-9][0-9]?)?
|2(?:[0-4][0-9]?|5[0-5]?|[6-9])?
|[3-9][0-9]?))\.((?x-mi:0
|1(?:[0-9][0-9]?)?
|2(?:[0-4][0-9]?|5[0-5]?|[6-9])?
|[3-9][0-9]?))\z
(len: 494)
(?<backslash>\\)? # is it escaped with a backslash?
\$ # literal $
(?<cmd> # collect command content for eval
\( # require opening paren
([^()]|\g<cmd>)+ # allow any number of non-parens, or balanced
# parens (by nesting the <cmd> expression
# recursively)
\) # require closing paren
)
(len: 493)
(?<backslash>\\)? # is it escaped with a backslash?
\$ # literal $
(?<cmd> # collect command content for eval
\( # require opening paren
([^()]|\g<cmd>)+ # allow any number of non-parens, or balanced
# parens (by nesting the <cmd> expression
# recursively)
\) # require closing paren
)
(len: 493)
Amend a line of input in multi-line mode. `amend-line N`, where the N represents
line to replace. Can also specify a range of lines using `amend-line N..M`
syntax. Passing "!" as replacement content deletes the line(s) instead.
amend-line 1 puts 'new' # replace line 1
amend-line 1..4 ! # delete lines 1..4
amend-line 3 >puts 'bye' # insert before line 3
amend-line puts 'appended' # no line number modifies immediately preceding line
(len: 492)
(function() {
$(document).on('peek:render', function(event, requestId, data) {
var title;
title = [];
title.push("Reads: " + data.context.dalli.reads);
title.push("Misses: " + data.context.dalli.misses);
title.push("Writes: " + data.context.dalli.writes);
title.push("Other: " + data.context.dalli.others);
return $('#peek-dalli-tooltip').attr('title', title.join('<br>')).tipsy({
html: true,
gravity: $.fn.tipsy.autoNS
});
});
}).call(this);
(len: 492)
(function() {
$(document).on('peek:render', function(event, requestId, data) {
var title;
title = [];
title.push("Reads: " + data.context.dalli.reads);
title.push("Misses: " + data.context.dalli.misses);
title.push("Writes: " + data.context.dalli.writes);
title.push("Other: " + data.context.dalli.others);
return $('#peek-dalli-tooltip').attr('title', title.join('<br>')).tipsy({
html: true,
gravity: $.fn.tipsy.autoNS
});
});
}).call(this);
(len: 492)
Amend a line of input in multi-line mode. `amend-line N`, where the N represents
line to replace. Can also specify a range of lines using `amend-line N..M`
syntax. Passing "!" as replacement content deletes the line(s) instead.
amend-line 1 puts 'new' # replace line 1
amend-line 1..4 ! # delete lines 1..4
amend-line 3 >puts 'bye' # insert before line 3
amend-line puts 'appended' # no line number modifies immediately preceding line
(len: 492)
Usage: disable-pry
After this command is run any further calls to pry will immediately return `nil`
without interrupting the flow of your program. This is particularly useful when
you've debugged the problem you were having, and now wish the program to run to
the end.
As alternatives, consider using `exit!` to force the current Ruby process
to quit immediately; or using `edit-method -p` to remove the `binding.pry`
from the code.
(len: 483)
Usage: disable-pry
After this command is run any further calls to pry will immediately return `nil`
without interrupting the flow of your program. This is particularly useful when
you've debugged the problem you were having, and now wish the program to run to
the end.
As alternatives, consider using `exit!` to force the current Ruby process
to quit immediately; or using `edit-method -p` to remove the `binding.pry`
from the code.
(len: 483)
var output, print = function(string) {
WScript.Echo(string);
};
try {
result = program();
if (typeof result == 'undefined' && result !== null) {
print('["ok"]');
} else {
try {
print(JSON.stringify(['ok', result]));
} catch (err) {
print(JSON.stringify(['err', err.name + ': ' + err.message, err.stack]));
}
}
} catch (err) {
print(JSON.stringify(['err', err.name + ': ' + err.message, err.stack]));
}
});
(len: 482)
;function compile(script, options) {
try {
return CoffeeScript.compile(script, options);
} catch (err) {
if (err instanceof SyntaxError && err.location) {
throw new SyntaxError([
err.filename || "[stdin]",
err.location.first_line + 1,
err.location.first_column + 1
].join(":") + ": " + err.message)
} else {
throw err;
}
}
}
(len: 479)
;function compile(script, options) {
try {
return CoffeeScript.compile(script, options);
} catch (err) {
if (err instanceof SyntaxError && err.location) {
throw new SyntaxError([
err.filename || "[stdin]",
err.location.first_line + 1,
err.location.first_column + 1
].join(":") + ": " + err.message)
} else {
throw err;
}
}
}
(len: 479)
(?:(?x-mi:\A
(?:[0-9A-Fa-f]{1,4}:){7}
[0-9A-Fa-f]{1,4}
\z)) |
(?:(?x-mi:\A
((?:[0-9A-Fa-f]{1,4}(?::[0-9A-Fa-f]{1,4})*)?) ::
((?:[0-9A-Fa-f]{1,4}(?::[0-9A-Fa-f]{1,4})*)?)
\z)) |
(?:(?x-mi:\A
((?:[0-9A-Fa-f]{1,4}:){6,6})
(\d+)\.(\d+)\.(\d+)\.(\d+)
\z)) |
(?:(?x-mi:\A
((?:[0-9A-Fa-f]{1,4}(?::[0-9A-Fa-f]{1,4})*)?) ::
((?:[0-9A-Fa-f]{1,4}:)*)
(\d+)\.(\d+)\.(\d+)\.(\d+)
\z))
(len: 477)
(?:(?x-mi:\A
(?:[0-9A-Fa-f]{1,4}:){7}
[0-9A-Fa-f]{1,4}
\z)) |
(?:(?x-mi:\A
((?:[0-9A-Fa-f]{1,4}(?::[0-9A-Fa-f]{1,4})*)?) ::
((?:[0-9A-Fa-f]{1,4}(?::[0-9A-Fa-f]{1,4})*)?)
\z)) |
(?:(?x-mi:\A
((?:[0-9A-Fa-f]{1,4}:){6,6})
(\d+)\.(\d+)\.(\d+)\.(\d+)
\z)) |
(?:(?x-mi:\A
((?:[0-9A-Fa-f]{1,4}(?::[0-9A-Fa-f]{1,4})*)?) ::
((?:[0-9A-Fa-f]{1,4}:)*)
(\d+)\.(\d+)\.(\d+)\.(\d+)
\z))
(len: 477)
}, function(program) {
var output, print = function(string) {
process.stdout.write('' + string);
};
try {
result = program();
if (typeof result == 'undefined' && result !== null) {
print('["ok"]');
} else {
try {
print(JSON.stringify(['ok', result]));
} catch (err) {
print(JSON.stringify(['err', '' + err, err.stack]));
}
}
} catch (err) {
print(JSON.stringify(['err', '' + err, err.stack]));
}
});
(len: 476)
The JSON encoder in Rails 4.1 no longer supports encoding BigDecimals as JSON numbers. Instead, the new encoder will always encode them as strings.
You are seeing this error because you have 'active_support.encode_big_decimal_as_string' in your configuration file. If you have been setting this to true, you can safely remove it from your configuration. Otherwise, you should add the 'activesupport-json_encoder' gem to your Gemfile in order to restore this functionality.
(len: 473)
<meta property="og:title" content="Classroom for GitHub" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Classroom for GitHub automates repository creation and access control, making it easy for teachers to distribute starter code and collect assignments on GitHub." />
<meta property="og:url" content="https://classroom.github.com/" />
<meta property="og:image" content="https://classroom.github.com/images/og-image.png" />
(len: 467)
Usage: find-route <controller>
Returns the URL(s) that match a given controller or controller action.
find-route MyController#show #=> The URL that matches the MyController show action
find-route MyController #=> All the URLs that hit MyController
find-route Admin #=> All the URLs that hit the Admin namespace
find-route Com #=> All the URLS whose controller regex matches /Comm/, e.g CommentsController
(len: 466)
Usage: find-route <controller>
Returns the URL(s) that match a given controller or controller action.
find-route MyController#show #=> The URL that matches the MyController show action
find-route MyController #=> All the URLs that hit MyController
find-route Admin #=> All the URLs that hit the Admin namespace
find-route Com #=> All the URLS whose controller regex matches /Comm/, e.g CommentsController
(len: 466)
(?-mix:(?:[0-9]+|[0-9]*\.[0-9]+)(?:[eE][+-]?\d+)?)(?:(?-mix:-?(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))(?:[a-zA-Z0-9_]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|-(?!\d))*|%))?
(len: 465)
w[here]|bt|backtrace
Display stack frames.
Print the entire stack frame. Each frame is numbered; the most recent
frame is 0. A frame number can be referred to in the "frame" command.
"up" and "down" add or subtract respectively to frame numbers shown.
The position of the current frame is marked with -->. C-frames hang
from their most immediate Ruby frame to indicate that they are not
navigable.
(len: 464)
Usage: pry-backtrace [OPTIONS] [--help]
Show the backtrace for the position in the code where Pry was started. This can
be used to infer the behavior of the program immediately before it entered Pry,
just like the backtrace property of an exception.
NOTE: if you are looking for the backtrace of the most recent exception raised,
just type: `_ex_.backtrace` instead.
See: https://github.com/pry/pry/wiki/Special-Locals
(len: 463)
Usage: pry-backtrace [OPTIONS] [--help]
Show the backtrace for the position in the code where Pry was started. This can
be used to infer the behavior of the program immediately before it entered Pry,
just like the backtrace property of an exception.
NOTE: if you are looking for the backtrace of the most recent exception raised,
just type: `_ex_.backtrace` instead.
See: https://github.com/pry/pry/wiki/Special-Locals
(len: 463)
-(?-mix:(?:(\d*\.\d+)|(\d+))(?:[eE]([+-]?\d+))?((?-mix:-?(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))(?:[a-zA-Z0-9_]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|-(?!\d))*|%))?)
(len: 461)
--
Now the light falls
Across the open field, leaving the deep lane
Shuttered with branches, dark in the afternoon,
Where you lean against a bank while a van passes,
And the deep lane insists on the direction
Into the village, in the electric heat
Hypnotised. In a warm haze the sultry light
Is absorbed, not refracted, by grey stone.
The dahlias sleep in the empty silence.
Wait for the early owl.
-- T.S Eliot
(len: 461)
\A
(?:export\s+)? # optional export
([\w\.]+) # key
(?:\s*=\s*|:\s+?) # separator
( # optional value begin
'(?:\'|[^'])*' # single quoted value
| # or
"(?:\"|[^"])*" # double quoted value
| # or
[^#\n]+ # unquoted value
)? # value end
(?:\s*\#.*)? # optional comment
\z
(len: 458)
\A
(?:export\s+)? # optional export
([\w\.]+) # key
(?:\s*=\s*|:\s+?) # separator
( # optional value begin
'(?:\'|[^'])*' # single quoted value
| # or
"(?:\"|[^"])*" # double quoted value
| # or
[^#\n]+ # unquoted value
)? # value end
(?:\s*\#.*)? # optional comment
\z
(len: 458)
(?:(\d*\.\d+)|(\d+))(?:[eE]([+-]?\d+))?((?-mix:-?(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))(?:[a-zA-Z0-9_]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|-(?!\d))*|%))?
(len: 452)
(?:
[\xC2-\xDF][\x80-\xBF] # non-overlong 2-byte
| \xE0[\xA0-\xBF][\x80-\xBF] # excluding overlongs
| [\xE1-\xEC\xEE\xEF][\x80-\xBF]{2} # straight 3-byte
| \xED[\x80-\x9F][\x80-\xBF] # excluding surrogates
| \xF0[\x90-\xBF][\x80-\xBF]{2} # planes 1-3
| [\xF1-\xF3][\x80-\xBF]{3} # planes 4nil5
| \xF4[\x80-\x8F][\x80-\xBF]{2} # plane 16
)
(len: 443)
(?:
[\xC2-\xDF][\x80-\xBF] # non-overlong 2-byte
| \xE0[\xA0-\xBF][\x80-\xBF] # excluding overlongs
| [\xE1-\xEC\xEE\xEF][\x80-\xBF]{2} # straight 3-byte
| \xED[\x80-\x9F][\x80-\xBF] # excluding surrogates
| \xF0[\x90-\xBF][\x80-\xBF]{2} # planes 1-3
| [\xF1-\xF3][\x80-\xBF]{3} # planes 4nil5
| \xF4[\x80-\x8F][\x80-\xBF]{2} # plane 16
)
(len: 443)
' is instance dependent (the scope
block takes an argument). Preloading happens before the individual
instances are created. This means that there is no instance being
passed to the association scope. This will most likely result in
broken or incorrect behavior. Joining, Preloading and eager loading
of these associations is deprecated and will be removed in the future.
(len: 432)
^(?:\+|@include)\s*((?-mix:-*(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))(?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*))(.*)$
(len: 431)
^(?:=|@mixin)\s*((?-mix:-*(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))(?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*))(.*)$
(len: 428)
((?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))|[ \t]|[,>+*]|[:#.](?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))){1,50}([{])
(len: 426)
^@function\s*((?-mix:-*(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))(?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*))(.*)$
(len: 425)
Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks.
You can opt into the new behavior and remove this warning by setting:
config.active_record.raise_in_transactional_callbacks = true
(len: 420)
Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks.
You can opt into the new behavior and remove this warning by setting:
config.active_record.raise_in_transactional_callbacks = true
(len: 420)
Reload the source file that contains the specified code object.
e.g reload-code MyClass#my_method #=> reload a method
reload-code MyClass #=> reload a class
reload-code my-command #=> reload a pry command
reload-code self #=> reload the current object
reload-code #=> reload the current file or object
(len: 418)
Reload the source file that contains the specified code object.
e.g reload-code MyClass#my_method #=> reload a method
reload-code MyClass #=> reload a class
reload-code my-command #=> reload a pry command
reload-code self #=> reload the current object
reload-code #=> reload the current file or object
(len: 418)
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
body { text-align:center;font-family:helvetica,arial;font-size:22px;
color:#888;margin:20px}
#c {margin:0 auto;width:500px;text-align:left}
</style>
</head>
<body>
<h2>Sinatra doesn&rsquo;t know this ditty.</h2>
<img src='
(len: 412)
((?-mix:-*(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))(?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*))(\()?
(len: 412)
(\$)((?-mix:-*(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))(?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*))
(len: 411)
var processor;
var process = function() {
var result = autoprefixer.process.apply(autoprefixer, arguments);
var warns = result.warnings().map(function (i) {
delete i.plugin;
return i.toString();
});
var map = result.map ? result.map.toString() : null;
return { css: result.css, map: map, warnings: warns };
};
(len: 409)
^\$(?-mix:-*(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))(?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)$
(len: 409)
(?-mix:-*(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))(?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)\(
(len: 407)
#(?-mix:-*(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))(?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)
(len: 406)
}, function(program) {
var output;
try {
result = program();
if (typeof result == 'undefined' && result !== null) {
print('["ok"]');
} else {
try {
print(JSON.stringify(['ok', result]));
} catch (err) {
print(JSON.stringify(['err', '' + err, err.stack]));
}
}
} catch (err) {
print(JSON.stringify(['err', '' + err, err.stack]));
}
});
(len: 405)
dis[able][[ breakpoints| display)][ n1[ n2[ ...[ nn]]]]]
Disables breakpoints or displays.
"disable" by itself shows this help
"disable breakpoints" disables all breakpoints.
"disable displays" disables all displays.
You can also specify a space separated list of breakpoint or display
numbers to disable only specific breakpoints or displays.
(len: 403)
SECURITY WARNING: No secret option provided to Rack::Session::Cookie.
This poses a security threat. It is strongly recommended that you
provide a secret to prevent exploits that may be possible from crafted
cookies. This will not be supported in future versions of Rack, and
future versions will even invalidate your existing user cookies.
Called from:
(len: 402)
-?(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))(?:[a-zA-Z0-9_]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|-(?!\d))*|%
(len: 402)
(function ($) {
var ready = $.fn.ready;
$.fn.ready = function (fn) {
if (this.context === undefined) {
// The $().ready(fn) case.
ready(fn);
} else if (this.selector) {
ready($.proxy(function(){
$(this.selector, this.context).each(fn);
}, this));
} else {
ready($.proxy(function(){
$(this).each(fn);
}, this));
}
}
})(jQuery);
(len: 401)
(function ($) {
var ready = $.fn.ready;
$.fn.ready = function (fn) {
if (this.context === undefined) {
// The $().ready(fn) case.
ready(fn);
} else if (this.selector) {
ready($.proxy(function(){
$(this.selector, this.context).each(fn);
}, this));
} else {
ready($.proxy(function(){
$(this).each(fn);
}, this));
}
}
})(jQuery);
(len: 401)
-*(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))(?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*
(len: 397)
(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))(?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))|%*
(len: 397)
Usage: cd [OPTIONS] [--help]
Move into new context (object or scope). As in UNIX shells use `cd ..` to go
back, `cd /` to return to Pry top-level and `cd -` to toggle between last two
scopes. Complex syntax (e.g `cd ../@x/@y`) also supported.
cd @x
cd ..
cd /
cd -
https://github.com/pry/pry/wiki/State-navigation#wiki-Changing_scope
(len: 391)
Usage: cd [OPTIONS] [--help]
Move into new context (object or scope). As in UNIX shells use `cd ..` to go
back, `cd /` to return to Pry top-level and `cd -` to toggle between last two
scopes. Complex syntax (e.g `cd ../@x/@y`) also supported.
cd @x
cd ..
cd /
cd -
https://github.com/pry/pry/wiki/State-navigation#wiki-Changing_scope
(len: 391)
Byebug is a Ruby 2 debugger. It's implemented using the
Ruby 2 TracePoint C API for execution control and the Debug Inspector C API
for call stack navigation. The core component provides support that
front-ends can build on. It provides breakpoint handling and bindings for
stack frames among other things and it comes with an easy to use command
line interface.
(len: 383)
Byebug is a Ruby 2 debugger. It's implemented using the
Ruby 2 TracePoint C API for execution control and the Debug Inspector C API
for call stack navigation. The core component provides support that
front-ends can build on. It provides breakpoint handling and bindings for
stack frames among other things and it comes with an easy to use command
line interface.
(len: 383)
\A((?-mix:[a-zA-Z][0-9a-zA-Z]*|[0-9]+(?:\.[0-9]+)*))=(?x-mi:
(?!["#])((?:(?-mix:[^\\",=+<>#;])|(?-mix:\\(?:[,=+<>#;]|\\|"|(?-mix:(?-mix:[0-9a-fA-F])(?-mix:[0-9a-fA-F])))))*)|
\#((?-mix:(?-mix:(?-mix:[0-9a-fA-F])(?-mix:[0-9a-fA-F]))+))|
"((?:(?-mix:[^\\"])|(?-mix:\\(?:[,=+<>#;]|\\|"|(?-mix:(?-mix:[0-9a-fA-F])(?-mix:[0-9a-fA-F])))))*)"
)
(len: 375)
\A((?-mix:[a-zA-Z][0-9a-zA-Z]*|[0-9]+(?:\.[0-9]+)*))=(?x-mi:
(?!["#])((?:(?-mix:[^\\",=+<>#;])|(?-mix:\\(?:[,=+<>#;]|\\|"|(?-mix:(?-mix:[0-9a-fA-F])(?-mix:[0-9a-fA-F])))))*)|
\#((?-mix:(?-mix:(?-mix:[0-9a-fA-F])(?-mix:[0-9a-fA-F]))+))|
"((?:(?-mix:[^\\"])|(?-mix:\\(?:[,=+<>#;]|\\|"|(?-mix:(?-mix:[0-9a-fA-F])(?-mix:[0-9a-fA-F])))))*)"
)
(len: 375)
<p>You don't have any routes defined!</p>
<ul>
<li>Please add some routes in <tt>config/routes.rb</tt>.</li>
<li>
For more information about routes, please see the Rails guide
<a href="http://guides.rubyonrails.org/routing.html">Rails Routing from the Outside In</a>.
</li>
</ul>
(len: 374)
You did not specify a `log_level` in `production.rb`. Currently, the default value for `log_level` is `:info` for the production environment and `:debug` in all other environments. In Rails 5 the default value will be unified to `:debug` across all environments. To preserve the current setting, add the following line to your `production.rb`:
config.log_level = :info
(len: 374)
l[ist][[-=]][ nn-mm]
Lists lines of code forward from current line or from the place where
code was last listed. If "list-" is specified, lists backwards instead.
If "list=" is specified, lists from current line regardless of where
code was last listed. A line range can also be specified to list
specific sections of code.
(len: 373)
undisp[lay][ nnn]
Cancel some expressions to be displayed when program stops. Arguments
are the code numbers of the expressions to stop displaying. No argument
means cancel all automatic-display expressions. "delete display" has the
same effect as this command. Do "info display" to see the current list
of code numbers.
(len: 370)
Usage: hist [--head|--tail]
hist --all
hist --head N
hist --tail N
hist --show START..END
hist --grep PATTERN
hist --clear
hist --replay START..END
hist --save [START..END] FILE
Aliases: history
Show and replay Readline history.
(len: 370)
Usage: hist [--head|--tail]
hist --all
hist --head N
hist --tail N
hist --show START..END
hist --grep PATTERN
hist --clear
hist --replay START..END
hist --save [START..END] FILE
Aliases: history
Show and replay Readline history.
(len: 370)
Usage: exit [OPTIONS] [--help]
Aliases: quit
Pop the previous binding (does NOT exit program). It can be useful to exit a
context with a user-provided value. For instance an exit value can be used to
determine program flow.
exit "pry this"
exit
https://github.com/pry/pry/wiki/State-navigation#wiki-Exit_with_value
(len: 368)
Usage: exit [OPTIONS] [--help]
Aliases: quit
Pop the previous binding (does NOT exit program). It can be useful to exit a
context with a user-provided value. For instance an exit value can be used to
determine program flow.
exit "pry this"
exit
https://github.com/pry/pry/wiki/State-navigation#wiki-Exit_with_value
(len: 368)
/usr/local/opt/nvm/versions/v5.4.1/share/man:/usr/local/opt/nvm/versions/v5.4.1/share/man:/usr/local/share/man:/Library/TeX/Distributions/Programs/texbin/man:/usr/share/man:/opt/X11/share/man:/Library/TeX/texbin/man:/Applications/Xcode.app/Contents/Developer/usr/share/man:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/man
(len: 365)
/usr/local/opt/nvm/versions/v5.4.1/share/man:/usr/local/opt/nvm/versions/v5.4.1/share/man:/usr/local/share/man:/Library/TeX/Distributions/Programs/texbin/man:/usr/share/man:/opt/X11/share/man:/Library/TeX/texbin/man:/Applications/Xcode.app/Contents/Developer/usr/share/man:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/man
(len: 365)
set <setting> <value>
Modifies parts of byebug environment.
Boolean values take "on", "off", "true", "false", "1" or "0". If you
don't specify a value, the boolean setting will be enabled. Conversely,
you can use "set no<setting>" to disable them.
You can see these environment settings with the "show" command.
(len: 363)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/bin:/Users/chris/.rbenv/versions/2.3.0/bin:/usr/local/Cellar/rbenv/0.4.0/libexec:/Users/chris/.rbenv/shims:/usr/local/opt/nvm/versions/v5.4.1/bin:/Users/chris/.local/bin:/usr/local/bin:/usr/local/sbin:/Library/TeX/Distributions/Programs/texbin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/Library/TeX/texbin
(len: 361)
Arel Really Exasperates Logicians
Arel is a SQL AST manager for Ruby. It
1. Simplifies the generation of complex SQL queries
2. Adapts to various RDBMSes
It is intended to be a framework framework; that is, you can build your own ORM
with it, focusing on innovative object and collection modeling as opposed to
database compatibility and query generation.
(len: 358)
Arel Really Exasperates Logicians
Arel is a SQL AST manager for Ruby. It
1. Simplifies the generation of complex SQL queries
2. Adapts to various RDBMSes
It is intended to be a framework framework; that is, you can build your own ORM
with it, focusing on innovative object and collection modeling as opposed to
database compatibility and query generation.
(len: 358)
SELECT distinct i.relname, d.indisunique, d.indkey, pg_get_indexdef(d.indexrelid), t.oid
FROM pg_class t
INNER JOIN pg_index d ON t.oid = d.indrelid
INNER JOIN pg_class i ON d.indexrelid = i.oid
WHERE i.relkind = 'i'
AND d.indisprimary = 'f'
AND t.relname = '
(len: 354)
Warning: this Gemfile contains multiple primary sources. Using `source` more than once without a block is a security risk, and may result in installing unexpected gems. To resolve this warning, use a block to indicate which gems should come from the secondary source. To upgrade this warning to an error, run `bundle config disable_multisource true`.
(len: 350)
Rack provides a minimal, modular and adaptable interface for developing
web applications in Ruby. By wrapping HTTP requests and responses in
the simplest way possible, it unifies and distills the API for web
servers, web frameworks, and software in between (the so-called
middleware) into a single method call.
Also see http://rack.github.io/.
(len: 346)
Rack provides a minimal, modular and adaptable interface for developing
web applications in Ruby. By wrapping HTTP requests and responses in
the simplest way possible, it unifies and distills the API for web
servers, web frameworks, and software in between (the so-called
middleware) into a single method call.
Also see http://rack.github.io/.
(len: 346)
Usage: show-doc [OPTIONS] [METH]
Aliases: ?
Show the documentation for a method or class. Tries instance methods first and
then methods by default.
show-doc hi_method # docs for hi_method
show-doc Pry # for Pry class
show-doc Pry -a # for all definitions of Pry class (all monkey patches)
(len: 344)
Usage: show-doc [OPTIONS] [METH]
Aliases: ?
Show the documentation for a method or class. Tries instance methods first and
then methods by default.
show-doc hi_method # docs for hi_method
show-doc Pry # for Pry class
show-doc Pry -a # for all definitions of Pry class (all monkey patches)
(len: 344)
(?-mix:\"((?:[^\n\r\f\\"]|\\(?-mix:\n|\r\n|\r|\f)|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)\")|(?-mix:\'((?:[^\n\r\f\\']|\\(?-mix:\n|\r\n|\r|\f)|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)\')
(len: 341)
Render and/or redirect were called multiple times in this action. Please note that you may only call render OR redirect, and at most once per action. Also note that neither redirect nor render terminate execution of the action, so if you want to exit an action after redirecting, you need to do something like "redirect_to(...) and return".
(len: 340)
Render and/or redirect were called multiple times in this action. Please note that you may only call render OR redirect, and at most once per action. Also note that neither redirect nor render terminate execution of the action, so if you want to exit an action after redirecting, you need to do something like "redirect_to(...) and return".
(len: 340)
Usage: wtf[?|!]
Show's a few lines of the backtrace of the most recent exception (also available
as `_ex_.backtrace`). If you want to see more lines, add more question marks or
exclamation marks.
wtf?
wtf?!???!?!?
# To see the entire backtrace, pass the `-v` or `--verbose` flag.
wtf -v
(len: 338)
Usage: wtf[?|!]
Show's a few lines of the backtrace of the most recent exception (also available
as `_ex_.backtrace`). If you want to see more lines, add more question marks or
exclamation marks.
wtf?
wtf?!???!?!?
# To see the entire backtrace, pass the `-v` or `--verbose` flag.
wtf -v
(len: 338)
The configuration option `config.serve_static_assets` has been renamed to `config.serve_static_files` to clarify its role (it merely enables serving everything in the `public` folder and is unrelated to the asset pipeline). The `serve_static_assets` alias will be removed in Rails 5.0. Please migrate your configuration files accordingly.
(len: 338)
The configuration option `config.serve_static_assets` has been renamed to `config.serve_static_files` to clarify its role (it merely enables serving everything in the `public` folder and is unrelated to the asset pipeline). The `serve_static_assets` alias will be removed in Rails 5.0. Please migrate your configuration files accordingly.
(len: 338)
Your user account isn't allowed to install to the system Rubygems.
You can cancel this installation and run:
bundle install --path vendor/bundle
to install the gems into ./vendor/bundle/, or you can enter your password
and install the bundled gems to Rubygems using sudo.
Password:
(len: 337)
<footer class="site-footer text-center">
<div class="container">
<div class="made-with-heart">
<span class="octicon octicon-mortar-board"></span> with <span class="octicon octicon-heart"></span> by <a href="https://education.github.com" class="octicon octicon-logo-github"></a>
</div>
</div>
Classroom for GitHub is
(len: 336)
To respond to a custom format, register it as a MIME type first: http://guides.rubyonrails.org/action_controller_overview.html#restful-downloads. If you meant to respond to a variant like :tablet or :phone, not a custom format, be sure to nest your variant response within a format response: format.html { |html| html.tablet { ... } }
(len: 334)
# Get a binding with 'self' set to self, and no locals.
#
# The default definee is determined by the context in which the
# definition is eval'd.
#
# Please don't call this method directly, see {__binding__}.
#
# @return [Binding]
def __pry__
::Kernel.binding
end
(len: 332)
You are calling a `*_path` helper with the `only_path` option
explicitly set to `true`. This option will stop working on
path helpers in Rails 5. Simply remove the `only_path: true`
argument from your call as it is redundant when applied to a
path helper.
(len: 326)
\A\s*
(?:(?:Mon|Tue|Wed|Thu|Fri|Sat|Sun)\s*,\s*)?
(\d{1,2})\s+
(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s+
(\d{2,})\s+
(\d{2})\s*
:\s*(\d{2})\s*
(?::\s*(\d{2}))?\s+
([+-]\d{4}|
UT|GMT|EST|EDT|CST|CDT|MST|MDT|PST|PDT|[A-IK-Z])
(len: 325)
'
You may have defined two routes with the same name using the `:as` option, or you may be overriding a route already defined by a resource with the same naming. For the latter, you can restrict the routes created with `resources` as explained here:
http://guides.rubyonrails.org/routing.html#restricting-the-routes-created
(len: 325)
\A\s*
(?:(?:Mon|Tue|Wed|Thu|Fri|Sat|Sun)\s*,\s*)?
(\d{1,2})\s+
(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s+
(\d{2,})\s+
(\d{2})\s*
:\s*(\d{2})\s*
(?::\s*(\d{2}))?\s+
([+-]\d{4}|
UT|GMT|EST|EDT|CST|CDT|MST|MDT|PST|PDT|[A-IK-Z])
(len: 325)
SELECT a.attname, format_type(a.atttypid, a.atttypmod),
pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
FROM pg_attribute a LEFT JOIN pg_attrdef d
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
WHERE a.attrelid = '
(len: 323)
\A([-+]?(?:0(?:[0-7]+(?:_[0-7]+)*|b[01]+(?:_[01]+)*|x[\da-f]+(?:_[\da-f]+)*)?|(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:E[-+]?\d+(?:_\d+)*)?))(?:/([-+]?(?:0(?:[0-7]+(?:_[0-7]+)*|b[01]+(?:_[01]+)*|x[\da-f]+(?:_[\da-f]+)*)?|(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:E[-+]?\d+(?:_\d+)*)?)))?\z
(len: 322)
)
to a boolean column. Currently this value casts to `false`. This will
change to match Ruby's semantics, and will cast to `true` in Rails 5.
If you would like to maintain the current behavior, you should
explicitly handle the values you would like cast to `false`.
(len: 322)
\A([-+]?(?:0(?:[0-7]+(?:_[0-7]+)*|b[01]+(?:_[01]+)*|x[\da-f]+(?:_[\da-f]+)*)?|(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:E[-+]?\d+(?:_\d+)*)?))(?:/([-+]?(?:0(?:[0-7]+(?:_[0-7]+)*|b[01]+(?:_[01]+)*|x[\da-f]+(?:_[\da-f]+)*)?|(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:E[-+]?\d+(?:_\d+)*)?)))?\z
(len: 322)
m[ethod] (i[nstance][ <obj>]|<class|module>)
When invoked with "instance", shows instance methods of the object
specified as argument or of self no object was specified.
When invoked only with a class or module, shows class methods of the
class or module specified as argument.
(len: 320)
-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 -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens
(len: 317)
-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 -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens
(len: 317)
-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 -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens
(len: 317)
-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 -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens
(len: 317)
-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 -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens
(len: 317)
-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 -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens
(len: 317)
(?!["#])((?:(?-mix:[^\\",=+<>#;])|(?-mix:\\(?:[,=+<>#;]|\\|"|(?-mix:(?-mix:[0-9a-fA-F])(?-mix:[0-9a-fA-F])))))*)|
\#((?-mix:(?-mix:(?-mix:[0-9a-fA-F])(?-mix:[0-9a-fA-F]))+))|
"((?:(?-mix:[^\\"])|(?-mix:\\(?:[,=+<>#;]|\\|"|(?-mix:(?-mix:[0-9a-fA-F])(?-mix:[0-9a-fA-F])))))*)"
(len: 314)
(?!["#])((?:(?-mix:[^\\",=+<>#;])|(?-mix:\\(?:[,=+<>#;]|\\|"|(?-mix:(?-mix:[0-9a-fA-F])(?-mix:[0-9a-fA-F])))))*)|
\#((?-mix:(?-mix:(?-mix:[0-9a-fA-F])(?-mix:[0-9a-fA-F]))+))|
"((?:(?-mix:[^\\"])|(?-mix:\\(?:[,=+<>#;]|\\|"|(?-mix:(?-mix:[0-9a-fA-F])(?-mix:[0-9a-fA-F])))))*)"
(len: 314)
Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack applications. Puma is intended for use in both development and production environments. In order to get the best throughput, it is highly recommended that you use a Ruby implementation with real threads like Rubinius or JRuby.
(len: 313)
Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack applications. Puma is intended for use in both development and production environments. In order to get the best throughput, it is highly recommended that you use a Ruby implementation with real threads like Rubinius or JRuby.
(len: 313)
You should not use the `match` method in your router without specifying an HTTP method.
If you want to expose your action to both GET and POST, add `via: [:get, :post]` option.
If you want to expose your action to GET, use `get` in the router:
Instead of: match "controller#action"
Do: get "controller#action"
(len: 313)
ObjectSpace stats:
TOTAL: 1142492
FREE: 669062
T_STRING: 179003
T_ARRAY: 114638
T_IMEMO: 80083
T_HASH: 61165
T_OBJECT: 12105
T_DATA: 10860
T_CLASS: 8103
T_REGEXP: 2492
T_ICLASS: 1745
T_MODULE: 1149
T_RATIONAL: 891
T_STRUCT: 602
T_SYMBOL: 468
T_NODE: 79
T_FILE: 18
T_BIGNUM: 15
T_FLOAT: 9
T_MATCH: 4
T_COMPLEX: 1
(len: 312)
ObjectSpace stats:
TOTAL: 1142492
FREE: 669062
T_STRING: 179003
T_ARRAY: 114638
T_IMEMO: 80083
T_HASH: 61165
T_OBJECT: 12105
T_DATA: 10860
T_CLASS: 8103
T_REGEXP: 2492
T_ICLASS: 1745
T_MODULE: 1149
T_RATIONAL: 891
T_STRUCT: 602
T_SYMBOL: 468
T_NODE: 79
T_FILE: 18
T_BIGNUM: 15
T_FLOAT: 9
T_MATCH: 4
T_COMPLEX: 1
1000 Largest strings:
(len: 312)
(?-mix:\"((?:[^\n\r\f\\"#]|#(?!\{)|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)\")|(?-mix:\'((?:[^\n\r\f\\'#]|#(?!\{)|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)\')
(len: 311)
, # "text_field",
@object_name, # @object_name,
method, # method,
objectify_options(options)) # objectify_options(options))
end # end
(len: 306)
app/controllers/application_controller.rb:97:in `true_user'
app/controllers/application_controller.rb:58:in `current_user'
app/controllers/application_controller.rb:81:in `logged_in?'
app/controllers/application_controller.rb:93:in `staff?'
app/controllers/application_controller.rb:19:in `peek_enabled?'
(len: 305)
tr[acevar] <variable> [[no]stop]
Start tracing variable <variable>.
If "stop" is specified, execution will stop every time the variable
changes its value. If nothing or "nostop" is specified, execution won't
stop, changes will just be logged in byebug's output.
(len: 304)
save[ FILE]
Saves current byebug state to FILE as a script file. This includes
breakpoints, catchpoints, display expressions and some settings. If no
filename is given, we will fabricate one.
Use the "source" command in another debug session to restore them.
(len: 301)
# Get a binding with 'self' set to self, and no locals.
#
# The default definee is determined by the context in which the
# definition is eval'd.
#
# Please don't call this method directly, see {__binding__}.
#
# @return [Binding]
def __pry__
binding
end
(len: 301)
# Get a binding with 'self' set to self, and no locals.
#
# The default definee is determined by the context in which the
# definition is eval'd.
#
# Please don't call this method directly, see {__binding__}.
#
# @return [Binding]
def __pry__
binding
end
(len: 301)
'--prefix=/Users/chris/.rbenv/versions/2.3.0' '--with-openssl-dir=/usr/local/opt/openssl' '--with-readline-dir=/usr/local/opt/readline' 'CC=clang' 'CFLAGS= -O3 -Wno-error=shorten-64-to-32 ' 'LDFLAGS=-L/Users/chris/.rbenv/versions/2.3.0/lib ' 'CPPFLAGS=-I/Users/chris/.rbenv/versions/2.3.0/include '
(len: 299)
Usage: save-file [OPTIONS] --to [FILE]
Export to a file using content from the REPL.
save-file my_method --to hello.rb
save-file -i 1..10 --to hello.rb --append
save-file show-method --to my_command.rb
save-file sample_file.rb --lines 2..10 --to output_file.rb
(len: 299)
'--prefix=/Users/chris/.rbenv/versions/2.3.0' '--with-openssl-dir=/usr/local/opt/openssl' '--with-readline-dir=/usr/local/opt/readline' 'CC=clang' 'CFLAGS= -O3 -Wno-error=shorten-64-to-32 ' 'LDFLAGS=-L/Users/chris/.rbenv/versions/2.3.0/lib ' 'CPPFLAGS=-I/Users/chris/.rbenv/versions/2.3.0/include '
(len: 299)
Usage: save-file [OPTIONS] --to [FILE]
Export to a file using content from the REPL.
save-file my_method --to hello.rb
save-file -i 1..10 --to hello.rb --append
save-file show-method --to my_command.rb
save-file sample_file.rb --lines 2..10 --to output_file.rb
(len: 299)
'--prefix=/Users/chris/.rbenv/versions/2.3.0' '--with-openssl-dir=/usr/local/opt/openssl' '--with-readline-dir=/usr/local/opt/readline' 'CC=clang' 'CFLAGS= -O3 -Wno-error=shorten-64-to-32 ' 'LDFLAGS=-L/Users/chris/.rbenv/versions/2.3.0/lib ' 'CPPFLAGS=-I/Users/chris/.rbenv/versions/2.3.0/include '
(len: 299)
Usage: continue [LINE]
Continue program execution until the next breakpoint, or the program
ends. Optionally continue to the specified line number.
Examples:
continue #=> Continue until the next breakpoint.
continue 4 #=> Continue to line number 4.
(len: 293)
Usage: continue [LINE]
Continue program execution until the next breakpoint, or the program
ends. Optionally continue to the specified line number.
Examples:
continue #=> Continue until the next breakpoint.
continue 4 #=> Continue to line number 4.
(len: 293)
CoffeeScript is a little language that compiles into JavaScript.
Underneath all of those embarrassing braces and semicolons,
JavaScript has always had a gorgeous object model at its heart.
CoffeeScript is an attempt to expose the good parts of JavaScript
in a simple way.
(len: 292)
TOTAL: 1142492
FREE: 669062
T_STRING: 179003
T_ARRAY: 114638
T_IMEMO: 80083
T_HASH: 61165
T_OBJECT: 12105
T_DATA: 10860
T_CLASS: 8103
T_REGEXP: 2492
T_ICLASS: 1745
T_MODULE: 1149
T_RATIONAL: 891
T_STRUCT: 602
T_SYMBOL: 468
T_NODE: 79
T_FILE: 18
T_BIGNUM: 15
T_FLOAT: 9
T_MATCH: 4
T_COMPLEX: 1
(len: 292)
CoffeeScript is a little language that compiles into JavaScript.
Underneath all of those embarrassing braces and semicolons,
JavaScript has always had a gorgeous object model at its heart.
CoffeeScript is an attempt to expose the good parts of JavaScript
in a simple way.
(len: 292)
TOTAL: 1142492
FREE: 669062
T_STRING: 179003
T_ARRAY: 114638
T_IMEMO: 80083
T_HASH: 61165
T_OBJECT: 12105
T_DATA: 10860
T_CLASS: 8103
T_REGEXP: 2492
T_ICLASS: 1745
T_MODULE: 1149
T_RATIONAL: 891
T_STRUCT: 602
T_SYMBOL: 468
T_NODE: 79
T_FILE: 18
T_BIGNUM: 15
T_FLOAT: 9
T_MATCH: 4
T_COMPLEX: 1
(len: 292)
-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens
(len: 290)
-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens
(len: 290)
-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens
(len: 290)
cond[ition] <n>[ expr]
Specify breakpoint number <n> to break only if <expr> is true. <n> is
an integer and <expr> is an expression to be evaluated whenever
breakpoint <n> is reached. If no expression is specified, the condition
is removed.
(len: 282)
Automatic updating of counter caches on through associations has been
deprecated, and will be removed in Rails 5. Instead, please set the
appropriate `counter_cache` options on the `has_many` and `belongs_to`
for your associations to
(len: 282)
(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)?
(len: 281)
(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)?
(len: 281)
(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)?
(len: 281)
\A(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])\z
(len: 276)
\A(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])\z
(len: 276)
You can no longer specify a git source by itself. Instead,
either use the :git option on a gem, or specify the gems that
bundler should find in the git source by passing a block to
the git method, like:
git 'git://github.com/rails/rails.git' do
gem 'rails'
end
(len: 273)
.instance_method(:execute).arity
args = (1..(arity < 0 ? ~arity : arity)).map {|i| "arg" + i.to_s }
args << "*opts" if arity < 0
args << "&block"
args = args.join(", ")
line = __LINE__; eval %[
def
(len: 272)
(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])
(len: 272)
(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])
(len: 272)
(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])
(len: 272)
(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])
(len: 272)
Psych is a YAML parser and emitter. Psych leverages libyaml[http://pyyaml.org/wiki/LibYAML]
for its YAML parsing and emitting capabilities. In addition to wrapping
libyaml, Psych also knows how to serialize and de-serialize most Ruby objects
to and from the YAML format.
(len: 272)
Psych is a YAML parser and emitter. Psych leverages libyaml[http://pyyaml.org/wiki/LibYAML]
for its YAML parsing and emitting capabilities. In addition to wrapping
libyaml, Psych also knows how to serialize and de-serialize most Ruby objects
to and from the YAML format.
(len: 272)
(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])
(len: 272)
(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])
(len: 272)
(
\\.
|
(?!url\()
[^"'/\#!;\{\}] # "
|
/(?![/*])
|
\#(?!\{)
|
!(?![a-z]) # TODO: never consume "!" when issue 1126 is fixed.
)+
(len: 269)
(
\\.
|
(?!url\()
[^"'/\#!;\{\}] # "
|
/(?![/*])
|
\#(?!\{)
|
!(?![a-z]) # TODO: never consume "!" when issue 1126 is fixed.
)+
(len: 269)
\{([+#./;?&=,!@|])?((?:((?:(?:(?:[a-zA-Z0-9_]|%[a-fA-F0-9][a-fA-F0-9])+)(?:\.?(?:(?:[a-zA-Z0-9_]|%[a-fA-F0-9][a-fA-F0-9])+))*))(\*|:\d+)?)(?:,(?:((?:(?:(?:[a-zA-Z0-9_]|%[a-fA-F0-9][a-fA-F0-9])+)(?:\.?(?:(?:[a-zA-Z0-9_]|%[a-fA-F0-9][a-fA-F0-9])+))*))(\*|:\d+)?))*)\}
(len: 265)
\{([+#./;?&=,!@|])?((?:((?:(?:(?:[a-zA-Z0-9_]|%[a-fA-F0-9][a-fA-F0-9])+)(?:\.?(?:(?:[a-zA-Z0-9_]|%[a-fA-F0-9][a-fA-F0-9])+))*))(\*|:\d+)?)(?:,(?:((?:(?:(?:[a-zA-Z0-9_]|%[a-fA-F0-9][a-fA-F0-9])+)(?:\.?(?:(?:[a-zA-Z0-9_]|%[a-fA-F0-9][a-fA-F0-9])+))*))(\*|:\d+)?))*)\}
(len: 265)
\A(?:[\-_.!~*'()a-zA-Z\d;@&=+$,]|%[a-fA-F\d]{2})+(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?\z
(len: 263)
((?:\d+\s*:\s*\d+(?:\s*:\s*\d+(?:[,.]\d*)?)?|\d+\s*h(?:\s*\d+m?(?:\s*\d+s?)?)?)(?:\s*[ap](?:m\b|\.m\.))?|\d+\s*[ap](?:m\b|\.m\.))(?:\s*((?:gmt|utc?)?[-+]\d+(?:[,.:]\d+(?::\d+)?)?|(?-i:[[:alpha:].\s]+)(?:standard|daylight)\stime\b|(?-i:[[:alpha:]]+)(?:\sdst)?\b))?
(len: 263)
"$user", public-SELECT "organizations".* FROM "organizations" INNER JOIN "organizations_users" ON "organizations"."id" = "organizations_users"."organization_id" WHERE "organizations"."deleted_at" IS NULL AND "organizations_users"."user_id" = $1 LIMIT 20 OFFSET 0
(len: 263)
\A(?:[\-_.!~*'()a-zA-Z\d;@&=+$,]|%[a-fA-F\d]{2})+(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?\z
(len: 263)
____ _______________________
/ \ | A W G |
/ O O \ | N I O N ! |
| | | S S R I ! |
\ \__/ / __| I K ! |
\____/ \________________________|
(len: 263)
fin[ish][ n_frames]
Execute until frame returns.
If no number is given, we run until the current frame returns. If a
number of frames `n_frames` is given, then we run until `n_frames`
return from the current position.
(len: 260)
Oops - You have a database configured, but it doesn't exist yet!
Here's how to get started:
1. Configure your database in config/database.yml.
2. Run `bin/rake db:create` to create the database.
3. Run `bin/rake db:setup` to load your database schema.
(len: 260)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts/peek/views/performance_bar.coffee?type=application/javascript&pipeline=self&id=c4a36c04c71681b1146d2d488ea40ffee569cbdea1e6b302c081df1623b568c7
(len: 260)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts/peek/views/performance_bar.coffee?type=application/javascript&pipeline=self&id=c4a36c04c71681b1146d2d488ea40ffee569cbdea1e6b302c081df1623b568c7
(len: 260)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts/peek/views/performance_bar.coffee?type=application/javascript&pipeline=self&id=c4a36c04c71681b1146d2d488ea40ffee569cbdea1e6b302c081df1623b568c7
(len: 260)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts/peek/views/performance_bar.coffee?type=application/javascript&pipeline=self&id=c4a36c04c71681b1146d2d488ea40ffee569cbdea1e6b302c081df1623b568c7
(len: 260)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts/peek/views/performance_bar.coffee?type=application/javascript&pipeline=self&id=c4a36c04c71681b1146d2d488ea40ffee569cbdea1e6b302c081df1623b568c7
(len: 260)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts/peek/views/performance_bar.coffee?type=application/javascript&pipeline=self&id=c4a36c04c71681b1146d2d488ea40ffee569cbdea1e6b302c081df1623b568c7
(len: 260)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts/peek/views/performance_bar.coffee?type=application/javascript&pipeline=self&id=c4a36c04c71681b1146d2d488ea40ffee569cbdea1e6b302c081df1623b568c7
(len: 260)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts/peek/views/performance_bar.coffee?type=application/javascript&pipeline=self&id=c4a36c04c71681b1146d2d488ea40ffee569cbdea1e6b302c081df1623b568c7
(len: 260)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts/peek/views/performance_bar.coffee?type=application/javascript&pipeline=self&id=c4a36c04c71681b1146d2d488ea40ffee569cbdea1e6b302c081df1623b568c7
(len: 260)
(?:[\-_.!~*'()a-zA-Z\d;@&=+$,]|%[a-fA-F\d]{2})+(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?
(len: 259)
(?:[\-_.!~*'()a-zA-Z\d;@&=+$,]|%[a-fA-F\d]{2})+(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?
(len: 259)
(?:[\-_.!~*'()a-zA-Z\d;@&=+$,]|%[a-fA-F\d]{2})+(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?
(len: 259)
url-prefix\((?-mix:[ \t\r\n\f]*)((?-mix:[#%&*-~]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*?)((?-mix:[ \t\r\n\f]*)\)|#\{)
(len: 258)
Rack::Test is a small, simple testing API for Rack apps. It can be used on its
own or as a reusable starting point for Web frameworks and testing libraries
to build on. Most of its initial functionality is an extraction of Merb 1.0's
request helpers feature.
(len: 258)
Rack::Test is a small, simple testing API for Rack apps. It can be used on its
own or as a reusable starting point for Web frameworks and testing libraries
to build on. Most of its initial functionality is an extraction of Merb 1.0's
request helpers feature.
(len: 258)
def initialize(*args)
@hash = RBTree.new
super
end
def add(o)
o.respond_to?(:<=>) or raise ArgumentError, "value must respond to <=>"
super
end
alias << add
(len: 256)
Sass makes CSS fun again. Sass is an extension of CSS3, adding
nested rules, variables, mixins, selector inheritance, and more.
It's translated to well-formatted, standard CSS using the
command line tool or a web-framework plugin.
(len: 255)
Sass makes CSS fun again. Sass is an extension of CSS3, adding
nested rules, variables, mixins, selector inheritance, and more.
It's translated to well-formatted, standard CSS using the
command line tool or a web-framework plugin.
(len: 255)
domain\((?-mix:[ \t\r\n\f]*)((?-mix:[#%&*-~]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*?)((?-mix:[ \t\r\n\f]*)\)|#\{)
(len: 254)
(num = nil)
limit(default_per_page).offset(default_per_page * ((num = num.to_i - 1) < 0 ? 0 : num)).extending do
include Kaminari::ActiveRecordRelationMethods
include Kaminari::PageScopeMethods
end
end
(len: 254)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts/peek/views/performance_bar.coffee?type=application/javascript&pipeline=self&id=c4a36c04c71681b1146d2d488ea40ffee569cbdea1e6b302c081df1623b568c7
(len: 253)
Usage: show-middleware [-G]
show-middleware shows the Rails app's middleware.
If this pry REPL is attached to a Rails server, the entire middleware
stack is displayed. Otherwise, only the middleware Rails knows about is
printed.
(len: 252)
Usage: show-middleware [-G]
show-middleware shows the Rails app's middleware.
If this pry REPL is attached to a Rails server, the entire middleware
stack is displayed. Otherwise, only the middleware Rails knows about is
printed.
(len: 252)
SELECT COUNT(*)
FROM pg_class c
LEFT JOIN pg_namespace n ON n.oid = c.relnamespace
WHERE c.relkind IN ('r','v','m') -- (r)elation/table, (v)iew, (m)aterialized view
AND c.relname = '
(len: 252)
config.eager_load is set to nil. Please update your config/environments/*.rb files accordingly:
* development - set it to false
* test - set it to false (unless you use a tool that preloads your test environment)
* production - set it to true
(len: 251)
url\((?-mix:[ \t\r\n\f]*)((?-mix:[#%&*-~]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*?)((?-mix:[ \t\r\n\f]*)\)|#\{)
(len: 251)
You are calling a `*_path` helper with the `only_path` option
explicitly set to `false`. This option will stop working on
path helpers in Rails 5. Use the corresponding `*_url` helper
instead.
(len: 249)
SELECT attr.attname
FROM pg_attribute attr
INNER JOIN pg_constraint cons ON attr.attrelid = cons.conrelid AND attr.attnum = any(cons.conkey)
WHERE cons.contype = 'p'
AND cons.conrelid = '
(len: 249)
q[uit] [!|unconditionally]
Exits from byebug.
Normally we prompt before exiting. However if the parameter
"unconditionally" is given or command is suffixed with !, we exit
without asking further questions.
(len: 248)
SELECT "organizations".* FROM "organizations" INNER JOIN "organizations_users" ON "organizations"."id" = "organizations_users"."organization_id" WHERE "organizations"."deleted_at" IS NULL AND "organizations_users"."user_id" = $1 LIMIT 20 OFFSET 0
(len: 247)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/jquery-turbolinks-2.1.0/vendor/assets/javascripts/jquery.turbolinks.js?type=application/javascript&pipeline=self&id=e9f0cda545140a9b0e72f1add099f73f168e2dcfca8e16e3f88fb5f6dc4eca3c
(len: 247)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/jquery-turbolinks-2.1.0/vendor/assets/javascripts/jquery.turbolinks.js?type=application/javascript&pipeline=self&id=e9f0cda545140a9b0e72f1add099f73f168e2dcfca8e16e3f88fb5f6dc4eca3c
(len: 247)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/jquery-turbolinks-2.1.0/vendor/assets/javascripts/jquery.turbolinks.js?type=application/javascript&pipeline=self&id=e9f0cda545140a9b0e72f1add099f73f168e2dcfca8e16e3f88fb5f6dc4eca3c
(len: 247)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/jquery-turbolinks-2.1.0/vendor/assets/javascripts/jquery.turbolinks.js?type=application/javascript&pipeline=self&id=e9f0cda545140a9b0e72f1add099f73f168e2dcfca8e16e3f88fb5f6dc4eca3c
(len: 247)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/jquery-turbolinks-2.1.0/vendor/assets/javascripts/jquery.turbolinks.js?type=application/javascript&pipeline=self&id=e9f0cda545140a9b0e72f1add099f73f168e2dcfca8e16e3f88fb5f6dc4eca3c
(len: 247)
SELECT "organizations".* FROM "organizations" INNER JOIN "organizations_users" ON "organizations"."id" = "organizations_users"."organization_id" WHERE "organizations"."deleted_at" IS NULL AND "organizations_users"."user_id" = $1 LIMIT 20 OFFSET 0
(len: 247)
For a better Pry experience on Windows, please use ansicon:
https://github.com/adoxa/ansicon
If you use an alternative to ansicon and don't want to see this warning again,
you can add "Pry.config.windows_console_warning = false" to your .pryrc.
(len: 247)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/jquery-turbolinks-2.1.0/vendor/assets/javascripts/jquery.turbolinks.js?type=application/javascript&pipeline=self&id=e9f0cda545140a9b0e72f1add099f73f168e2dcfca8e16e3f88fb5f6dc4eca3c
(len: 247)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/jquery-turbolinks-2.1.0/vendor/assets/javascripts/jquery.turbolinks.js?type=application/javascript&pipeline=self&id=e9f0cda545140a9b0e72f1add099f73f168e2dcfca8e16e3f88fb5f6dc4eca3c
(len: 247)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/jquery-turbolinks-2.1.0/vendor/assets/javascripts/jquery.turbolinks.js?type=application/javascript&pipeline=self&id=e9f0cda545140a9b0e72f1add099f73f168e2dcfca8e16e3f88fb5f6dc4eca3c
(len: 247)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Classroom for GitHub</title>
(len: 246)
Warning: this Gemfile contains multiple primary sources. Each source after the first must include a block to indicate which gems should come from that source. To downgrade this error to a warning, run `bundle config --delete disable_multisource`
(len: 245)
-----BEGIN DH PARAMETERS-----
MIGHAoGBAJ0lOVy0VIr/JebWn0zDwY2h+rqITFOpdNr6ugsgvkDXuucdcChhYExJ
AV/ZD2AWPbrTqV76mGRgJg4EddgT1zG0jq3rnFdMj2XzkBYx3BVvfR0Arnby0RHR
T4h7KZ/2zmjvV+eF8kBUHBJAojUlzxKj4QeO2x20FP9X5xmNUXeDAgEC
-----END DH PARAMETERS-----
(len: 245)
^(?:((?:(?:(?:[a-zA-Z0-9_]|%[a-fA-F0-9][a-fA-F0-9])+)(?:\.?(?:(?:[a-zA-Z0-9_]|%[a-fA-F0-9][a-fA-F0-9])+))*))(\*|:\d+)?)(?:,(?:((?:(?:(?:[a-zA-Z0-9_]|%[a-fA-F0-9][a-fA-F0-9])+)(?:\.?(?:(?:[a-zA-Z0-9_]|%[a-fA-F0-9][a-fA-F0-9])+))*))(\*|:\d+)?))*$
(len: 244)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets/peek/views/performance_bar.scss?type=text/css&pipeline=self&id=ca7851d37a0ed9546a10c98e1497799428d984a7eee85f39c51e08353798477a
(len: 244)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets/peek/views/performance_bar.scss?type=text/css&pipeline=self&id=ca7851d37a0ed9546a10c98e1497799428d984a7eee85f39c51e08353798477a
(len: 244)
cat[ch][ (off|<exception>[ off])]
"catch" lists catchpoints.
"catch off" deletes all catchpoints.
"catch <exception>" enables handling <exception>.
"catch <exception> off" disables handling <exception>.
(len: 244)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets/peek/views/performance_bar.scss?type=text/css&pipeline=self&id=ca7851d37a0ed9546a10c98e1497799428d984a7eee85f39c51e08353798477a
(len: 244)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets/peek/views/performance_bar.scss?type=text/css&pipeline=self&id=ca7851d37a0ed9546a10c98e1497799428d984a7eee85f39c51e08353798477a
(len: 244)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets/peek/views/performance_bar.scss?type=text/css&pipeline=self&id=ca7851d37a0ed9546a10c98e1497799428d984a7eee85f39c51e08353798477a
(len: 244)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets/peek/views/performance_bar.scss?type=text/css&pipeline=self&id=ca7851d37a0ed9546a10c98e1497799428d984a7eee85f39c51e08353798477a
(len: 244)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets/peek/views/performance_bar.scss?type=text/css&pipeline=self&id=ca7851d37a0ed9546a10c98e1497799428d984a7eee85f39c51e08353798477a
(len: 244)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets/peek/views/performance_bar.scss?type=text/css&pipeline=self&id=ca7851d37a0ed9546a10c98e1497799428d984a7eee85f39c51e08353798477a
(len: 244)
^(?:((?:(?:(?:[a-zA-Z0-9_]|%[a-fA-F0-9][a-fA-F0-9])+)(?:\.?(?:(?:[a-zA-Z0-9_]|%[a-fA-F0-9][a-fA-F0-9])+))*))(\*|:\d+)?)(?:,(?:((?:(?:(?:[a-zA-Z0-9_]|%[a-fA-F0-9][a-fA-F0-9])+)(?:\.?(?:(?:[a-zA-Z0-9_]|%[a-fA-F0-9][a-fA-F0-9])+))*))(\*|:\d+)?))*$
(len: 244)
. For security reasons, never directly set the variant to a user-provided value, like params[:variant].to_sym. Check user-provided value against a whitelist first, then set the variant: request.variant = :tablet if params[:variant] == 'tablet'
(len: 243)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-dalli-1.1.3/app/assets/javascripts/peek/views/dalli.coffee?type=application/javascript&pipeline=self&id=192c6c75daa621a256411a10539ddee1e86f9d573b304de073b60429385be4ca
(len: 240)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-dalli-1.1.3/app/assets/javascripts/peek/views/dalli.coffee?type=application/javascript&pipeline=self&id=192c6c75daa621a256411a10539ddee1e86f9d573b304de073b60429385be4ca
(len: 240)
Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser. Among
Nokogiri's many features is the ability to search documents via XPath
or CSS3 selectors.
XML is like violence - if it doesn’t solve your problems, you are not
using enough of it.
(len: 240)
Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser. Among
Nokogiri's many features is the ability to search documents via XPath
or CSS3 selectors.
XML is like violence - if it doesn’t solve your problems, you are not
using enough of it.
(len: 240)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/jquery-turbolinks-2.1.0/vendor/assets/javascripts/jquery.turbolinks.js?type=application/javascript&pipeline=self&id=e9f0cda545140a9b0e72f1add099f73f168e2dcfca8e16e3f88fb5f6dc4eca3c
(len: 240)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-dalli-1.1.3/app/assets/javascripts/peek/views/dalli.coffee?type=application/javascript&pipeline=self&id=192c6c75daa621a256411a10539ddee1e86f9d573b304de073b60429385be4ca
(len: 240)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-dalli-1.1.3/app/assets/javascripts/peek/views/dalli.coffee?type=application/javascript&pipeline=self&id=192c6c75daa621a256411a10539ddee1e86f9d573b304de073b60429385be4ca
(len: 240)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-dalli-1.1.3/app/assets/javascripts/peek/views/dalli.coffee?type=application/javascript&pipeline=self&id=192c6c75daa621a256411a10539ddee1e86f9d573b304de073b60429385be4ca
(len: 240)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-dalli-1.1.3/app/assets/javascripts/peek/views/dalli.coffee?type=application/javascript&pipeline=self&id=192c6c75daa621a256411a10539ddee1e86f9d573b304de073b60429385be4ca
(len: 240)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-dalli-1.1.3/app/assets/javascripts/peek/views/dalli.coffee?type=application/javascript&pipeline=self&id=192c6c75daa621a256411a10539ddee1e86f9d573b304de073b60429385be4ca
(len: 240)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-dalli-1.1.3/app/assets/javascripts/peek/views/dalli.coffee?type=application/javascript&pipeline=self&id=192c6c75daa621a256411a10539ddee1e86f9d573b304de073b60429385be4ca
(len: 240)
\A\s*
(?:Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday),\x20
(\d\d)-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d\d)\x20
(\d\d):(\d\d):(\d\d)\x20
GMT
\s*\z
(len: 239)
\A\s*
(?:Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday),\x20
(\d\d)-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d\d)\x20
(\d\d):(\d\d):(\d\d)\x20
GMT
\s*\z
(len: 239)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts/peek/vendor/jquery.tipsy.js?type=application/javascript&pipeline=self&id=5229f79720f62c5610dd213e2bda0a3a9965b129c383ad3312cb31723d7053cf
(len: 238)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts/peek/vendor/jquery.tipsy.js?type=application/javascript&pipeline=self&id=5229f79720f62c5610dd213e2bda0a3a9965b129c383ad3312cb31723d7053cf
(len: 238)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts/peek/vendor/jquery.tipsy.js?type=application/javascript&pipeline=self&id=5229f79720f62c5610dd213e2bda0a3a9965b129c383ad3312cb31723d7053cf
(len: 238)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts/peek/vendor/jquery.tipsy.js?type=application/javascript&pipeline=self&id=5229f79720f62c5610dd213e2bda0a3a9965b129c383ad3312cb31723d7053cf
(len: 238)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts/peek/vendor/jquery.tipsy.js?type=application/javascript&pipeline=self&id=5229f79720f62c5610dd213e2bda0a3a9965b129c383ad3312cb31723d7053cf
(len: 238)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts/peek/vendor/jquery.tipsy.js?type=application/javascript&pipeline=self&id=5229f79720f62c5610dd213e2bda0a3a9965b129c383ad3312cb31723d7053cf
(len: 238)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts/peek/vendor/jquery.tipsy.js?type=application/javascript&pipeline=self&id=5229f79720f62c5610dd213e2bda0a3a9965b129c383ad3312cb31723d7053cf
(len: 238)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts/peek/vendor/jquery.tipsy.js?type=application/javascript&pipeline=self&id=5229f79720f62c5610dd213e2bda0a3a9965b129c383ad3312cb31723d7053cf
(len: 238)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets/peek/views/performance_bar.scss?type=text/css&pipeline=self&id=ca7851d37a0ed9546a10c98e1497799428d984a7eee85f39c51e08353798477a
(len: 237)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/local_time-1.0.3/app/assets/javascripts/local_time.js.coffee?type=application/javascript&pipeline=self&id=0a25ddd3e883d6d6453e2ff7a5a54f5b459835958f64027dc286c2e18cc9aaf3
(len: 237)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/local_time-1.0.3/app/assets/javascripts/local_time.js.coffee?type=application/javascript&pipeline=self&id=0a25ddd3e883d6d6453e2ff7a5a54f5b459835958f64027dc286c2e18cc9aaf3
(len: 237)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/turbolinks-2.5.3/lib/assets/javascripts/turbolinks.js.coffee?type=application/javascript&pipeline=self&id=b1428ed50fb31f00c285409efe426b19af887ec8d1d1dd15e44c8d403da71659
(len: 237)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/turbolinks-2.5.3/lib/assets/javascripts/turbolinks.js.coffee?type=application/javascript&pipeline=self&id=b1428ed50fb31f00c285409efe426b19af887ec8d1d1dd15e44c8d403da71659
(len: 237)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/local_time-1.0.3/app/assets/javascripts/local_time.js.coffee?type=application/javascript&pipeline=self&id=0a25ddd3e883d6d6453e2ff7a5a54f5b459835958f64027dc286c2e18cc9aaf3
(len: 237)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/turbolinks-2.5.3/lib/assets/javascripts/turbolinks.js.coffee?type=application/javascript&pipeline=self&id=b1428ed50fb31f00c285409efe426b19af887ec8d1d1dd15e44c8d403da71659
(len: 237)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/local_time-1.0.3/app/assets/javascripts/local_time.js.coffee?type=application/javascript&pipeline=self&id=0a25ddd3e883d6d6453e2ff7a5a54f5b459835958f64027dc286c2e18cc9aaf3
(len: 237)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/turbolinks-2.5.3/lib/assets/javascripts/turbolinks.js.coffee?type=application/javascript&pipeline=self&id=b1428ed50fb31f00c285409efe426b19af887ec8d1d1dd15e44c8d403da71659
(len: 237)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/turbolinks-2.5.3/lib/assets/javascripts/turbolinks.js.coffee?type=application/javascript&pipeline=self&id=b1428ed50fb31f00c285409efe426b19af887ec8d1d1dd15e44c8d403da71659
(len: 237)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/local_time-1.0.3/app/assets/javascripts/local_time.js.coffee?type=application/javascript&pipeline=self&id=0a25ddd3e883d6d6453e2ff7a5a54f5b459835958f64027dc286c2e18cc9aaf3
(len: 237)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/turbolinks-2.5.3/lib/assets/javascripts/turbolinks.js.coffee?type=application/javascript&pipeline=self&id=b1428ed50fb31f00c285409efe426b19af887ec8d1d1dd15e44c8d403da71659
(len: 237)
` was called without specifying an option for `null`. In Rails 5,
this behavior will change to `null: false`. You should manually specify
`null: true` to prevent the behavior of your existing migrations from changing.
(len: 237)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/local_time-1.0.3/app/assets/javascripts/local_time.js.coffee?type=application/javascript&pipeline=self&id=0a25ddd3e883d6d6453e2ff7a5a54f5b459835958f64027dc286c2e18cc9aaf3
(len: 237)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/turbolinks-2.5.3/lib/assets/javascripts/turbolinks.js.coffee?type=application/javascript&pipeline=self&id=b1428ed50fb31f00c285409efe426b19af887ec8d1d1dd15e44c8d403da71659
(len: 237)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/turbolinks-2.5.3/lib/assets/javascripts/turbolinks.js.coffee?type=application/javascript&pipeline=self&id=b1428ed50fb31f00c285409efe426b19af887ec8d1d1dd15e44c8d403da71659
(len: 237)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/local_time-1.0.3/app/assets/javascripts/local_time.js.coffee?type=application/javascript&pipeline=self&id=0a25ddd3e883d6d6453e2ff7a5a54f5b459835958f64027dc286c2e18cc9aaf3
(len: 237)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/local_time-1.0.3/app/assets/javascripts/local_time.js.coffee?type=application/javascript&pipeline=self&id=0a25ddd3e883d6d6453e2ff7a5a54f5b459835958f64027dc286c2e18cc9aaf3
(len: 237)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery-readyselector/jquery.readyselector.js?type=application/javascript&pipeline=self&id=dd225ceba3857bcad2e67b74a62737d95d12e482604c6ea0d59e3cff5037fcc0
(len: 235)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery-readyselector/jquery.readyselector.js?type=application/javascript&pipeline=self&id=dd225ceba3857bcad2e67b74a62737d95d12e482604c6ea0d59e3cff5037fcc0
(len: 235)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery-readyselector/jquery.readyselector.js?type=application/javascript&pipeline=self&id=dd225ceba3857bcad2e67b74a62737d95d12e482604c6ea0d59e3cff5037fcc0
(len: 235)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery-readyselector/jquery.readyselector.js?type=application/javascript&pipeline=self&id=dd225ceba3857bcad2e67b74a62737d95d12e482604c6ea0d59e3cff5037fcc0
(len: 235)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery-readyselector/jquery.readyselector.js?type=application/javascript&pipeline=self&id=dd225ceba3857bcad2e67b74a62737d95d12e482604c6ea0d59e3cff5037fcc0
(len: 235)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery-readyselector/jquery.readyselector.js?type=application/javascript&pipeline=self&id=dd225ceba3857bcad2e67b74a62737d95d12e482604c6ea0d59e3cff5037fcc0
(len: 235)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery-readyselector/jquery.readyselector.js?type=application/javascript&pipeline=self&id=dd225ceba3857bcad2e67b74a62737d95d12e482604c6ea0d59e3cff5037fcc0
(len: 235)
SELECT COUNT(*)
FROM pg_class t
INNER JOIN pg_index d ON t.oid = d.indrelid
INNER JOIN pg_class i ON d.indexrelid = i.oid
WHERE i.relkind = 'i'
AND i.relname = '
(len: 235)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery-readyselector/jquery.readyselector.js?type=application/javascript&pipeline=self&id=dd225ceba3857bcad2e67b74a62737d95d12e482604c6ea0d59e3cff5037fcc0
(len: 235)
# boundary delimiter
(?:--)? # with non-capturing optional closing
)
(?=\s*$) # lookahead matching zero or more spaces followed by line-ending
(len: 234)
app/controllers/organizations_controller.rb:120:in `block in set_users_github_organizations'
app/controllers/organizations_controller.rb:118:in `map'
app/controllers/organizations_controller.rb:118:in `set_users_github_organizations'
(len: 234)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-dalli-1.1.3/app/assets/javascripts/peek/views/dalli.coffee?type=application/javascript&pipeline=self&id=192c6c75daa621a256411a10539ddee1e86f9d573b304de073b60429385be4ca
(len: 233)
edit[ file:lineno] Edit specified files.
With no argument, edits file containing most recent line listed. Editing
targets can also be specified to start editing at a specific line in a
specific file.
(len: 233)
Ruby/ProgressBar is an extremely flexible text progress bar library for Ruby.
The output can be customized with a flexible formatting system including:
percentage, bars of various formats, elapsed time and estimated time remaining.
(len: 232)
Ruby/ProgressBar is an extremely flexible text progress bar library for Ruby.
The output can be customized with a flexible formatting system including:
percentage, bars of various formats, elapsed time and estimated time remaining.
(len: 232)
Support for calling #default_scope without a block is removed. For example instead of `default_scope where(color: 'red')`, please use `default_scope { where(color: 'red') }`. (Alternatively you can just redefine self.default_scope.)
(len: 232)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts/peek/vendor/jquery.tipsy.js?type=application/javascript&pipeline=self&id=5229f79720f62c5610dd213e2bda0a3a9965b129c383ad3312cb31723d7053cf
(len: 231)
^(?:[-+]?([0-9][0-9_,]*)?\.[0-9]*([eE][-+][0-9]+)?(?# base 10)
|[-+]?[0-9][0-9_,]*(:[0-5]?[0-9])+\.[0-9_]*(?# base 60)
|[-+]?\.(inf|Inf|INF)(?# infinity)
|\.(nan|NaN|NAN)(?# not a number))$
(len: 231)
^(?:[-+]?([0-9][0-9_,]*)?\.[0-9]*([eE][-+][0-9]+)?(?# base 10)
|[-+]?[0-9][0-9_,]*(:[0-5]?[0-9])+\.[0-9_]*(?# base 60)
|[-+]?\.(inf|Inf|INF)(?# infinity)
|\.(nan|NaN|NAN)(?# not a number))$
(len: 231)
\A\s*
(?:Mon|Tue|Wed|Thu|Fri|Sat|Sun)\x20
(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\x20
(\d\d|\x20\d)\x20
(\d\d):(\d\d):(\d\d)\x20
(\d{4})
\s*\z
(len: 230)
(\\)? # is it escaped with a backslash?
(\$) # literal $
\{? # allow brace wrapping
([A-Z0-9_]+) # match the variable
\}? # closing brace
(len: 230)
\A\s*
(?:Mon|Tue|Wed|Thu|Fri|Sat|Sun)\x20
(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\x20
(\d\d|\x20\d)\x20
(\d\d):(\d\d):(\d\d)\x20
(\d{4})
\s*\z
(len: 230)
(\\)? # is it escaped with a backslash?
(\$) # literal $
\{? # allow brace wrapping
([A-Z0-9_]+) # match the variable
\}? # closing brace
(len: 230)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/turbolinks-2.5.3/lib/assets/javascripts/turbolinks.js.coffee?type=application/javascript&pipeline=self&id=b1428ed50fb31f00c285409efe426b19af887ec8d1d1dd15e44c8d403da71659
(len: 230)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/local_time-1.0.3/app/assets/javascripts/local_time.js.coffee?type=application/javascript&pipeline=self&id=0a25ddd3e883d6d6453e2ff7a5a54f5b459835958f64027dc286c2e18cc9aaf3
(len: 230)
\A\s*
(?:Mon|Tue|Wed|Thu|Fri|Sat|Sun),\x20
(\d{2})\x20
(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\x20
(\d{4})\x20
(\d{2}):(\d{2}):(\d{2})\x20
GMT
\s*\z
(len: 228)
\A\s*
(?:Mon|Tue|Wed|Thu|Fri|Sat|Sun),\x20
(\d{2})\x20
(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\x20
(\d{4})\x20
(\d{2}):(\d{2}):(\d{2})\x20
GMT
\s*\z
(len: 228)
Feature flipper is the act of enabling/disabling features in your application, ideally without re-deploying or changing anything in your code base. Flipper makes this extremely easy to do with any backend you would like to use.
(len: 227)
Feature flipper is the act of enabling/disabling features in your application, ideally without re-deploying or changing anything in your code base. Flipper makes this extremely easy to do with any backend you would like to use.
(len: 227)
((?-mix:[#%&*-~]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*?)((?-mix:[ \t\r\n\f]*)\)|#\{)
(len: 226)
# This file is used by Rack-based servers to start the application.
require ::File.expand_path('../config/environment', __FILE__)
use Rack::CanonicalHost, ENV['CANONICAL_HOST'] if ENV['CANONICAL_HOST']
run Rails.application
(len: 226)
# This file is used by Rack-based servers to start the application.
require ::File.expand_path('../config/environment', __FILE__)
use Rack::CanonicalHost, ENV['CANONICAL_HOST'] if ENV['CANONICAL_HOST']
run Rails.application
(len: 226)
In showing a long lists, sometimes one would prefer to see the value
arranged aligned in columns. Some examples include listing methods
of an object or debugger commands.
See Examples in the rdoc documentation for examples.
(len: 225)
In showing a long lists, sometimes one would prefer to see the value
arranged aligned in columns. Some examples include listing methods
of an object or debugger commands.
See Examples in the rdoc documentation for examples.
(len: 225)
<div class="blankslate large-format spacious clean-background">
<h3>You’re not managing any classrooms yet.</h3>
<p>You can begin creating assignments once you have at least one classroom.</p>
(len: 224)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts/peek.coffee?type=application/javascript&pipeline=self&id=436767e677e1f2d4a3f21a22b6b0d464884ec33300a61c496bfa24785f6e73ed
(len: 222)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts/peek.coffee?type=application/javascript&pipeline=self&id=436767e677e1f2d4a3f21a22b6b0d464884ec33300a61c496bfa24785f6e73ed
(len: 222)
Usage: next [LINES]
Step over within the same frame. By default, moves forward a single
line.
Examples:
next #=> Move a single line forward.
next 4 #=> Execute the next 4 lines.
(len: 222)
Usage: next [LINES]
Step over within the same frame. By default, moves forward a single
line.
Examples:
next #=> Move a single line forward.
next 4 #=> Execute the next 4 lines.
(len: 222)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts/peek.coffee?type=application/javascript&pipeline=self&id=436767e677e1f2d4a3f21a22b6b0d464884ec33300a61c496bfa24785f6e73ed
(len: 222)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts/peek.coffee?type=application/javascript&pipeline=self&id=436767e677e1f2d4a3f21a22b6b0d464884ec33300a61c496bfa24785f6e73ed
(len: 222)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts/peek.coffee?type=application/javascript&pipeline=self&id=436767e677e1f2d4a3f21a22b6b0d464884ec33300a61c496bfa24785f6e73ed
(len: 222)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts/peek.coffee?type=application/javascript&pipeline=self&id=436767e677e1f2d4a3f21a22b6b0d464884ec33300a61c496bfa24785f6e73ed
(len: 222)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts/peek.coffee?type=application/javascript&pipeline=self&id=436767e677e1f2d4a3f21a22b6b0d464884ec33300a61c496bfa24785f6e73ed
(len: 222)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts/peek.coffee?type=application/javascript&pipeline=self&id=436767e677e1f2d4a3f21a22b6b0d464884ec33300a61c496bfa24785f6e73ed
(len: 222)
Security warning: an embedded <script> tag on another site requested protected JavaScript. If you know what you're doing, go ahead and disable forgery protection on this action to permit cross-origin JavaScript embedding.
(len: 221)
Security warning: an embedded <script> tag on another site requested protected JavaScript. If you know what you're doing, go ahead and disable forgery protection on this action to permit cross-origin JavaScript embedding.
(len: 221)
h[elp][ <cmd>[ <subcmd>]]
help -- prints this help.
help <cmd> -- prints help on command <cmd>.
help <cmd> <subcmd> -- prints help on <cmd>'s subcommand <subcmd>.
(len: 220)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss?type=text/css&pipeline=self&id=e7b13e09446e4751055cfe9119d4a71683b91461a3cea7fd4c19ed5ddd38a26f
(len: 219)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss?type=text/css&pipeline=self&id=e7b13e09446e4751055cfe9119d4a71683b91461a3cea7fd4c19ed5ddd38a26f
(len: 219)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss?type=text/css&pipeline=self&id=e7b13e09446e4751055cfe9119d4a71683b91461a3cea7fd4c19ed5ddd38a26f
(len: 219)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss?type=text/css&pipeline=self&id=e7b13e09446e4751055cfe9119d4a71683b91461a3cea7fd4c19ed5ddd38a26f
(len: 219)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss?type=text/css&pipeline=self&id=e7b13e09446e4751055cfe9119d4a71683b91461a3cea7fd4c19ed5ddd38a26f
(len: 219)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss?type=text/css&pipeline=self&id=e7b13e09446e4751055cfe9119d4a71683b91461a3cea7fd4c19ed5ddd38a26f
(len: 219)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss?type=text/css&pipeline=self&id=e7b13e09446e4751055cfe9119d4a71683b91461a3cea7fd4c19ed5ddd38a26f
(len: 219)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss?type=text/css&pipeline=self&id=e7b13e09446e4751055cfe9119d4a71683b91461a3cea7fd4c19ed5ddd38a26f
(len: 219)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/clipboard/dist/clipboard.js?type=application/javascript&pipeline=self&id=34a75969c006d9b83b3ccce01b563d6a23774f05148986b9e85279bebb4a7236
(len: 218)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/group-assignment-invitations.coffee?type=application/javascript&pipeline=self&id=e6ac9247d82dfa47e6096330dbabe93fbf91e9eaeb57158cada4ecc11e150c38
(len: 218)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/group-assignment-invitations.coffee?type=application/javascript&pipeline=self&id=e6ac9247d82dfa47e6096330dbabe93fbf91e9eaeb57158cada4ecc11e150c38
(len: 218)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/group-assignment-invitations.coffee?type=application/javascript&pipeline=self&id=e6ac9247d82dfa47e6096330dbabe93fbf91e9eaeb57158cada4ecc11e150c38
(len: 218)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/group-assignment-invitations.coffee?type=application/javascript&pipeline=self&id=e6ac9247d82dfa47e6096330dbabe93fbf91e9eaeb57158cada4ecc11e150c38
(len: 218)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/group-assignment-invitations.coffee?type=application/javascript&pipeline=self&id=e6ac9247d82dfa47e6096330dbabe93fbf91e9eaeb57158cada4ecc11e150c38
(len: 218)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/clipboard/dist/clipboard.js?type=application/javascript&pipeline=self&id=34a75969c006d9b83b3ccce01b563d6a23774f05148986b9e85279bebb4a7236
(len: 218)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/clipboard/dist/clipboard.js?type=application/javascript&pipeline=self&id=34a75969c006d9b83b3ccce01b563d6a23774f05148986b9e85279bebb4a7236
(len: 218)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/group-assignment-invitations.coffee?type=application/javascript&pipeline=self&id=e6ac9247d82dfa47e6096330dbabe93fbf91e9eaeb57158cada4ecc11e150c38
(len: 218)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/clipboard/dist/clipboard.js?type=application/javascript&pipeline=self&id=34a75969c006d9b83b3ccce01b563d6a23774f05148986b9e85279bebb4a7236
(len: 218)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/clipboard/dist/clipboard.js?type=application/javascript&pipeline=self&id=34a75969c006d9b83b3ccce01b563d6a23774f05148986b9e85279bebb4a7236
(len: 218)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/group-assignment-invitations.coffee?type=application/javascript&pipeline=self&id=e6ac9247d82dfa47e6096330dbabe93fbf91e9eaeb57158cada4ecc11e150c38
(len: 218)
option is deprecated and has no effect. Until Rails 5 the old behavior can still be installed. To do this add the `rails-deprecated-sanitizer` to your Gemfile. Consult the Rails 4.2 upgrade guide for more information.
(len: 218)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/group-assignment-invitations.coffee?type=application/javascript&pipeline=self&id=e6ac9247d82dfa47e6096330dbabe93fbf91e9eaeb57158cada4ecc11e150c38
(len: 218)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/clipboard/dist/clipboard.js?type=application/javascript&pipeline=self&id=34a75969c006d9b83b3ccce01b563d6a23774f05148986b9e85279bebb4a7236
(len: 218)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/clipboard/dist/clipboard.js?type=application/javascript&pipeline=self&id=34a75969c006d9b83b3ccce01b563d6a23774f05148986b9e85279bebb4a7236
(len: 218)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/clipboard/dist/clipboard.js?type=application/javascript&pipeline=self&id=34a75969c006d9b83b3ccce01b563d6a23774f05148986b9e85279bebb4a7236
(len: 218)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/group-assignment-invitations.coffee?type=application/javascript&pipeline=self&id=e6ac9247d82dfa47e6096330dbabe93fbf91e9eaeb57158cada4ecc11e150c38
(len: 218)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/js-cookie/src/js.cookie.js?type=application/javascript&pipeline=self&id=10886929175044df18f6052f6bddd41ade069b28ff0ea0908f1249a27ce12229
(len: 217)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/js-cookie/src/js.cookie.js?type=application/javascript&pipeline=self&id=10886929175044df18f6052f6bddd41ade069b28ff0ea0908f1249a27ce12229
(len: 217)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/js-cookie/src/js.cookie.js?type=application/javascript&pipeline=self&id=10886929175044df18f6052f6bddd41ade069b28ff0ea0908f1249a27ce12229
(len: 217)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/js-cookie/src/js.cookie.js?type=application/javascript&pipeline=self&id=10886929175044df18f6052f6bddd41ade069b28ff0ea0908f1249a27ce12229
(len: 217)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/js-cookie/src/js.cookie.js?type=application/javascript&pipeline=self&id=10886929175044df18f6052f6bddd41ade069b28ff0ea0908f1249a27ce12229
(len: 217)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/js-cookie/src/js.cookie.js?type=application/javascript&pipeline=self&id=10886929175044df18f6052f6bddd41ade069b28ff0ea0908f1249a27ce12229
(len: 217)
def Raise(err = nil, *rest)
Exception2MessageMapper.Raise(self.class, err, *rest)
end
alias Fail Raise
def self.included(mod)
mod.extend Exception2MessageMapper
end
(len: 217)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/js-cookie/src/js.cookie.js?type=application/javascript&pipeline=self&id=10886929175044df18f6052f6bddd41ade069b28ff0ea0908f1249a27ce12229
(len: 217)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/js-cookie/src/js.cookie.js?type=application/javascript&pipeline=self&id=10886929175044df18f6052f6bddd41ade069b28ff0ea0908f1249a27ce12229
(len: 217)
(function() {
$('.js-outline-box-close').on('click', function() {
Cookies.set('hide_permission_box', true, {
expires: 365
});
return $(this).parents().eq(0).fadeOut('slow');
});
}).call(this);
(len: 216)
(function() {
$('.js-outline-box-close').on('click', function() {
Cookies.set('hide_permission_box', true, {
expires: 365
});
return $(this).parents().eq(0).fadeOut('slow');
});
}).call(this);
(len: 216)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts/peek.coffee?type=application/javascript&pipeline=self&id=436767e677e1f2d4a3f21a22b6b0d464884ec33300a61c496bfa24785f6e73ed
(len: 215)
Usage: gist [OPTIONS] [--help]
The gist command enables you to gist code from files and methods to github.
gist -i 20 --lines 1..3
gist Pry#repl --lines 1..-1
gist Rakefile --lines 5
(len: 215)
Usage: gist [OPTIONS] [--help]
The gist command enables you to gist code from files and methods to github.
gist -i 20 --lines 1..3
gist Pry#repl --lines 1..-1
gist Rakefile --lines 5
(len: 215)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery-ujs/src/rails.js?type=application/javascript&pipeline=self&id=1a3e0e11ff265c0c8910053d95bad8c5c9af34ffe89b38eeceb7715060b45a82
(len: 214)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.eot?type=application/vnd.ms-fontobject&id=77d3c580b961092a2b1b88f8bec44d9cd56e3de632cc8c11a6b87a958cb676a7
(len: 214)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/remodal/dist/remodal.js?type=application/javascript&pipeline=self&id=f390d4e4cc054ae4a56ddfe04f80868ed934b661b3b903a348151eb6fd2daf7d
(len: 214)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.eot?type=application/vnd.ms-fontobject&id=77d3c580b961092a2b1b88f8bec44d9cd56e3de632cc8c11a6b87a958cb676a7
(len: 214)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.eot?type=application/vnd.ms-fontobject&id=77d3c580b961092a2b1b88f8bec44d9cd56e3de632cc8c11a6b87a958cb676a7
(len: 214)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery-ujs/src/rails.js?type=application/javascript&pipeline=self&id=1a3e0e11ff265c0c8910053d95bad8c5c9af34ffe89b38eeceb7715060b45a82
(len: 214)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/remodal/dist/remodal.js?type=application/javascript&pipeline=self&id=f390d4e4cc054ae4a56ddfe04f80868ed934b661b3b903a348151eb6fd2daf7d
(len: 214)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery-ujs/src/rails.js?type=application/javascript&pipeline=self&id=1a3e0e11ff265c0c8910053d95bad8c5c9af34ffe89b38eeceb7715060b45a82
(len: 214)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery-ujs/src/rails.js?type=application/javascript&pipeline=self&id=1a3e0e11ff265c0c8910053d95bad8c5c9af34ffe89b38eeceb7715060b45a82
(len: 214)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.eot?type=application/vnd.ms-fontobject&id=77d3c580b961092a2b1b88f8bec44d9cd56e3de632cc8c11a6b87a958cb676a7
(len: 214)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.eot?type=application/vnd.ms-fontobject&id=77d3c580b961092a2b1b88f8bec44d9cd56e3de632cc8c11a6b87a958cb676a7
(len: 214)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/remodal/dist/remodal.js?type=application/javascript&pipeline=self&id=f390d4e4cc054ae4a56ddfe04f80868ed934b661b3b903a348151eb6fd2daf7d
(len: 214)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery-ujs/src/rails.js?type=application/javascript&pipeline=self&id=1a3e0e11ff265c0c8910053d95bad8c5c9af34ffe89b38eeceb7715060b45a82
(len: 214)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/remodal/dist/remodal.js?type=application/javascript&pipeline=self&id=f390d4e4cc054ae4a56ddfe04f80868ed934b661b3b903a348151eb6fd2daf7d
(len: 214)
The controller-level `respond_to' feature has been extracted to the `responders` gem. Add it to your Gemfile to continue using this feature:
gem 'responders', '~> 2.0'
Consult the Rails upgrade guide for details.
(len: 214)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery-ujs/src/rails.js?type=application/javascript&pipeline=self&id=1a3e0e11ff265c0c8910053d95bad8c5c9af34ffe89b38eeceb7715060b45a82
(len: 214)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery-ujs/src/rails.js?type=application/javascript&pipeline=self&id=1a3e0e11ff265c0c8910053d95bad8c5c9af34ffe89b38eeceb7715060b45a82
(len: 214)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.eot?type=application/vnd.ms-fontobject&id=77d3c580b961092a2b1b88f8bec44d9cd56e3de632cc8c11a6b87a958cb676a7
(len: 214)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery-ujs/src/rails.js?type=application/javascript&pipeline=self&id=1a3e0e11ff265c0c8910053d95bad8c5c9af34ffe89b38eeceb7715060b45a82
(len: 214)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/remodal/dist/remodal.js?type=application/javascript&pipeline=self&id=f390d4e4cc054ae4a56ddfe04f80868ed934b661b3b903a348151eb6fd2daf7d
(len: 214)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/remodal/dist/remodal.js?type=application/javascript&pipeline=self&id=f390d4e4cc054ae4a56ddfe04f80868ed934b661b3b903a348151eb6fd2daf7d
(len: 214)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.eot?type=application/vnd.ms-fontobject&id=77d3c580b961092a2b1b88f8bec44d9cd56e3de632cc8c11a6b87a958cb676a7
(len: 214)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/remodal/dist/remodal.js?type=application/javascript&pipeline=self&id=f390d4e4cc054ae4a56ddfe04f80868ed934b661b3b903a348151eb6fd2daf7d
(len: 214)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/remodal/dist/remodal.js?type=application/javascript&pipeline=self&id=f390d4e4cc054ae4a56ddfe04f80868ed934b661b3b903a348151eb6fd2daf7d
(len: 214)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.eot?type=application/vnd.ms-fontobject&id=77d3c580b961092a2b1b88f8bec44d9cd56e3de632cc8c11a6b87a958cb676a7
(len: 214)
\A
( (?: (?: [\da-f]{1,4} : )* [\da-f]{1,4} )? )
::
( (?:
( (?: [\da-f]{1,4} : )* )
(?:
[\da-f]{1,4}
|
(\d+) \. (\d+) \. (\d+) \. (\d+)
)
)? )
\z
(len: 213)
\A
( (?: (?: [\da-f]{1,4} : )* [\da-f]{1,4} )? )
::
( (?:
( (?: [\da-f]{1,4} : )* )
(?:
[\da-f]{1,4}
|
(\d+) \. (\d+) \. (\d+) \. (\d+)
)
)? )
\z
(len: 213)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery/dist/jquery.js?type=application/javascript&pipeline=self&id=d205184156f40d3fd371650de90369d5e41e2d0ce47a4072cd4a172bbd4cc708
(len: 212)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery/dist/jquery.js?type=application/javascript&pipeline=self&id=d205184156f40d3fd371650de90369d5e41e2d0ce47a4072cd4a172bbd4cc708
(len: 212)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss?type=text/css&pipeline=self&id=e7b13e09446e4751055cfe9119d4a71683b91461a3cea7fd4c19ed5ddd38a26f
(len: 212)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery/dist/jquery.js?type=application/javascript&pipeline=self&id=d205184156f40d3fd371650de90369d5e41e2d0ce47a4072cd4a172bbd4cc708
(len: 212)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery/dist/jquery.js?type=application/javascript&pipeline=self&id=d205184156f40d3fd371650de90369d5e41e2d0ce47a4072cd4a172bbd4cc708
(len: 212)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery/dist/jquery.js?type=application/javascript&pipeline=self&id=d205184156f40d3fd371650de90369d5e41e2d0ce47a4072cd4a172bbd4cc708
(len: 212)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery/dist/jquery.js?type=application/javascript&pipeline=self&id=d205184156f40d3fd371650de90369d5e41e2d0ce47a4072cd4a172bbd4cc708
(len: 212)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery/dist/jquery.js?type=application/javascript&pipeline=self&id=d205184156f40d3fd371650de90369d5e41e2d0ce47a4072cd4a172bbd4cc708
(len: 212)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery/dist/jquery.js?type=application/javascript&pipeline=self&id=d205184156f40d3fd371650de90369d5e41e2d0ce47a4072cd4a172bbd4cc708
(len: 212)
\A/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*\z
(len: 211)
You don't have any routes defined!
Please add some routes in config/routes.rb.
For more information about routes, see the Rails guide: http://guides.rubyonrails.org/routing.html.
(len: 211)
Arguments are the code numbers of the expressions to disable. Do "info
display" to see the current list of code numbers. If no arguments are
specified, all displays are disabled.
(len: 211)
\A/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*\z
(len: 211)
A Ruby client that tries to match Redis' API one-to-one, while still
providing an idiomatic interface. It features thread-safety,
client-side sharding, pipelining, and an obsession for performance.
(len: 210)
A Ruby client that tries to match Redis' API one-to-one, while still
providing an idiomatic interface. It features thread-safety,
client-side sharding, pipelining, and an obsession for performance.
(len: 210)
Usage: help [COMMAND]
With no arguments, help lists all the available commands along with their
descriptions. When given a command name as an argument, shows the help
for that command.
(len: 210)
Usage: help [COMMAND]
With no arguments, help lists all the available commands along with their
descriptions. When given a command name as an argument, shows the help
for that command.
(len: 210)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/organization-invite.coffee?type=application/javascript&pipeline=self&id=d680ecff1a45e97305e04f414c0c783673200ef45a84d9fe56f7acf0846a2586
(len: 209)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/organization-invite.coffee?type=application/javascript&pipeline=self&id=d680ecff1a45e97305e04f414c0c783673200ef45a84d9fe56f7acf0846a2586
(len: 209)
#(?-mix:(?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))+)
(len: 209)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/organization-invite.coffee?type=application/javascript&pipeline=self&id=d680ecff1a45e97305e04f414c0c783673200ef45a84d9fe56f7acf0846a2586
(len: 209)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/organization-invite.coffee?type=application/javascript&pipeline=self&id=d680ecff1a45e97305e04f414c0c783673200ef45a84d9fe56f7acf0846a2586
(len: 209)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/organization-invite.coffee?type=application/javascript&pipeline=self&id=d680ecff1a45e97305e04f414c0c783673200ef45a84d9fe56f7acf0846a2586
(len: 209)
Usage: step [TIMES]
Step execution forward. By default, moves a single step.
Examples:
step #=> Move a single step forward.
step 5 #=> Execute the next 5 steps.
(len: 209)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/organization-invite.coffee?type=application/javascript&pipeline=self&id=d680ecff1a45e97305e04f414c0c783673200ef45a84d9fe56f7acf0846a2586
(len: 209)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/organization-invite.coffee?type=application/javascript&pipeline=self&id=d680ecff1a45e97305e04f414c0c783673200ef45a84d9fe56f7acf0846a2586
(len: 209)
Usage: step [TIMES]
Step execution forward. By default, moves a single step.
Examples:
step #=> Move a single step forward.
step 5 #=> Execute the next 5 steps.
(len: 209)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/organization-invite.coffee?type=application/javascript&pipeline=self&id=d680ecff1a45e97305e04f414c0c783673200ef45a84d9fe56f7acf0846a2586
(len: 209)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/organization-invite.coffee?type=application/javascript&pipeline=self&id=d680ecff1a45e97305e04f414c0c783673200ef45a84d9fe56f7acf0846a2586
(len: 209)
Arguments are the code numbers of the expressions to enable. Do "info
display" to see the current list of code numbers. If no arguments are
specified, all displays are enabled.
(len: 209)
^(?:[-+]?0b[0-1_]+ (?# base 2)
|[-+]?0[0-7_]+ (?# base 8)
|[-+]?(?:0|[1-9][0-9_]*) (?# base 10)
|[-+]?0x[0-9a-fA-F_]+ (?# base 16))$
(len: 208)
^(?:[-+]?0b[0-1_]+ (?# base 2)
|[-+]?0[0-7_]+ (?# base 8)
|[-+]?(?:0|[1-9][0-9_]*) (?# base 10)
|[-+]?0x[0-9a-fA-F_]+ (?# base 16))$
(len: 208)
/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*
(len: 207)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.woff?type=application/font-woff&id=cf6da67061cdd2fb6db605322353ad450674c69132de37cb9541e0039d854137
(len: 207)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.ttf?type=application/x-font-ttf&id=ff7dc632b69a00bb02f256c14d47f090807ef32115e34067fecd9bedb75709a1
(len: 207)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.woff?type=application/font-woff&id=cf6da67061cdd2fb6db605322353ad450674c69132de37cb9541e0039d854137
(len: 207)
/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*
(len: 207)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.ttf?type=application/x-font-ttf&id=ff7dc632b69a00bb02f256c14d47f090807ef32115e34067fecd9bedb75709a1
(len: 207)
\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\]
(len: 207)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.ttf?type=application/x-font-ttf&id=ff7dc632b69a00bb02f256c14d47f090807ef32115e34067fecd9bedb75709a1
(len: 207)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.ttf?type=application/x-font-ttf&id=ff7dc632b69a00bb02f256c14d47f090807ef32115e34067fecd9bedb75709a1
(len: 207)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.ttf?type=application/x-font-ttf&id=ff7dc632b69a00bb02f256c14d47f090807ef32115e34067fecd9bedb75709a1
(len: 207)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/group-assignments.coffee?type=application/javascript&pipeline=self&id=19ed57d313cde285c0777401811698e7a6d27ae6ecd2af8feb62072f58b4a3b1
(len: 207)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/group-assignments.coffee?type=application/javascript&pipeline=self&id=19ed57d313cde285c0777401811698e7a6d27ae6ecd2af8feb62072f58b4a3b1
(len: 207)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.woff?type=application/font-woff&id=cf6da67061cdd2fb6db605322353ad450674c69132de37cb9541e0039d854137
(len: 207)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/group-assignments.coffee?type=application/javascript&pipeline=self&id=19ed57d313cde285c0777401811698e7a6d27ae6ecd2af8feb62072f58b4a3b1
(len: 207)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.woff?type=application/font-woff&id=cf6da67061cdd2fb6db605322353ad450674c69132de37cb9541e0039d854137
(len: 207)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.ttf?type=application/x-font-ttf&id=ff7dc632b69a00bb02f256c14d47f090807ef32115e34067fecd9bedb75709a1
(len: 207)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/group-assignments.coffee?type=application/javascript&pipeline=self&id=19ed57d313cde285c0777401811698e7a6d27ae6ecd2af8feb62072f58b4a3b1
(len: 207)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.woff?type=application/font-woff&id=cf6da67061cdd2fb6db605322353ad450674c69132de37cb9541e0039d854137
(len: 207)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/group-assignments.coffee?type=application/javascript&pipeline=self&id=19ed57d313cde285c0777401811698e7a6d27ae6ecd2af8feb62072f58b4a3b1
(len: 207)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/group-assignments.coffee?type=application/javascript&pipeline=self&id=19ed57d313cde285c0777401811698e7a6d27ae6ecd2af8feb62072f58b4a3b1
(len: 207)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.ttf?type=application/x-font-ttf&id=ff7dc632b69a00bb02f256c14d47f090807ef32115e34067fecd9bedb75709a1
(len: 207)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/group-assignments.coffee?type=application/javascript&pipeline=self&id=19ed57d313cde285c0777401811698e7a6d27ae6ecd2af8feb62072f58b4a3b1
(len: 207)
\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\]
(len: 207)
\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\]
(len: 207)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.ttf?type=application/x-font-ttf&id=ff7dc632b69a00bb02f256c14d47f090807ef32115e34067fecd9bedb75709a1
(len: 207)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/group-assignments.coffee?type=application/javascript&pipeline=self&id=19ed57d313cde285c0777401811698e7a6d27ae6ecd2af8feb62072f58b4a3b1
(len: 207)
/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*
(len: 207)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.woff?type=application/font-woff&id=cf6da67061cdd2fb6db605322353ad450674c69132de37cb9541e0039d854137
(len: 207)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/group-assignments.coffee?type=application/javascript&pipeline=self&id=19ed57d313cde285c0777401811698e7a6d27ae6ecd2af8feb62072f58b4a3b1
(len: 207)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.woff?type=application/font-woff&id=cf6da67061cdd2fb6db605322353ad450674c69132de37cb9541e0039d854137
(len: 207)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.woff?type=application/font-woff&id=cf6da67061cdd2fb6db605322353ad450674c69132de37cb9541e0039d854137
(len: 207)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/normalize-submit.coffee?type=application/javascript&pipeline=self&id=a405df3dff9f86146eed4ae4152d6f943729cae2a1031befc2c0378f6398a5e0
(len: 206)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/normalize-submit.coffee?type=application/javascript&pipeline=self&id=a405df3dff9f86146eed4ae4152d6f943729cae2a1031befc2c0378f6398a5e0
(len: 206)
(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*
(len: 206)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss?type=text/css&pipeline=self&id=d4704729340052cb510c65bdabbfd1bc015d9a48f09e2b1938ee2beb76095633
(len: 206)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss?type=text/css&pipeline=self&id=d4704729340052cb510c65bdabbfd1bc015d9a48f09e2b1938ee2beb76095633
(len: 206)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/normalize-submit.coffee?type=application/javascript&pipeline=self&id=a405df3dff9f86146eed4ae4152d6f943729cae2a1031befc2c0378f6398a5e0
(len: 206)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/normalize-submit.coffee?type=application/javascript&pipeline=self&id=a405df3dff9f86146eed4ae4152d6f943729cae2a1031befc2c0378f6398a5e0
(len: 206)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/normalize-submit.coffee?type=application/javascript&pipeline=self&id=a405df3dff9f86146eed4ae4152d6f943729cae2a1031befc2c0378f6398a5e0
(len: 206)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/normalize-submit.coffee?type=application/javascript&pipeline=self&id=a405df3dff9f86146eed4ae4152d6f943729cae2a1031befc2c0378f6398a5e0
(len: 206)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss?type=text/css&pipeline=self&id=d4704729340052cb510c65bdabbfd1bc015d9a48f09e2b1938ee2beb76095633
(len: 206)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss?type=text/css&pipeline=self&id=d4704729340052cb510c65bdabbfd1bc015d9a48f09e2b1938ee2beb76095633
(len: 206)
(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*
(len: 206)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss?type=text/css&pipeline=self&id=d4704729340052cb510c65bdabbfd1bc015d9a48f09e2b1938ee2beb76095633
(len: 206)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/normalize-submit.coffee?type=application/javascript&pipeline=self&id=a405df3dff9f86146eed4ae4152d6f943729cae2a1031befc2c0378f6398a5e0
(len: 206)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/normalize-submit.coffee?type=application/javascript&pipeline=self&id=a405df3dff9f86146eed4ae4152d6f943729cae2a1031befc2c0378f6398a5e0
(len: 206)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss?type=text/css&pipeline=self&id=d4704729340052cb510c65bdabbfd1bc015d9a48f09e2b1938ee2beb76095633
(len: 206)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/normalize-submit.coffee?type=application/javascript&pipeline=self&id=a405df3dff9f86146eed4ae4152d6f943729cae2a1031befc2c0378f6398a5e0
(len: 206)
(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*
(len: 206)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss?type=text/css&pipeline=self&id=d4704729340052cb510c65bdabbfd1bc015d9a48f09e2b1938ee2beb76095633
(len: 206)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss?type=text/css&pipeline=self&id=d4704729340052cb510c65bdabbfd1bc015d9a48f09e2b1938ee2beb76095633
(len: 206)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/flash-messages.coffee?type=application/javascript&pipeline=self&id=687fb624ffde9ff8e60350b03a0871a3baaa31023c50bcbe05909e4a4e902e61
(len: 204)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/flash-messages.coffee?type=application/javascript&pipeline=self&id=687fb624ffde9ff8e60350b03a0871a3baaa31023c50bcbe05909e4a4e902e61
(len: 204)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/flash-messages.coffee?type=application/javascript&pipeline=self&id=687fb624ffde9ff8e60350b03a0871a3baaa31023c50bcbe05909e4a4e902e61
(len: 204)
Usage: gem-install GEM_NAME
Installs the given gem, refreshes the gem cache, and requires the gem for you
based on a best guess from the gem name.
gem-install pry-stack_explorer
(len: 204)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/flash-messages.coffee?type=application/javascript&pipeline=self&id=687fb624ffde9ff8e60350b03a0871a3baaa31023c50bcbe05909e4a4e902e61
(len: 204)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/flash-messages.coffee?type=application/javascript&pipeline=self&id=687fb624ffde9ff8e60350b03a0871a3baaa31023c50bcbe05909e4a4e902e61
(len: 204)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/flash-messages.coffee?type=application/javascript&pipeline=self&id=687fb624ffde9ff8e60350b03a0871a3baaa31023c50bcbe05909e4a4e902e61
(len: 204)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/flash-messages.coffee?type=application/javascript&pipeline=self&id=687fb624ffde9ff8e60350b03a0871a3baaa31023c50bcbe05909e4a4e902e61
(len: 204)
Usage: gem-install GEM_NAME
Installs the given gem, refreshes the gem cache, and requires the gem for you
based on a best guess from the gem name.
gem-install pry-stack_explorer
(len: 204)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/flash-messages.coffee?type=application/javascript&pipeline=self&id=687fb624ffde9ff8e60350b03a0871a3baaa31023c50bcbe05909e4a4e902e61
(len: 204)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/flash-messages.coffee?type=application/javascript&pipeline=self&id=687fb624ffde9ff8e60350b03a0871a3baaa31023c50bcbe05909e4a4e902e61
(len: 204)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/development.gif?type=image/gif&id=424ecf1a2bb39900bff0bfddb50072bdef250172fa5fa36fca3d2441c4f6fdf3
(len: 203)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/development.gif?type=image/gif&id=424ecf1a2bb39900bff0bfddb50072bdef250172fa5fa36fca3d2441c4f6fdf3
(len: 203)
Usage: recognize-path <path> [-m|--method METHOD]
Verifies that a given path is mapped to the right controller and action.
recognize-path example.com
recognize-path example.com -m post
(len: 203)
(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)
(len: 203)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/development.gif?type=image/gif&id=424ecf1a2bb39900bff0bfddb50072bdef250172fa5fa36fca3d2441c4f6fdf3
(len: 203)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/development.gif?type=image/gif&id=424ecf1a2bb39900bff0bfddb50072bdef250172fa5fa36fca3d2441c4f6fdf3
(len: 203)
WHERE
t.typname IN (%s)
OR t.typtype IN (%s)
OR t.typinput = 'array_in(cstring,oid,integer)'::regprocedure
OR t.typelem != 0
(len: 203)
factory_girl provides a framework and DSL for defining and
using factories - less error-prone, more explicit, and
all-around easier to work with than fixtures.
(len: 203)
Custom asset_path helper is not implemented
Extend your environment context with a custom method.
environment.context_class.class_eval do
def asset_path(path, options = {})
end
end
(len: 203)
(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)
(len: 203)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/development.gif?type=image/gif&id=424ecf1a2bb39900bff0bfddb50072bdef250172fa5fa36fca3d2441c4f6fdf3
(len: 203)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/development.gif?type=image/gif&id=424ecf1a2bb39900bff0bfddb50072bdef250172fa5fa36fca3d2441c4f6fdf3
(len: 203)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/development.gif?type=image/gif&id=424ecf1a2bb39900bff0bfddb50072bdef250172fa5fa36fca3d2441c4f6fdf3
(len: 203)
(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)
(len: 203)
factory_girl provides a framework and DSL for defining and
using factories - less error-prone, more explicit, and
all-around easier to work with than fixtures.
(len: 203)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/development.gif?type=image/gif&id=424ecf1a2bb39900bff0bfddb50072bdef250172fa5fa36fca3d2441c4f6fdf3
(len: 203)
Usage: recognize-path <path> [-m|--method METHOD]
Verifies that a given path is mapped to the right controller and action.
recognize-path example.com
recognize-path example.com -m post
(len: 203)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/clipboard-js.coffee?type=application/javascript&pipeline=self&id=f66b0104f871106f88e8c134ae83bfe6440dce376e975d81208218aa2bbc227f
(len: 202)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/clipboard-js.coffee?type=application/javascript&pipeline=self&id=f66b0104f871106f88e8c134ae83bfe6440dce376e975d81208218aa2bbc227f
(len: 202)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/production.gif?type=image/gif&id=8e8e3e4343a5a077a4cba6cef94799a70b67a59bd5366d73e75e8576e5f1156f
(len: 202)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/autocomplete.coffee?type=application/javascript&pipeline=self&id=646e38441e501553ef7a2ac9a69769d201f69ce02b56a83130a127f72688728d
(len: 202)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/autocomplete.coffee?type=application/javascript&pipeline=self&id=646e38441e501553ef7a2ac9a69769d201f69ce02b56a83130a127f72688728d
(len: 202)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/production.gif?type=image/gif&id=8e8e3e4343a5a077a4cba6cef94799a70b67a59bd5366d73e75e8576e5f1156f
(len: 202)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/autocomplete.coffee?type=application/javascript&pipeline=self&id=646e38441e501553ef7a2ac9a69769d201f69ce02b56a83130a127f72688728d
(len: 202)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/production.gif?type=image/gif&id=8e8e3e4343a5a077a4cba6cef94799a70b67a59bd5366d73e75e8576e5f1156f
(len: 202)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/production.gif?type=image/gif&id=8e8e3e4343a5a077a4cba6cef94799a70b67a59bd5366d73e75e8576e5f1156f
(len: 202)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/autocomplete.coffee?type=application/javascript&pipeline=self&id=646e38441e501553ef7a2ac9a69769d201f69ce02b56a83130a127f72688728d
(len: 202)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/clipboard-js.coffee?type=application/javascript&pipeline=self&id=f66b0104f871106f88e8c134ae83bfe6440dce376e975d81208218aa2bbc227f
(len: 202)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/autocomplete.coffee?type=application/javascript&pipeline=self&id=646e38441e501553ef7a2ac9a69769d201f69ce02b56a83130a127f72688728d
(len: 202)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/clipboard-js.coffee?type=application/javascript&pipeline=self&id=f66b0104f871106f88e8c134ae83bfe6440dce376e975d81208218aa2bbc227f
(len: 202)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/application.coffee?type=application/javascript&pipeline=debug&id=b7af33e2396c8e868cd01774c88926626569b72c82277c4e4d00b7c4ffc02562
(len: 202)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/production.gif?type=image/gif&id=8e8e3e4343a5a077a4cba6cef94799a70b67a59bd5366d73e75e8576e5f1156f
(len: 202)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/production.gif?type=image/gif&id=8e8e3e4343a5a077a4cba6cef94799a70b67a59bd5366d73e75e8576e5f1156f
(len: 202)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/clipboard-js.coffee?type=application/javascript&pipeline=self&id=f66b0104f871106f88e8c134ae83bfe6440dce376e975d81208218aa2bbc227f
(len: 202)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/autocomplete.coffee?type=application/javascript&pipeline=self&id=646e38441e501553ef7a2ac9a69769d201f69ce02b56a83130a127f72688728d
(len: 202)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/autocomplete.coffee?type=application/javascript&pipeline=self&id=646e38441e501553ef7a2ac9a69769d201f69ce02b56a83130a127f72688728d
(len: 202)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/clipboard-js.coffee?type=application/javascript&pipeline=self&id=f66b0104f871106f88e8c134ae83bfe6440dce376e975d81208218aa2bbc227f
(len: 202)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/clipboard-js.coffee?type=application/javascript&pipeline=self&id=f66b0104f871106f88e8c134ae83bfe6440dce376e975d81208218aa2bbc227f
(len: 202)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/autocomplete.coffee?type=application/javascript&pipeline=self&id=646e38441e501553ef7a2ac9a69769d201f69ce02b56a83130a127f72688728d
(len: 202)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/application.coffee?type=application/javascript&pipeline=debug&id=b7af33e2396c8e868cd01774c88926626569b72c82277c4e4d00b7c4ffc02562
(len: 202)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/autocomplete.coffee?type=application/javascript&pipeline=self&id=646e38441e501553ef7a2ac9a69769d201f69ce02b56a83130a127f72688728d
(len: 202)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/production.gif?type=image/gif&id=8e8e3e4343a5a077a4cba6cef94799a70b67a59bd5366d73e75e8576e5f1156f
(len: 202)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/production.gif?type=image/gif&id=8e8e3e4343a5a077a4cba6cef94799a70b67a59bd5366d73e75e8576e5f1156f
(len: 202)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/application.coffee?type=application/javascript&pipeline=debug&id=b7af33e2396c8e868cd01774c88926626569b72c82277c4e4d00b7c4ffc02562
(len: 202)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/clipboard-js.coffee?type=application/javascript&pipeline=self&id=f66b0104f871106f88e8c134ae83bfe6440dce376e975d81208218aa2bbc227f
(len: 202)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/clipboard-js.coffee?type=application/javascript&pipeline=self&id=f66b0104f871106f88e8c134ae83bfe6440dce376e975d81208218aa2bbc227f
(len: 202)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/outline-box.coffee?type=application/javascript&pipeline=self&id=ce0773b13a6d91732fd19061f7e7f26de4dc02cd0bc3c6798a97d86b06299a22
(len: 201)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/outline-box.coffee?type=application/javascript&pipeline=self&id=ce0773b13a6d91732fd19061f7e7f26de4dc02cd0bc3c6798a97d86b06299a22
(len: 201)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/application.coffee?type=application/javascript&pipeline=self&id=89eedec4a8d127905094c8e277fa18d92377ce8db542bdc9837c325257db529d
(len: 201)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/outline-box.coffee?type=application/javascript&pipeline=self&id=ce0773b13a6d91732fd19061f7e7f26de4dc02cd0bc3c6798a97d86b06299a22
(len: 201)
SELECT t.oid, t.typname, t.typelem, t.typdelim, t.typinput, r.rngsubtype, t.typtype, t.typbasetype
FROM pg_type as t
LEFT JOIN pg_range as r ON oid = rngtypid
(len: 201)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/application.coffee?type=application/javascript&pipeline=self&id=89eedec4a8d127905094c8e277fa18d92377ce8db542bdc9837c325257db529d
(len: 201)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/application.coffee?type=application/javascript&pipeline=self&id=89eedec4a8d127905094c8e277fa18d92377ce8db542bdc9837c325257db529d
(len: 201)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/outline-box.coffee?type=application/javascript&pipeline=self&id=ce0773b13a6d91732fd19061f7e7f26de4dc02cd0bc3c6798a97d86b06299a22
(len: 201)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/outline-box.coffee?type=application/javascript&pipeline=self&id=ce0773b13a6d91732fd19061f7e7f26de4dc02cd0bc3c6798a97d86b06299a22
(len: 201)
\A
(?<file>.+) # Matches './spec/notice_spec.rb'
:
(?<line>\d+) # Matches '43'
:in\s
`(?<function>.*)' # Matches "`block (3 levels) in <top (required)>'"
\z
(len: 201)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/outline-box.coffee?type=application/javascript&pipeline=self&id=ce0773b13a6d91732fd19061f7e7f26de4dc02cd0bc3c6798a97d86b06299a22
(len: 201)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/outline-box.coffee?type=application/javascript&pipeline=self&id=ce0773b13a6d91732fd19061f7e7f26de4dc02cd0bc3c6798a97d86b06299a22
(len: 201)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/outline-box.coffee?type=application/javascript&pipeline=self&id=ce0773b13a6d91732fd19061f7e7f26de4dc02cd0bc3c6798a97d86b06299a22
(len: 201)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/application.coffee?type=application/javascript&pipeline=self&id=89eedec4a8d127905094c8e277fa18d92377ce8db542bdc9837c325257db529d
(len: 201)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/application.coffee?type=application/javascript&pipeline=self&id=89eedec4a8d127905094c8e277fa18d92377ce8db542bdc9837c325257db529d
(len: 201)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/application.coffee?type=application/javascript&pipeline=self&id=89eedec4a8d127905094c8e277fa18d92377ce8db542bdc9837c325257db529d
(len: 201)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/application.coffee?type=application/javascript&pipeline=self&id=89eedec4a8d127905094c8e277fa18d92377ce8db542bdc9837c325257db529d
(len: 201)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/application.coffee?type=application/javascript&pipeline=self&id=89eedec4a8d127905094c8e277fa18d92377ce8db542bdc9837c325257db529d
(len: 201)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/application.coffee?type=application/javascript&pipeline=self&id=89eedec4a8d127905094c8e277fa18d92377ce8db542bdc9837c325257db529d
(len: 201)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/outline-box.coffee?type=application/javascript&pipeline=self&id=ce0773b13a6d91732fd19061f7e7f26de4dc02cd0bc3c6798a97d86b06299a22
(len: 201)
\A
(?<file>.+) # Matches './spec/notice_spec.rb'
:
(?<line>\d+) # Matches '43'
:in\s
`(?<function>.*)' # Matches "`block (3 levels) in <top (required)>'"
\z
(len: 201)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138
(len: 200)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138
(len: 200)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138
(len: 200)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138
(len: 200)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138
(len: 200)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138
(len: 200)
(?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))+
(len: 200)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138
(len: 200)
(?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))+
(len: 200)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138
(len: 200)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138
(len: 200)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138
(len: 200)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138
(len: 200)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138
(len: 200)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138
(len: 200)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138
(len: 200)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138
(len: 200)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138
(len: 200)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138
(len: 200)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138
(len: 200)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138
(len: 200)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138
(len: 200)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138
(len: 200)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138
(len: 200)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138
(len: 200)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138
(len: 200)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138
(len: 200)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138
(len: 200)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138
(len: 200)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138
(len: 200)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138
(len: 200)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138
(len: 200)
(locals)
Thread.current[:tilt_vars] = [self, locals]
class << self
this, locals = Thread.current[:tilt_vars]
this.instance_eval do
(len: 199)
(locals)
Thread.current[:tilt_vars] = [self, locals]
class << self
this, locals = Thread.current[:tilt_vars]
this.instance_eval do
(len: 199)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/staging.gif?type=image/gif&id=a558a51e2be20d8715552e31cbe766358002135f465c7bfc3e5a3373dcf97e9e
(len: 199)
\A
(?<function>.+) # Matches 'org.jruby.ast.NewlineNode.interpret
\(
(?<file>[^:]+) # Matches 'NewlineNode.java'
:?
(?<line>\d+)? # Matches '105'
\)
\z
(len: 199)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/staging.gif?type=image/gif&id=a558a51e2be20d8715552e31cbe766358002135f465c7bfc3e5a3373dcf97e9e
(len: 199)
`ActionDispatch::Response#to_ary` no longer performs implicit conversion
to an array. Please use `response.to_a` instead, or a splat like `status,
headers, body = *response`.
(len: 199)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/staging.gif?type=image/gif&id=a558a51e2be20d8715552e31cbe766358002135f465c7bfc3e5a3373dcf97e9e
(len: 199)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/staging.gif?type=image/gif&id=a558a51e2be20d8715552e31cbe766358002135f465c7bfc3e5a3373dcf97e9e
(len: 199)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/staging.gif?type=image/gif&id=a558a51e2be20d8715552e31cbe766358002135f465c7bfc3e5a3373dcf97e9e
(len: 199)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/staging.gif?type=image/gif&id=a558a51e2be20d8715552e31cbe766358002135f465c7bfc3e5a3373dcf97e9e
(len: 199)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/staging.gif?type=image/gif&id=a558a51e2be20d8715552e31cbe766358002135f465c7bfc3e5a3373dcf97e9e
(len: 199)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/staging.gif?type=image/gif&id=a558a51e2be20d8715552e31cbe766358002135f465c7bfc3e5a3373dcf97e9e
(len: 199)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/staging.gif?type=image/gif&id=a558a51e2be20d8715552e31cbe766358002135f465c7bfc3e5a3373dcf97e9e
(len: 199)
\A
(?<function>.+) # Matches 'org.jruby.ast.NewlineNode.interpret
\(
(?<file>[^:]+) # Matches 'NewlineNode.java'
:?
(?<line>\d+)? # Matches '105'
\)
\z
(len: 199)
The `respond_with' feature has been extracted to the `responders` gem. Add it to your Gemfile to continue using this feature:
gem 'responders', '~> 2.0'
Consult the Rails upgrade guide for details.
(len: 199)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/staging.gif?type=image/gif&id=a558a51e2be20d8715552e31cbe766358002135f465c7bfc3e5a3373dcf97e9e
(len: 199)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss?type=text/css&pipeline=self&id=d4704729340052cb510c65bdabbfd1bc015d9a48f09e2b1938ee2beb76095633
(len: 199)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/staging.gif?type=image/gif&id=a558a51e2be20d8715552e31cbe766358002135f465c7bfc3e5a3373dcf97e9e
(len: 199)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/staging.gif?type=image/gif&id=a558a51e2be20d8715552e31cbe766358002135f465c7bfc3e5a3373dcf97e9e
(len: 199)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images/peek/bar/staging.gif?type=image/gif&id=a558a51e2be20d8715552e31cbe766358002135f465c7bfc3e5a3373dcf97e9e
(len: 199)
(locals)
Thread.current[:tilt_vars] = [self, locals]
class << self
this, locals = Thread.current[:tilt_vars]
this.instance_eval do
(len: 199)
`ActionDispatch::Response#to_ary` no longer performs implicit conversion
to an array. Please use `response.to_a` instead, or a splat like `status,
headers, body = *response`.
(len: 199)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.svg?type=image/svg+xml&id=ec909e7792cfde2f40c5112a4555bb9f4879c6890e152818b86a763a89d1ee60
(len: 198)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.svg?type=image/svg+xml&id=ec909e7792cfde2f40c5112a4555bb9f4879c6890e152818b86a763a89d1ee60
(len: 198)
Usage: gem-open GEM_NAME
Change the current working directory to that in which the given gem is
installed, and then opens your text editor.
gem-open pry-exception_explorer
(len: 198)
Databases on Rails. Build a persistent domain model by mapping database tables to Ruby classes. Strong conventions for associations, validations, aggregations, migrations, and testing come baked-in.
(len: 198)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.svg?type=image/svg+xml&id=ec909e7792cfde2f40c5112a4555bb9f4879c6890e152818b86a763a89d1ee60
(len: 198)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.svg?type=image/svg+xml&id=ec909e7792cfde2f40c5112a4555bb9f4879c6890e152818b86a763a89d1ee60
(len: 198)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.svg?type=image/svg+xml&id=ec909e7792cfde2f40c5112a4555bb9f4879c6890e152818b86a763a89d1ee60
(len: 198)
Usage: gem-open GEM_NAME
Change the current working directory to that in which the given gem is
installed, and then opens your text editor.
gem-open pry-exception_explorer
(len: 198)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.svg?type=image/svg+xml&id=ec909e7792cfde2f40c5112a4555bb9f4879c6890e152818b86a763a89d1ee60
(len: 198)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.svg?type=image/svg+xml&id=ec909e7792cfde2f40c5112a4555bb9f4879c6890e152818b86a763a89d1ee60
(len: 198)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.svg?type=image/svg+xml&id=ec909e7792cfde2f40c5112a4555bb9f4879c6890e152818b86a763a89d1ee60
(len: 198)
\A
(?<file>.+) # Matches '/foo/bar/baz.ext'
:
(?<line>\d+)? # Matches '43' or nothing
(in\s`(?<function>.+)')? # Matches "in `func'" or nothing
\z
(len: 198)
Databases on Rails. Build a persistent domain model by mapping database tables to Ruby classes. Strong conventions for associations, validations, aggregations, migrations, and testing come baked-in.
(len: 198)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.svg?type=image/svg+xml&id=ec909e7792cfde2f40c5112a4555bb9f4879c6890e152818b86a763a89d1ee60
(len: 198)
Databases on Rails. Build a persistent domain model by mapping database tables to Ruby classes. Strong conventions for associations, validations, aggregations, migrations, and testing come baked-in.
(len: 198)
Usage: gem-open GEM_NAME
Change the current working directory to that in which the given gem is
installed, and then opens your text editor.
gem-open pry-exception_explorer
(len: 198)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.svg?type=image/svg+xml&id=ec909e7792cfde2f40c5112a4555bb9f4879c6890e152818b86a763a89d1ee60
(len: 198)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.svg?type=image/svg+xml&id=ec909e7792cfde2f40c5112a4555bb9f4879c6890e152818b86a763a89d1ee60
(len: 198)
\A
(?<file>.+) # Matches '/foo/bar/baz.ext'
:
(?<line>\d+)? # Matches '43' or nothing
(in\s`(?<function>.+)')? # Matches "in `func'" or nothing
\z
(len: 198)
Usage: gem-open GEM_NAME
Change the current working directory to that in which the given gem is
installed, and then opens your text editor.
gem-open pry-exception_explorer
(len: 198)
Databases on Rails. Build a persistent domain model by mapping database tables to Ruby classes. Strong conventions for associations, validations, aggregations, migrations, and testing come baked-in.
(len: 198)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.svg?type=image/svg+xml&id=ec909e7792cfde2f40c5112a4555bb9f4879c6890e152818b86a763a89d1ee60
(len: 198)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.svg?type=image/svg+xml&id=ec909e7792cfde2f40c5112a4555bb9f4879c6890e152818b86a763a89d1ee60
(len: 198)
Databases on Rails. Build a persistent domain model by mapping database tables to Ruby classes. Strong conventions for associations, validations, aggregations, migrations, and testing come baked-in.
(len: 198)
Databases on Rails. Build a persistent domain model by mapping database tables to Ruby classes. Strong conventions for associations, validations, aggregations, migrations, and testing come baked-in.
(len: 198)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.svg?type=image/svg+xml&id=ec909e7792cfde2f40c5112a4555bb9f4879c6890e152818b86a763a89d1ee60
(len: 198)
((?-mix:[#%&*-~]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)
(len: 197)
((?-mix:[#%&*-~]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)
(len: 197)
-|(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))
(len: 197)
-|(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))
(len: 197)
`#column_for_attribute` will return a null object for non-existent
columns in Rails 5. Use `#has_attribute?` if you need to check for
an attribute's existence.
(len: 196)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/search.coffee?type=application/javascript&pipeline=self&id=f0d34347b022234347a0f1d682f3825c2ce66e14d7aae5bf1ca582b55cfc5af8
(len: 196)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/search.coffee?type=application/javascript&pipeline=self&id=f0d34347b022234347a0f1d682f3825c2ce66e14d7aae5bf1ca582b55cfc5af8
(len: 196)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/search.coffee?type=application/javascript&pipeline=self&id=f0d34347b022234347a0f1d682f3825c2ce66e14d7aae5bf1ca582b55cfc5af8
(len: 196)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/search.coffee?type=application/javascript&pipeline=self&id=f0d34347b022234347a0f1d682f3825c2ce66e14d7aae5bf1ca582b55cfc5af8
(len: 196)
`#column_for_attribute` will return a null object for non-existent
columns in Rails 5. Use `#has_attribute?` if you need to check for
an attribute's existence.
(len: 196)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/search.coffee?type=application/javascript&pipeline=self&id=f0d34347b022234347a0f1d682f3825c2ce66e14d7aae5bf1ca582b55cfc5af8
(len: 196)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/search.coffee?type=application/javascript&pipeline=self&id=f0d34347b022234347a0f1d682f3825c2ce66e14d7aae5bf1ca582b55cfc5af8
(len: 196)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/search.coffee?type=application/javascript&pipeline=self&id=f0d34347b022234347a0f1d682f3825c2ce66e14d7aae5bf1ca582b55cfc5af8
(len: 196)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/search.coffee?type=application/javascript&pipeline=self&id=f0d34347b022234347a0f1d682f3825c2ce66e14d7aae5bf1ca582b55cfc5af8
(len: 196)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/search.coffee?type=application/javascript&pipeline=self&id=f0d34347b022234347a0f1d682f3825c2ce66e14d7aae5bf1ca582b55cfc5af8
(len: 196)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/search.coffee?type=application/javascript&pipeline=self&id=f0d34347b022234347a0f1d682f3825c2ce66e14d7aae5bf1ca582b55cfc5af8
(len: 196)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/search.coffee?type=application/javascript&pipeline=self&id=f0d34347b022234347a0f1d682f3825c2ce66e14d7aae5bf1ca582b55cfc5af8
(len: 196)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/search.coffee?type=application/javascript&pipeline=self&id=f0d34347b022234347a0f1d682f3825c2ce66e14d7aae5bf1ca582b55cfc5af8
(len: 196)
(function(program, execJS) { execJS(program) })(function(global, module, exports, require, console, setTimeout, setInterval, clearTimeout, clearInterval, setImmediate, clearImmediate) {
(len: 196)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/search.coffee?type=application/javascript&pipeline=self&id=f0d34347b022234347a0f1d682f3825c2ce66e14d7aae5bf1ca582b55cfc5af8
(len: 196)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/search.coffee?type=application/javascript&pipeline=self&id=f0d34347b022234347a0f1d682f3825c2ce66e14d7aae5bf1ca582b55cfc5af8
(len: 196)
)
interp = try_op_before_interp(tok)
return interp if interp
start_pos = source_position
node(Tree::UnaryOperation.new(assert_expr(:unary_
(len: 194)
Modern concurrency tools including agents, futures, promises, thread pools, actors, supervisors, and more.
Inspired by Erlang, Clojure, Go, JavaScript, actors, and classic concurrency patterns.
(len: 194)
Modern concurrency tools including agents, futures, promises, thread pools, actors, supervisors, and more.
Inspired by Erlang, Clojure, Go, JavaScript, actors, and classic concurrency patterns.
(len: 194)
Modern concurrency tools including agents, futures, promises, thread pools, actors, supervisors, and more.
Inspired by Erlang, Clojure, Go, JavaScript, actors, and classic concurrency patterns.
(len: 194)
Modern concurrency tools including agents, futures, promises, thread pools, actors, supervisors, and more.
Inspired by Erlang, Clojure, Go, JavaScript, actors, and classic concurrency patterns.
(len: 194)
)
interp = try_op_before_interp(tok)
return interp if interp
start_pos = source_position
node(Tree::UnaryOperation.new(assert_expr(:unary_
(len: 194)
Modern concurrency tools including agents, futures, promises, thread pools, actors, supervisors, and more.
Inspired by Erlang, Clojure, Go, JavaScript, actors, and classic concurrency patterns.
(len: 194)
Modern concurrency tools including agents, futures, promises, thread pools, actors, supervisors, and more.
Inspired by Erlang, Clojure, Go, JavaScript, actors, and classic concurrency patterns.
(len: 194)
((?-mix:"[^"\\]*(?:\\.[^"\\]*)*")|(?-mix:(?:\\.|[^\s,])[^\s=,\\]*(?:\\.[^\s=,\\]*|=[^,>])*))\s*=>\s*((?-mix:"[^"\\]*(?:\\.[^"\\]*)*")|(?-mix:(?:\\.|[^\s,])[^\s=,\\]*(?:\\.[^\s=,\\]*|=[^,>])*))
(len: 192)
((?-mix:"[^"\\]*(?:\\.[^"\\]*)*")|(?-mix:(?:\\.|[^\s,])[^\s=,\\]*(?:\\.[^\s=,\\]*|=[^,>])*))\s*=>\s*((?-mix:"[^"\\]*(?:\\.[^"\\]*)*")|(?-mix:(?:\\.|[^\s,])[^\s=,\\]*(?:\\.[^\s=,\\]*|=[^,>])*))
(len: 192)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts/peek/views/performance_bar.coffee?type=application/javascript&pipeline=self
(len: 192)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts/peek/views/performance_bar.coffee?type=application/javascript&pipeline=self
(len: 192)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts/peek/views/performance_bar.coffee?type=application/javascript&pipeline=self
(len: 192)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts/peek/views/performance_bar.coffee?type=application/javascript&pipeline=self
(len: 192)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts/peek/views/performance_bar.coffee?type=application/javascript&pipeline=self
(len: 192)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts/peek/views/performance_bar.coffee?type=application/javascript&pipeline=self
(len: 192)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts/peek/views/performance_bar.coffee?type=application/javascript&pipeline=self
(len: 192)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts/peek/views/performance_bar.coffee?type=application/javascript&pipeline=self
(len: 192)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts/peek/views/performance_bar.coffee?type=application/javascript&pipeline=self
(len: 192)
[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])
(len: 191)
[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])
(len: 191)
<!DOCTYPE html>
<html lang="en-US">
<head><title>301 Moved Permanently</title></head>
<body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="%s">here</a>.</p>
</body>
</html>
(len: 189)
<!DOCTYPE html>
<html lang="en-US">
<head><title>301 Moved Permanently</title></head>
<body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="%s">here</a>.</p>
</body>
</html>
(len: 189)
<!DOCTYPE html>
<html lang="en-US">
<head><title>301 Moved Permanently</title></head>
<body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="%s">here</a>.</p>
</body>
</html>
(len: 189)
<!DOCTYPE html>
<html lang="en-US">
<head><title>301 Moved Permanently</title></head>
<body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="%s">here</a>.</p>
</body>
</html>
(len: 189)
Excluding the beginning of a Range is only partialy supported
through `#succ`. This is not reliable and will be removed in
the future.
(len: 189)
e[val] <expression>
Evaluates <expression> and prints its value.
* NOTE - unknown input is automatically evaluated, to turn this off use
'set noautoeval'.
(len: 189)
Excluding the beginning of a Range is only partialy supported
through `#succ`. This is not reliable and will be removed in
the future.
(len: 189)
<!DOCTYPE html>
<html lang="en-US">
<head><title>301 Moved Permanently</title></head>
<body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="%s">here</a>.</p>
</body>
</html>
(len: 189)
Addressable is a replacement for the URI implementation that is part of
Ruby's standard library. It more closely conforms to the relevant RFCs and
adds support for IRIs and URI templates.
(len: 188)
Addressable is a replacement for the URI implementation that is part of
Ruby's standard library. It more closely conforms to the relevant RFCs and
adds support for IRIs and URI templates.
(len: 188)
Addressable is a replacement for the URI implementation that is part of
Ruby's standard library. It more closely conforms to the relevant RFCs and
adds support for IRIs and URI templates.
(len: 188)
Addressable is a replacement for the URI implementation that is part of
Ruby's standard library. It more closely conforms to the relevant RFCs and
adds support for IRIs and URI templates.
(len: 188)
Addressable is a replacement for the URI implementation that is part of
Ruby's standard library. It more closely conforms to the relevant RFCs and
adds support for IRIs and URI templates.
(len: 188)
[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])
(len: 187)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/application.coffee?type=application/javascript&id=f8c7e364de644d880faab761f9ec2330a36ac5fc898dc12b723890f1a62b5714
(len: 187)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/application.coffee?type=application/javascript&id=f8c7e364de644d880faab761f9ec2330a36ac5fc898dc12b723890f1a62b5714
(len: 187)
[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])
(len: 187)
[#%&*-~]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])
(len: 186)
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=debug&id=3a53d60f3965a970fa8b28fec60127f0c4af3a97299d3b48c65c92028e598a86
(len: 186)
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=debug&id=3a53d60f3965a970fa8b28fec60127f0c4af3a97299d3b48c65c92028e598a86
(len: 186)
SELECT nspname
FROM pg_namespace
WHERE nspname !~ '^pg_.*'
AND nspname NOT IN ('information_schema')
ORDER by nspname;
(len: 186)
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=debug&id=3a53d60f3965a970fa8b28fec60127f0c4af3a97299d3b48c65c92028e598a86
(len: 186)
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=debug&id=3a53d60f3965a970fa8b28fec60127f0c4af3a97299d3b48c65c92028e598a86
(len: 186)
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=debug&id=3a53d60f3965a970fa8b28fec60127f0c4af3a97299d3b48c65c92028e598a86
(len: 186)
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=debug&id=3a53d60f3965a970fa8b28fec60127f0c4af3a97299d3b48c65c92028e598a86
(len: 186)
'. Make sure that the adapter in config/database.yml is valid. If you use an adapter other than 'mysql', 'mysql2', 'postgresql' or 'sqlite3' add the necessary adapter gem to the Gemfile.
(len: 186)
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=debug&id=3a53d60f3965a970fa8b28fec60127f0c4af3a97299d3b48c65c92028e598a86
(len: 186)
[#%&*-~]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])
(len: 186)
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=debug&id=3a53d60f3965a970fa8b28fec60127f0c4af3a97299d3b48c65c92028e598a86
(len: 186)
'. Make sure that the adapter in config/database.yml is valid. If you use an adapter other than 'mysql', 'mysql2', 'postgresql' or 'sqlite3' add the necessary adapter gem to the Gemfile.
(len: 186)
"([^\n\r\f"]|\n|\r\n|\r|\f|[^\0-\177]|\\[0-9A-Fa-f]{1,6}(\r\n|[\s])?|\\[^\n\r\f0-9A-Fa-f])*"|'([^\n\r\f']|\n|\r\n|\r|\f|[^\0-\177]|\\[0-9A-Fa-f]{1,6}(\r\n|[\s])?|\\[^\n\r\f0-9A-Fa-f])*'
(len: 185)
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=self&id=1e95b41cce2a21e4b9b846dfdba866c4c7e30bc99a1c228ba0c6c2d4d5da8d4c
(len: 185)
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=self&id=1e95b41cce2a21e4b9b846dfdba866c4c7e30bc99a1c228ba0c6c2d4d5da8d4c
(len: 185)
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=self&id=1e95b41cce2a21e4b9b846dfdba866c4c7e30bc99a1c228ba0c6c2d4d5da8d4c
(len: 185)
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=self&id=1e95b41cce2a21e4b9b846dfdba866c4c7e30bc99a1c228ba0c6c2d4d5da8d4c
(len: 185)
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=self&id=1e95b41cce2a21e4b9b846dfdba866c4c7e30bc99a1c228ba0c6c2d4d5da8d4c
(len: 185)
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=self&id=1e95b41cce2a21e4b9b846dfdba866c4c7e30bc99a1c228ba0c6c2d4d5da8d4c
(len: 185)
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=self&id=1e95b41cce2a21e4b9b846dfdba866c4c7e30bc99a1c228ba0c6c2d4d5da8d4c
(len: 185)
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=self&id=1e95b41cce2a21e4b9b846dfdba866c4c7e30bc99a1c228ba0c6c2d4d5da8d4c
(len: 185)
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=self&id=1e95b41cce2a21e4b9b846dfdba866c4c7e30bc99a1c228ba0c6c2d4d5da8d4c
(len: 185)
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=self&id=1e95b41cce2a21e4b9b846dfdba866c4c7e30bc99a1c228ba0c6c2d4d5da8d4c
(len: 185)
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=self&id=1e95b41cce2a21e4b9b846dfdba866c4c7e30bc99a1c228ba0c6c2d4d5da8d4c
(len: 185)
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=self&id=1e95b41cce2a21e4b9b846dfdba866c4c7e30bc99a1c228ba0c6c2d4d5da8d4c
(len: 185)
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=self&id=1e95b41cce2a21e4b9b846dfdba866c4c7e30bc99a1c228ba0c6c2d4d5da8d4c
(len: 185)
vendor/assets/bower_components/jquery-readyselector/jquery.readyselector.js?type=application/javascript&pipeline=self&id=dd225ceba3857bcad2e67b74a62737d95d12e482604c6ea0d59e3cff5037fcc0
(len: 185)
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=self&id=1e95b41cce2a21e4b9b846dfdba866c4c7e30bc99a1c228ba0c6c2d4d5da8d4c
(len: 185)
"([^\n\r\f"]|\n|\r\n|\r|\f|[^\0-\177]|\\[0-9A-Fa-f]{1,6}(\r\n|[\s])?|\\[^\n\r\f0-9A-Fa-f])*"|'([^\n\r\f']|\n|\r\n|\r|\f|[^\0-\177]|\\[0-9A-Fa-f]{1,6}(\r\n|[\s])?|\\[^\n\r\f0-9A-Fa-f])*'
(len: 185)
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=self&id=1e95b41cce2a21e4b9b846dfdba866c4c7e30bc99a1c228ba0c6c2d4d5da8d4c
(len: 185)
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=self&id=1e95b41cce2a21e4b9b846dfdba866c4c7e30bc99a1c228ba0c6c2d4d5da8d4c
(len: 185)
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=self&id=1e95b41cce2a21e4b9b846dfdba866c4c7e30bc99a1c228ba0c6c2d4d5da8d4c
(len: 185)
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=self&id=1e95b41cce2a21e4b9b846dfdba866c4c7e30bc99a1c228ba0c6c2d4d5da8d4c
(len: 185)
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=self&id=1e95b41cce2a21e4b9b846dfdba866c4c7e30bc99a1c228ba0c6c2d4d5da8d4c
(len: 185)
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=self&id=1e95b41cce2a21e4b9b846dfdba866c4c7e30bc99a1c228ba0c6c2d4d5da8d4c
(len: 185)
Usage: change-inspector NAME
Change the proc used to print return values. See list-inspectors for a list
of available procs and a short description of what each one does.
(len: 184)
Usage: change-inspector NAME
Change the proc used to print return values. See list-inspectors for a list
of available procs and a short description of what each one does.
(len: 184)
Usage: change-inspector NAME
Change the proc used to print return values. See list-inspectors for a list
of available procs and a short description of what each one does.
(len: 184)
Usage: change-inspector NAME
Change the proc used to print return values. See list-inspectors for a list
of available procs and a short description of what each one does.
(len: 184)
, *args, &block)
rescue ::Exception
$@.delete_if{|s| ::Forwardable::FILE_REGEXP =~ s} unless ::Forwardable::debug
::Kernel::raise
end
end
(len: 184)
Usage: change-inspector NAME
Change the proc used to print return values. See list-inspectors for a list
of available procs and a short description of what each one does.
(len: 184)
, *args, &block)
rescue ::Exception
$@.delete_if{|s| ::Forwardable::FILE_REGEXP =~ s} unless ::Forwardable::debug
::Kernel::raise
end
end
(len: 184)
Usage: change-inspector NAME
Change the proc used to print return values. See list-inspectors for a list
of available procs and a short description of what each one does.
(len: 184)
(?: # non-capturing group
\A | # start of string OR
\r\n # line break
)
(
--
(len: 183)
(?: # non-capturing group
\A | # start of string OR
\r\n # line break
)
(
--
(len: 183)
500 Internal Server Error
If you are the administrator of this website, then please read this web application's log file and/or the web server's log file to find out what went wrong.
(len: 182)
500 Internal Server Error
If you are the administrator of this website, then please read this web application's log file and/or the web server's log file to find out what went wrong.
(len: 182)
500 Internal Server Error
If you are the administrator of this website, then please read this web application's log file and/or the web server's log file to find out what went wrong.
(len: 182)
Usage: down [TIMES]
Move current frame down. By default, moves by 1 frame.
Examples:
down #=> Move down 1 frame.
down 5 #=> Move down 5 frames.
(len: 182)
Passing a nested array to Active Record finder methods is
deprecated and will be removed. Flatten your array before using
it for 'IN' conditions.
(len: 182)
VCR provides a simple API to record and replay your test suite's HTTP interactions. It works with a variety of HTTP client libraries, HTTP stubbing libraries and testing frameworks.
(len: 182)
_child?"
end
# @return [Symbol] The method name that determines if the node is an invalid parent.
def invalid_parent_method_name
:"invalid_
(len: 182)
Passing a nested array to Active Record finder methods is
deprecated and will be removed. Flatten your array before using
it for 'IN' conditions.
(len: 182)
Usage: down [TIMES]
Move current frame down. By default, moves by 1 frame.
Examples:
down #=> Move down 1 frame.
down 5 #=> Move down 5 frames.
(len: 182)
Passing a nested array to Active Record finder methods is
deprecated and will be removed. Flatten your array before using
it for 'IN' conditions.
(len: 182)
Usage: down [TIMES]
Move current frame down. By default, moves by 1 frame.
Examples:
down #=> Move down 1 frame.
down 5 #=> Move down 5 frames.
(len: 182)
Usage: down [TIMES]
Move current frame down. By default, moves by 1 frame.
Examples:
down #=> Move down 1 frame.
down 5 #=> Move down 5 frames.
(len: 182)
Passing a nested array to Active Record finder methods is
deprecated and will be removed. Flatten your array before using
it for 'IN' conditions.
(len: 182)
The provided regular expression is using multiline anchors (^ or $), which may present a security risk. Did you mean to use \A and \z, or forgot to add the :multiline => true option?
(len: 182)
VCR provides a simple API to record and replay your test suite's HTTP interactions. It works with a variety of HTTP client libraries, HTTP stubbing libraries and testing frameworks.
(len: 182)
VCR provides a simple API to record and replay your test suite's HTTP interactions. It works with a variety of HTTP client libraries, HTTP stubbing libraries and testing frameworks.
(len: 182)
500 Internal Server Error
If you are the administrator of this website, then please read this web application's log file and/or the web server's log file to find out what went wrong.
(len: 182)
VCR provides a simple API to record and replay your test suite's HTTP interactions. It works with a variety of HTTP client libraries, HTTP stubbing libraries and testing frameworks.
(len: 182)
_child?"
end
# @return [Symbol] The method name that determines if the node is an invalid parent.
def invalid_parent_method_name
:"invalid_
(len: 182)
_child?"
end
# @return [Symbol] The method name that determines if the node is an invalid parent.
def invalid_parent_method_name
:"invalid_
(len: 182)
, interp)
return interp unless other_interp
return other_interp
end
e = node(Tree::Operation.new(e, assert_expr(
(len: 181)
, interp)
return interp unless other_interp
return other_interp
end
e = node(Tree::Operation.new(e, assert_expr(
(len: 181)
Ruby on Rails is a full-stack web framework optimized for programmer happiness and sustainable productivity. It encourages beautiful code by favoring convention over configuration.
(len: 180)
The value (%s) of the option `as` is not a valid Ruby identifier; make sure it starts with lowercase letter, and is followed by any combination of letters, numbers and underscores.
(len: 180)
Usage: install-command COMMAND
Installs the gems necessary to run the given COMMAND. You will generally not
need to run this unless told to by an error message.
(len: 180)
Ruby on Rails is a full-stack web framework optimized for programmer happiness and sustainable productivity. It encourages beautiful code by favoring convention over configuration.
(len: 180)
Warning: the running version of Bundler is older than the version that created the lockfile. We suggest you upgrade to the latest version of Bundler by running `gem install bundler
(len: 180)
Ruby on Rails is a full-stack web framework optimized for programmer happiness and sustainable productivity. It encourages beautiful code by favoring convention over configuration.
(len: 180)
Ruby on Rails is a full-stack web framework optimized for programmer happiness and sustainable productivity. It encourages beautiful code by favoring convention over configuration.
(len: 180)
Ruby on Rails is a full-stack web framework optimized for programmer happiness and sustainable productivity. It encourages beautiful code by favoring convention over configuration.
(len: 180)
ensure in ___sers_chris__rbenv_versions_______lib_ruby_gems_______gems_peek_performance_bar_______app_views_peek_views__performance_bar_html_erb___569675796577410641_70279530326940
(len: 180)
Usage: install-command COMMAND
Installs the gems necessary to run the given COMMAND. You will generally not
need to run this unless told to by an error message.
(len: 180)
Ruby on Rails is a full-stack web framework optimized for programmer happiness and sustainable productivity. It encourages beautiful code by favoring convention over configuration.
(len: 180)
The value (%s) of the option `as` is not a valid Ruby identifier; make sure it starts with lowercase letter, and is followed by any combination of letters, numbers and underscores.
(len: 180)
Warning: the running version of Bundler is older than the version that created the lockfile. We suggest you upgrade to the latest version of Bundler by running `gem install bundler
(len: 180)
Usage: install-command COMMAND
Installs the gems necessary to run the given COMMAND. You will generally not
need to run this unless told to by an error message.
(len: 180)
Usage: install-command COMMAND
Installs the gems necessary to run the given COMMAND. You will generally not
need to run this unless told to by an error message.
(len: 180)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/jquery-turbolinks-2.1.0/vendor/assets/javascripts/jquery.turbolinks.js?type=application/javascript&pipeline=self
(len: 179)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/jquery-turbolinks-2.1.0/vendor/assets/javascripts/jquery.turbolinks.js?type=application/javascript&pipeline=self
(len: 179)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/jquery-turbolinks-2.1.0/vendor/assets/javascripts/jquery.turbolinks.js?type=application/javascript&pipeline=self
(len: 179)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/jquery-turbolinks-2.1.0/vendor/assets/javascripts/jquery.turbolinks.js?type=application/javascript&pipeline=self
(len: 179)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/jquery-turbolinks-2.1.0/vendor/assets/javascripts/jquery.turbolinks.js?type=application/javascript&pipeline=self
(len: 179)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/jquery-turbolinks-2.1.0/vendor/assets/javascripts/jquery.turbolinks.js?type=application/javascript&pipeline=self
(len: 179)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/jquery-turbolinks-2.1.0/vendor/assets/javascripts/jquery.turbolinks.js?type=application/javascript&pipeline=self
(len: 179)
No HTTP_REFERER was set in the request to this action, so redirect_to :back could not be called successfully. If this is a test, make sure to specify request.env["HTTP_REFERER"].
(len: 178)
No HTTP_REFERER was set in the request to this action, so redirect_to :back could not be called successfully. If this is a test, make sure to specify request.env["HTTP_REFERER"].
(len: 178)
(?::partial\s*=>|partial:) # partial: or :partial =>
\s* # optional whitespace
(['"])([^'"]+)\1 # quoted value
(len: 178)
('?\d+)[^-\d\s]*\s*(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)[^-\d\s']*(?:\s*(c(?:e|\.e\.)|b(?:ce|\.c\.e\.)|a(?:d|\.d\.)|b(?:c|\.c\.))?\s*('?-?\d+(?:(?:st|nd|rd|th)\b)?))?
(len: 178)
No HTTP_REFERER was set in the request to this action, so redirect_to :back could not be called successfully. If this is a test, make sure to specify request.env["HTTP_REFERER"].
(len: 178)
No HTTP_REFERER was set in the request to this action, so redirect_to :back could not be called successfully. If this is a test, make sure to specify request.env["HTTP_REFERER"].
(len: 178)
(?::partial\s*=>|partial:) # partial: or :partial =>
\s* # optional whitespace
(['"])([^'"]+)\1 # quoted value
(len: 178)
A common interface to multiple JSON libraries, including Oj, Yajl, the JSON gem (with C-extensions), the pure-Ruby JSON gem, NSJSONSerialization, gson.rb, JrJackson, and OkJson.
(len: 177)
A common interface to multiple JSON libraries, including Oj, Yajl, the JSON gem (with C-extensions), the pure-Ruby JSON gem, NSJSONSerialization, gson.rb, JrJackson, and OkJson.
(len: 177)
Builder provides a number of builder objects that make creating structured data
simple to do. Currently the following builder objects are supported:
* XML Markup
* XML Events
(len: 177)
Builder provides a number of builder objects that make creating structured data
simple to do. Currently the following builder objects are supported:
* XML Markup
* XML Events
(len: 177)
The partial name (%s) is not a valid Ruby identifier; make sure your partial name starts with underscore, and is followed by any combination of letters, numbers and underscores.
(len: 177)
Builder provides a number of builder objects that make creating structured data
simple to do. Currently the following builder objects are supported:
* XML Markup
* XML Events
(len: 177)
Builder provides a number of builder objects that make creating structured data
simple to do. Currently the following builder objects are supported:
* XML Markup
* XML Events
(len: 177)
A common interface to multiple JSON libraries, including Oj, Yajl, the JSON gem (with C-extensions), the pure-Ruby JSON gem, NSJSONSerialization, gson.rb, JrJackson, and OkJson.
(len: 177)
A common interface to multiple JSON libraries, including Oj, Yajl, the JSON gem (with C-extensions), the pure-Ruby JSON gem, NSJSONSerialization, gson.rb, JrJackson, and OkJson.
(len: 177)
1000 Sample strings:
file-digest:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/primer-css/scss/_alerts.scss
(len: 116)
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets
(len: 123)
internal_init
(len: 13)
@content_type
(len: 13)
en
(len: 2)
>=
(len: 2)
mkdir_p
(len: 7)
HTTPInformation
(len: 15)
activate
(len: 8)
%9d
(len: 3)
0.16.0-ruby
(len: 11)
platform
(len: 8)
date=
(len: 5)
BIG5_UAO
(len: 8)
�
(len: 1)
prefetch_primary_key?
(len: 21)
T_STRUCT
(len: 8)
enabled?
(len: 8)
@specification_version
(len: 22)
rename
(len: 6)
fdatasync
(len: 9)
srest
(len: 5)
=
(len: 1)
ENOTSOCK
(len: 8)
0.1.1-ruby
(len: 10)
CompatibilityError
(len: 18)
%70
(len: 3)
is_a?
(len: 5)
-@
(len: 2)
5.0.4-ruby
(len: 10)
StringIO
(len: 8)
�
(len: 1)
FileUtils::Verbose
(len: 18)
%44
(len: 3)
PURPOSE_OCSP_HELPER
(len: 19)
executable_path
(len: 15)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138
(len: 200)
rubygems
(len: 8)
type_params
(len: 11)
name
(len: 4)
s.add_
(len: 12)
@extra_chain_cert
(len: 17)
]|
(len: 2)
Pacific/Galapagos
(len: 17)
setpwent
(len: 8)
UniformNotifier
(len: 15)
@sock
(len: 5)
SC_XOPEN_UNIX
(len: 13)
active_record/attribute_methods/primary_key
(len: 43)
public_key=
(len: 11)
@scopes
(len: 7)
const
(len: 5)
OS_ATARI
(len: 8)
rdoc/i18n.rb
(len: 12)
rdoc/markup/to_joined_paragraph.rb
(len: 34)
.woff
(len: 5)
OpenSSL::OpenSSLError
(len: 21)
H*
(len: 2)
psych/deprecated.rb
(len: 19)
Failed to load
(len: 15)
work
(len: 4)
Microsoft MediaView
(len: 19)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0
(len: 54)
OpenSSL::ASN1::ObjectId
(len: 23)
iso_8859-15
(len: 11)
peek-pg-1.1.0
(len: 13)
application/x-ms-xbap
(len: 21)
defined guard in cast_with_nokogiri
(len: 35)
ruby
(len: 4)
windows-1258
(len: 12)
ibm866
(len: 6)
iso-8859-15
(len: 11)
%ED
(len: 3)
configure_gem_home_and_path
(len: 27)
font
(len: 4)
�
(len: 1)
; HttpOnly
(len: 10)
selected
(len: 8)
@requires_sudo_ran
(len: 18)
>=
(len: 2)
rspec
(len: 5)
application/x-dxf
(len: 17)
block in available_locales_set
(len: 30)
NetCDF
(len: 6)
Beerware
(len: 8)
ConfigFile
(len: 10)
block in uri_escaped_with_configured_credentials
(len: 48)
!ruby/object:Complex
(len: 20)
Request Header Fields Too Large
(len: 31)
ActionView::VERSION
(len: 19)
span
(len: 4)
peek-dalli
(len: 10)
Asia/Novosibirsk
(len: 16)
specs
(len: 5)
=
(len: 1)
Sass::Tree::WarnNode
(len: 20)
1.2.1-ruby
(len: 10)
=
(len: 1)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/specifications/docile-1.1.5.gemspec
(len: 90)
person
(len: 6)
block in read_new
(len: 17)
base64
(len: 6)
Kuala Lumpur
(len: 12)
ActionController::RackDelegation#location= delegated to @_response.location=, but @_response is nil:
(len: 101)
plugins
(len: 7)
m*
(len: 2)
no_xhtml
(len: 8)
flat_settings
(len: 13)
base64
(len: 6)
transform
(len: 9)
UNLINK
(len: 6)
xlink:type
(len: 10)
add_trace_func
(len: 14)
clipPath
(len: 8)
phase
(len: 5)
xes
(len: 3)
Redis::Connection
(len: 17)
0.9.6-ruby
(len: 10)
branchunless
(len: 12)
SVG_ELEMENTS
(len: 12)
Hemant_Thakkar
(len: 14)
@obj_name
(len: 9)
skip_callback
(len: 13)
block in enabled=
(len: 17)
base64
(len: 6)
block in alive!
(len: 15)
signed_cookie_salt=
(len: 19)
define_singleton_method
(len: 23)
Charles_Engelke
(len: 15)
9400d3
(len: 6)
CssImportNode
(len: 13)
Purva_R_Rajkotia
(len: 16)
person
(len: 6)
application/vnd.hyperdrive+json
(len: 31)
time_zone_aware_attributes=
(len: 27)
to_path
(len: 7)
EINPROGRESSWaitReadable
(len: 23)
%02d
(len: 4)
visit_Arel_Attributes_String
(len: 28)
objectify_options
(len: 17)
ActionController::Flash::ClassMethods
(len: 37)
application/vnd.etsi.asic-e+zip
(len: 31)
convert
(len: 7)
application/vnd.epson.esf
(len: 25)
set_cache
(len: 9)
.dcr
(len: 4)
template
(len: 8)
gem_dir
(len: 7)
template
(len: 8)
ROWS
(len: 5)
\u%04x
(len: 6)
features/[^/]*/boolean/?\Z
(len: 26)
manifest requires output filename
(len: 33)
_define_around_model_callback
(len: 29)
less_than_x_minutes
(len: 19)
ActionView::Helpers::CsrfHelper
(len: 31)
define_attribute_method
(len: 23)
W/
(len: 2)
origin_many_empty?
(len: 18)
%49
(len: 3)
http://www.iana.org/assignments/media-types/%s
(len: 46)
OBJECT_TYPE_TEMPLATE
(len: 20)
sanitized_allowed_css_properties=
(len: 33)
block (4 levels) in delegate_scoped
(len: 35)
webm
(len: 4)
/+\Z
(len: 4)
application/vnd.sealed-tiff
(len: 27)
/pulls/comments/
(len: 16)
exe
(len: 3)
default_per_page=
(len: 17)
active_record/errors
(len: 20)
application/prs.xsf+xml
(len: 23)
application/vnd.HandHeld-Entertainment+xml
(len: 42)
__by_hex
(len: 8)
rss+xml
(len: 7)
Content-ID:
(len: 12)
name_source_range=
(len: 18)
application
(len: 11)
on_jruby?
(len: 9)
/Users/chris/src/projects/github/classroom/app/helpers
(len: 54)
vnd.3gpp-prose-pc3ch+xml
(len: 24)
trans_encoding
(len: 14)
headers
(len: 7)
id
(len: 2)
id_changed?
(len: 11)
application
(len: 11)
PARTIAL_INPUT
(len: 13)
application
(len: 11)
vnd.crick.clicker.template
(len: 26)
node_or_nodes
(len: 13)
primitive_errinfo
(len: 17)
application/vnd.dvb.notif-init+xml
(len: 34)
scan_setup
(len: 10)
reload-code
(len: 11)
Filip_Navara
(len: 12)
application.vnd-etsi-tsl-xml
(len: 28)
finished
(len: 8)
application/vnd.dynageo
(len: 23)
vnd.gov.sk.e-form+zip
(len: 21)
[%s] %5s -- %s: %s
(len: 19)
lib_path
(len: 8)
app/models
(len: 10)
discard_second
(len: 14)
Regexp
(len: 6)
application/vnd.intertrust.digibox
(len: 34)
PARTITION BY
(len: 13)
milliseconds
(len: 12)
application/vnd.dtg.local.flash
(len: 31)
application/vnd.ms-ims
(len: 22)
instrumentation
(len: 15)
vnd.ms-powerpoint.addin.macroenabled.12
(len: 39)
IllegalMigrationNameError
(len: 25)
application
(len: 11)
/[0-9]*_*.rb
(len: 12)
application
(len: 11)
vnd.ntt-local.ogw_remote-access
(len: 31)
objects_by_id
(len: 13)
select_by_ids
(len: 13)
size
(len: 4)
application/vnd.dece.data
(len: 25)
Hao_Wang
(len: 8)
block in type_map
(len: 17)
MultiJson::Version
(len: 18)
define_attribute_method
(len: 23)
application.vnd-openxmlformats-officedocument-presentationml-slidemaster-xml
(len: 76)
timestamp-query
(len: 15)
visit_Arel_Attributes_Boolean
(len: 29)
block (2 levels) in distance_of_time_in_words
(len: 45)
block in down
(len: 13)
vmsbackup
(len: 9)
image.targa
(len: 11)
application/vnd.etsi.mheg5
(len: 26)
delivery-status
(len: 15)
tidy_bytes
(len: 10)
":"
(len: 3)
related
(len: 7)
vnd.apple.installer+xml
(len: 23)
application/vnd.etsi.iptvsad-bc+xml
(len: 35)
vnd.apache.thrift.json
(len: 22)
tr
(len: 2)
application/vnd.blueice.multipass
(len: 33)
application/vnd.bmi
(len: 19)
text.vnd-sun-j2me-app-descriptor
(len: 32)
x-sfv
(len: 5)
video.h261
(len: 10)
rfc2046
(len: 7)
application.vnd-cups-ppd
(len: 24)
application
(len: 11)
_dump_data
(len: 10)
video/vnd.radgamettools.smacker
(len: 31)
rejected?
(len: 9)
setrange
(len: 8)
sru
(len: 3)
xo
(len: 2)
gl
(len: 2)
get_all_versions
(len: 16)
application
(len: 11)
application/vnd.dvb.notif-ia-msglist+xml
(len: 40)
ActionMailer::VERSION
(len: 21)
en
(len: 2)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/tzinfo-1.2.2/lib/tzinfo/country_info.rb
(len: 99)
base64
(len: 6)
SHARE_DELETE
(len: 12)
http:/
(len: 6)
application/vnd.accpac.simply.imp
(len: 33)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/lib
(len: 74)
@redis_pool
(len: 11)
authenticate_with_http_digest
(len: 29)
p10
(len: 3)
while
(len: 5)
.clkx
(len: 5)
Tilt::CoffeeScriptTemplate
(len: 26)
.hlp
(len: 4)
.man
(len: 4)
.obd
(len: 4)
.ms
(len: 3)
block in eager_autoload!
(len: 24)
OpenSSL::PKCS12::PKCS12Error
(len: 28)
Ruby19
(len: 6)
.shar
(len: 5)
block (2 levels) in class_names
(len: 31)
_scopes
(len: 7)
tilt/kramdown
(len: 13)
application/vnd.lotus-wordpro
(len: 29)
audio/x-pn-realaudio
(len: 20)
application/vnd.google-earth.kmz
(len: 32)
editor_name
(len: 11)
element
(len: 7)
to_yiq
(len: 6)
/
(len: 1)
N
(len: 1)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/activesupport-4.2.5.2/lib/active_support/core_ext/string/inflections.rb
(len: 131)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/activerecord-4.2.5.2/lib/active_record/associations/collection_proxy.rb
(len: 131)
DarkBlue
(len: 8)
tail
(len: 4)
PaleVioletRed
(len: 13)
@client
(len: 7)
ď
(len: 1)
ú
(len: 1)
sidekiq
(len: 7)
set_scope
(len: 9)
>=
(len: 2)
is an invalid argument
(len: 23)
tabindex
(len: 8)
etx
(len: 3)
application
(len: 11)
IDENT_START
(len: 11)
init_loaded_zones
(len: 17)
visit_Rational
(len: 14)
origin
(len: 6)
~>
(len: 2)
bin
(len: 3)
HTTP_WARNING
(len: 12)
minitest
(len: 8)
@targets
(len: 8)
lib/peek-sidekiq/version.rb
(len: 27)
person
(len: 6)
rake
(len: 4)
yellow=
(len: 7)
textmode
(len: 8)
store_original_raw_attribute
(len: 28)
application/vnd.fujixerox.docuworks.binder
(len: 42)
config/initializers
(len: 19)
helper_module
(len: 13)
hash
(len: 4)
file://
(len: 7)
<CFUNC>
(len: 7)
to_ary
(len: 6)
rfc
(len: 3)
hmget
(len: 5)
en
(len: 2)

(len: 1)
@resolve_assets_with
(len: 20)
additions
(len: 9)
type_name
(len: 9)
json
(len: 4)
has been deprecated. Use Color::RGB::
(len: 38)
SystemError
(len: 11)
DuplicateFunction
(len: 17)
ExternalRoutineInvocationException
(len: 34)
%s, %02d %s %0*d %02d:%02d:%02d GMT
(len: 35)
invalid strptime format - `
(len: 27)
�
(len: 1)
block in start_control
(len: 22)

(len: 5)
audio/G711-0
(len: 12)
block (3 levels) in visit_directive
(len: 35)
multiple_of?
(len: 12)
application/vnd.oma.bcast.sprov+xml
(len: 35)
for
(len: 3)
6.0.3-ruby
(len: 10)
vnd.oasis.opendocument.formula-template
(len: 39)
%CD
(len: 3)
application/x-u-star
(len: 20)
turbolinks-2.5.3
(len: 16)
MAKEFILE_CONFIG
(len: 15)
en
(len: 2)
ARCHFILE
(len: 8)
remote_user
(len: 11)
block in search
(len: 15)
nil not allowed
(len: 15)
>=
(len: 2)
2.5.1
(len: 5)
[a-zA-Z][0-9a-zA-Z]*|[0-9]+(?:\.[0-9]+)*
(len: 40)
2.5.1
(len: 5)
person
(len: 6)
2.5.1
(len: 5)
rfc
(len: 3)
module
(len: 6)
>=
(len: 2)
@update_sources
(len: 15)
@wbuffer
(len: 8)
America/Argentina/Cordoba
(len: 25)
Puma
(len: 4)
Resolv::MDNS
(len: 12)
utf-16
(len: 6)
application/vnd.wolfram.mathematica.package
(len: 43)
update_slot
(len: 11)
/$
(len: 2)
daemon_init
(len: 11)
update_aliases
(len: 14)
start_day_number
(len: 16)
__swap__
(len: 8)
蓼
(len: 1)
note
(len: 4)
キログラãƒ
(len: 5)
activate_control_app
(len: 20)
Europe/Kiev
(len: 11)
--builder BUILDER_LINE
(len: 22)
 
(len: 1)
^#\\(.*)
(len: 8)
\1um
(len: 4)
>=
(len: 2)
rescue in write_500
(len: 19)
%A0
(len: 3)
from_trusted_xml
(len: 16)
qxl
(len: 3)
�
(len: 1)
application/vnd.pocketlearn
(len: 27)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/activesupport-4.2.5.2/lib/active_support/duration.rb
(len: 112)
create_cdata
(len: 12)
base64
(len: 6)
ensure_iteration_allowed
(len: 24)
sub_elements
(len: 12)
decorate!
(len: 9)
[[:alpha:]!]
(len: 12)
_app
(len: 4)
application/vnd.ms-excel.sheet.binary.macroEnabled.12
(len: 53)
g3w
(len: 3)
__write_nonblock
(len: 16)
unregister_postprocessor
(len: 24)
rfc5188
(len: 7)
request_token_tag
(len: 17)
hosts_config
(len: 12)
utf-16
(len: 6)
redis-namespace
(len: 15)
%69
(len: 3)
Server handler (
(len: 16)
base64
(len: 6)
~>
(len: 2)
lightness
(len: 9)
hsl(%3.2f, %3.2f%%, %3.2f%%)
(len: 28)
simplecov
(len: 9)
mail/elements/envelope_from_element
(len: 35)
ensure in with_connection
(len: 25)
PG::InvalidXmlComment
(len: 21)
/usr/sbin/psrinfo
(len: 17)
]...
(len: 4)
property to null object
(len: 24)
ScriptParser
(len: 12)
app_xml
(len: 7)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/sass-3.4.18/lib/sass/script/value/arg_list.rb
(len: 105)
bgcolor
(len: 7)
generate_candidates
(len: 19)
Slop::InvalidCommandError
(len: 25)
mkactivity
(len: 10)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/bundler-1.11.2/exe
(len: 78)
script
(len: 6)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/2.3.0/net/http.rb
(len: 61)
align
(len: 5)
which
(len: 5)
new_github_organization
(len: 23)
rescue in integer?
(len: 18)
XMLHttpRequest
(len: 14)
application.gca-compressed
(len: 26)
template
(len: 8)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/omniauth-1.2.2/lib
(len: 78)
block in handle_positional_args
(len: 31)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/puma-2.14.0/lib
(len: 75)
rack-tracker
(len: 12)
application/vnd.ms-artgalry
(len: 27)
sha_or_branch
(len: 13)
mash_method_name
(len: 16)
color1
(len: 6)
pedantic
(len: 8)
(?-mix:-*(?-mix:[_a-zA-Z]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))(?-mix:[a-zA-Z0-9_-]|(?-mix:[\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}])|(?-mix:(?-mix:\\(?-mix:[0-9a-fA-F]){1,6}[ \t\r\n\f]?)|\\[ -~\u{80}-\u{D7FF}\u{E000}-\u{FFFD}\u{10000}-\u{10FFFF}]))*)\(
(len: 407)
rescue in io
(len: 12)
application/mathml-content+xml
(len: 30)
rescue in call_with_timeout
(len: 27)
mroot
(len: 5)
application
(len: 11)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/nokogiri-1.6.7.2/lib/nokogiri/xml/pp/node.rb
(len: 104)


(len: 1)
emergencycalldata.subscriberinfo+xml
(len: 36)
Concurrent::ReentrantReadWriteLock
(len: 34)
csrattrs
(len: 8)
cdmi-container
(len: 14)
StructureGenerators
(len: 19)
alto-networkmap+json
(len: 20)
ice
(len: 3)
get_admin_stats
(len: 15)
video/vnd.dece-mp4
(len: 18)
en
(len: 2)
message
(len: 7)
rfc
(len: 3)
audio/rtp-midi
(len: 14)
build_js
(len: 8)
after_add_for_assignment_repos
(len: 30)
final_sequence
(len: 14)
application/vnd.japannet-verification
(len: 37)
Elasticsearch::Transport::Transport::Connections::Collection
(len: 60)
utf-16
(len: 6)
Portable Anymap Image
(len: 21)
link_to_next_page
(len: 17)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/railties-4.2.5.2/lib/rails/railtie/configuration.rb
(len: 111)
template
(len: 8)
GC::Profiler
(len: 12)
tel
(len: 3)
rfc4263
(len: 7)
template
(len: 8)
rfc
(len: 3)
3g2
(len: 3)
rfc6381
(len: 7)
base64
(len: 6)
content_after_options
(len: 21)
flv
(len: 3)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/concurrent-ruby-1.0.1/lib/concurrent/executor/immediate_executor.rb
(len: 127)
atomicmail
(len: 10)
andrew-inset
(len: 12)
rescue in last_modified
(len: 23)
%4F
(len: 3)
given
(len: 5)
application/vnd.panoply
(len: 23)
application
(len: 11)
H
(len: 1)
vnd.radisys.msml-audit+xml
(len: 26)
vnd.rig.cryptonote
(len: 18)
seml
(len: 4)
organizations_url?
(len: 18)
application
(len: 11)
Added Fixnum validation to the specification_version
(len: 52)
cif
(len: 3)
utf-8
(len: 5)
caf
(len: 3)
vnd.tcpdump.pcap
(len: 16)
application.vnd-uplanet-cacheop
(len: 31)
audio/webm
(len: 10)
Asia/Kathmandu
(len: 14)
@to_io
(len: 6)
vnd.zul
(len: 7)
@before_remove_for_groupings
(len: 28)
application
(len: 11)
application.authorware-map
(len: 26)
OAuth2::Strategy::AuthCode
(len: 26)
application.dtbncx-xml
(len: 22)
CK
(len: 2)
application
(len: 11)
Disabled
(len: 8)
^[^\s]+
(len: 7)
mdb
(len: 3)
application/x-mswrite
(len: 21)
application/quicktimeplayer
(len: 27)
powerpoint
(len: 10)
pkixcmp
(len: 7)
sv4crc
(len: 6)
application.prs-xsf-xml
(len: 23)
z4
(len: 2)
xhtml-voice+xml
(len: 15)
subscribed?
(len: 11)
application/xslt+xml
(len: 20)
snd
(len: 3)
year
(len: 4)
Faraday::CompositeReadIO
(len: 24)
mpeg
(len: 4)
get_dispatch_cache
(len: 18)
rfc3625
(len: 7)
application
(len: 11)
vnd.dolby.pl2z
(len: 14)
scan_file
(len: 9)
application
(len: 11)
audio
(len: 5)
on_jruby?
(len: 9)
.yaml.erb.eco.coffee
(len: 20)
message.example
(len: 15)
block (2 levels) in wait
(len: 24)
WaitReadable
(len: 12)
Enliven Viewer
(len: 14)
created_at_change
(len: 17)
.ico.erb.coffee.ejs
(len: 19)
.source.png.coffee.scss.ejs
(len: 27)
.source.png.ejs.eco.coffee
(len: 26)
text/x-nfo
(len: 10)
.source.jpg.ejs.jst.scss
(len: 24)
.source.jpg.coffee.jst.sass
(len: 27)
CALLBACK_WARN_MESSAGE
(len: 21)
.source.jpeg.sass.ejs.eco
(len: 25)
.source.jpeg.jst
(len: 16)
.source.tiff.jst
(len: 16)
TkFLOAT
(len: 7)
AssociationReflection
(len: 21)
.source.tiff.ejs.coffee.sass
(len: 28)
.source.tiff.scss.erb.ejs
(len: 25)
block in perform
(len: 16)
è
(len: 2)
Unsupported Macro:
(len: 19)
.source.tif.scss.eco.erb
(len: 24)
SyncML
(len: 6)
new_value
(len: 9)
https://api.github.com/users/mkcode/repos
(len: 41)
.source.webm.ejs.eco
(len: 20)
impersonate_stafftools_user
(len: 27)
.source.webm.ejs.scss.jst
(len: 25)
.source.webm.scss.sass.jst
(len: 26)
gem_bins
(len: 8)
.source.snd.jst.coffee.scss
(len: 27)
.source.snd.ejs.jst.coffee
(len: 26)
dependencies_for
(len: 16)
local_stored_attributes=
(len: 24)
error?
(len: 6)
.source.au.eco.sass.erb
(len: 23)
krbsrvname
(len: 10)
Nick Kallen
(len: 11)
EST5EDT
(len: 7)
.source.aiff.sass.eco.erb
(len: 25)
.source.aiff.erb.scss.coffee
(len: 28)
block (2 levels) in import_from_env
(len: 35)
I18n::Config
(len: 12)
>=
(len: 2)
.source.mp2.jst.scss
(len: 20)
want
(len: 4)
.source.mp2.erb.coffee.sass
(len: 27)
.source.mid.erb.jst.eco
(len: 23)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/2.3.0/uri/rfc3986_parser.rb
(len: 71)
.source.avi.eco.coffee.jst
(len: 26)
*.{rb,yml}
(len: 10)
@cache_version
(len: 14)
.self.mp3.scss.jst.erb
(len: 22)
.source.wave.sass.ejs.coffee
(len: 28)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/vendor_ruby
(len: 55)
marshal_spec_dir
(len: 16)
warning_type
(len: 12)
is_export
(len: 9)
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/turbolinks-2.5.3/lib/assets/javascripts/peek
(len: 118)
base_directory has ..:
(len: 23)
block in del_trailing_separator
(len: 31)
^(yes|true|on)$
(len: 15)
author=
(len: 7)
ohai
(len: 4)
CORE
(len: 4)
US/Pacific
(len: 10)
-----BEGIN CERTIFICATE-----
MIIDcDCCAligAwIBAgIBATANBgkqhkiG9w0BAQUFADA/MQ4wDAYDVQQDDAVwYXZl
bDEYMBYGCgmSJomT8ixkARkWCHByYXZvc3VkMRMwEQYKCZImiZPyLGQBGRYDY29t
MB4XDTE1MDMwNDA0MTAzNVoXDTE2MDMwMzA0MTAzNVowPzEOMAwGA1UEAwwFcGF2
ZWwxGDAWBgoJkiaJk/IsZAEZFghwcmF2b3N1ZDETMBEGCgmSJomT8ixkARkWA2Nv
bTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKgJODgg1dH3weeyKtQF
mhC3C8gleHSTZYAt1pMBZQ6QmRD7/kLIfLTJB/zgFUVoNoHVZ8qyFmx89reqk5Z4
x/rIVskzpB76MushyaEJhw5UrxEZvoCK0b+nSUR8NT0YcznkjSbALBBagny5NWHn
98LbVtIQYXdJTgC8xvV1u2Bix1JI/Qv1wuDKCw14XF2AFmT4nPt40FEUk4zWwbGI
rdKjssA43TGDjzKmzdOpJ4aOble+Zq6N7jBacMdlsqQAvQ0bbGLokp8W7Ci/UNWC
Q8DwDrjlbURMu729T70yuswrQHyxmh7SISMmjp44+C5ElwVbfcCQQxiwsdAcE3zD
ST0CAwEAAaN3MHUwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAwHQYDVR0OBBYEFJ7X
Ly29ycziHHerLL3NCavLRSv5MB0GA1UdEQQWMBSBEnBhdmVsQHByYXZvc3VkLmNv
bTAdBgNVHRIEFjAUgRJwYXZlbEBwcmF2b3N1ZC5jb20wDQYJKoZIhvcNAQEFBQAD
ggEBAJM/D4S0IHFerw9xcEKR2sehNn9deQKsS7auR3wAtxEitrPzKZb+8Uy3KVqP
Jt/z5WABxO2Bjd7IM+s445lZF6kDsGsYYydlEkf9yzOYrtVmISTJYrsApU8BZQf
(len: 1253)
1.3.5
(len: 5)
Behavior
(len: 8)
application/vnd.vcx
(len: 19)
ruby
(len: 4)
application/vnd.uplanet.list
(len: 28)
divider
(len: 7)
base64
(len: 6)
register_observers
(len: 18)
can't get const
(len: 16)
Logger::Formatter
(len: 17)
directory
(len: 9)
Europe/Vaduz
(len: 12)
\n
(len: 2)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/specifications/vcr-2.9.3.gemspec
(len: 87)
thread_safe
(len: 11)
needs
(len: 5)
redis-namespace
(len: 15)
simplecov
(len: 9)
Recordare Applications
(len: 22)
block in replace_bin_path
(len: 25)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/2.3.0/psych/nodes/stream.rb
(len: 71)
GEM_ROOT_FILTER
(len: 15)
@resolved_query
(len: 15)
base64
(len: 6)
block in call_job
(len: 17)
UTF_8_MAC
(len: 9)
Chewy::Strategy::ActiveJob
(len: 26)
is set.
(len: 8)
base64
(len: 6)
application/atom+xml
(len: 20)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/coffee-rails-4.1.1
(len: 78)
HashWithIndifferentAccess
(len: 25)
TZInfo::ZoneinfoDirectoryNotFound
(len: 33)
utf-16
(len: 6)
UCS4LE
(len: 6)
analyze_wildcard
(len: 16)
sidekiq_delay
(len: 13)
Redis::SubscribedClient
(len: 23)
`min_threads` cannot be less than
(len: 34)
airbrake.active_job
(len: 19)
block (2 levels) in process
(len: 27)
queue_waiters
(len: 13)
__recursive_key__
(len: 17)
ProxyAuthenticationRequired
(len: 27)
2
(len: 1)
db
(len: 2)
MAX
(len: 3)
digest_key
(len: 10)
WithRecursive
(len: 13)
rack-timeout
(len: 12)
event_stack
(len: 11)
TooManyRequests
(len: 15)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/arel-6.0.3/lib/arel/nodes/values.rb
(len: 95)
0.6.3-ruby
(len: 10)
HTTP/0.9
(len: 8)
AssetUrlHelper
(len: 14)
[a-zA-Z][\-+.a-zA-Z\d]*:(?:(?://(?:(?:(?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*@)?(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)?|(?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+)(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?|/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)(?:\?(?:(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\d]{2})*))?|(?:[\-_.!~*'()a-zA-Z\d;?:@&=+$,]|%[a-fA-F\d]{2})(?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\
(len: 1009)
OpenSSL::ASN1::Constructive
(len: 27)
tree
(len: 4)
DEFAULT_CERT_FILE
(len: 17)
HTTP_X_REQUEST_START
(len: 20)
load_from_yaml
(len: 14)
Pathname
(len: 8)
file-digest:///Users/chris/src/projects/github/classroom/app/assets/javascripts/normalize-submit.coffee
(len: 103)
/Users/chris/src/projects/github/classroom/app/assets/javascripts/search.coffee
(len: 79)
@use_instead
(len: 12)
<module:Sprockets>
(len: 18)
ordinal
(len: 7)
ibm819
(len: 6)
Apr
(len: 3)
Sep
(len: 3)
iso885914
(len: 9)
iso8859-6
(len: 9)
@message_verifiers
(len: 18)
video/ms-wmv
(len: 12)
Byebug::VarCommand::LocalSubcommand
(len: 35)
iMatix
(len: 6)
video/vnd.directv.mpeg
(len: 22)
NRL
(len: 3)
multi_json
(len: 10)
allow_in_post_mortem=
(len: 21)
CNRI-Python
(len: 11)
vnd.ms-mediapackage
(len: 19)
display.errors.undefined
(len: 24)
TYPE_NONE
(len: 9)
ConfigFile
(len: 10)
dns
(len: 3)
((
(len: 2)
_collection
(len: 11)
model.vnd-flatland-3dml
(len: 23)
rescue in has_revision_cached?
(len: 30)
application
(len: 11)
application/vnd.informedcontrol.rms+xml
(len: 39)
dca-rft
(len: 7)
darkviolet
(len: 10)
application
(len: 11)
application/fdt+xml
(len: 19)
application/ibe-key-request+xml
(len: 31)
ivp
(len: 3)
application/vnd.ieee.1905
(len: 25)
jwk+json
(len: 8)
application/vnd.ibm.MiniPay
(len: 27)
isdst
(len: 5)
base64
(len: 6)
nested_child_index
(len: 18)
test_unit
(len: 9)
.jst.erb.ejs
(len: 12)
vnd.ncd.control
(len: 15)
.js.coffee
(len: 10)
resent-sender
(len: 13)
ensure in unprepared_statement
(len: 30)
log_call
(len: 8)
return_array
(len: 12)
vnd.ntt-local.file-transfer
(len: 27)
.htm.ejs.eco.sass
(len: 17)
(.)
(len: 3)
/Users/chris/src/projects/github/classroom/app/helpers
(len: 54)
application.vnd-3gpp-bsf-xml
(len: 28)
YUI
(len: 3)
block in distance_of_time_in_words
(len: 34)
.text.sass.ejs.jst
(len: 18)
image
(len: 5)
rfc2046
(len: 7)
form-data
(len: 9)
.bmp.scss.coffee.erb
(len: 20)
.yml.scss.jst
(len: 13)
.bmp.ejs.scss
(len: 13)
.gif.ejs
(len: 8)
application/vnd.etsi.iptvsad-bc+xml
(len: 35)
conf
(len: 4)
snf
(len: 3)
-lgmp
(len: 6)
.gif.sass.eco.jst
(len: 17)
.gif.scss.erb.jst
(len: 17)
gim
(len: 3)
vnd.dvb.notif-ia-registration-request+xml
(len: 41)
enc/trans/newline.c
(len: 20)
.self.snd.ejs.sass.jst
(len: 22)
.self.au.eco.scss.erb
(len: 21)
.self.au.scss.eco.coffee
(len: 24)
.self.aiff.eco.erb
(len: 18)
.webm.erb.scss.ejs
(len: 18)
.snd.scss.ejs.eco
(len: 17)
vnd.dreamfactory
(len: 16)
.wav
(len: 4)
transformers
(len: 12)
database configuration does not specify adapter
(len: 47)
SYMBOL
(len: 6)
.
(len: 1)
.wave.sass.erb
(len: 14)
^jruby$
(len: 7)
block in add_sql
(len: 16)
MethodInfo
(len: 10)
%0C
(len: 3)
OPEN_TOKENS
(len: 11)
.mp4.coffee.sass.scss
(len: 21)
.mp4.sass.scss.coffee
(len: 21)
.mp4.erb.coffee.scss
(len: 20)
.m4v.scss.sass
(len: 14)
>
(len: 2)
.m4v.ejs.coffee.scss
(len: 20)
.woff.eco.coffee
(len: 16)
application/vnd.oasis.opendocument.graphics-template
(len: 52)
.woff.eco.erb.scss
(len: 18)
.woff.sass.scss.ejs
(len: 19)
@progress
(len: 9)
@details
(len: 8)
MediumSpringGreen
(len: 17)
.source.scss.erb
(len: 16)
Net::HTTPHeaderSyntaxError
(len: 26)
should_type_cast
(len: 16)
IO::generic_writable
(len: 20)
.source.txt.coffee.scss.sass
(len: 28)
@ins
(len: 4)
IJ
(len: 1)
net-ssh-multi-1.2.1
(len: 19)
OpenSSL 1.0.2f 28 Jan 2016
(len: 27)
table_names
(len: 11)
InvalidDatabaseDefinition
(len: 25)
.source.text.scss.eco.jst
(len: 25)
fmod
(len: 4)
54000
(len: 5)
.self.html.erb.sass.jst
(len: 23)
.self.htm.coffee.sass.scss
(len: 26)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/addressable-2.4.0/lib/addressable/template.rb
(len: 105)
association_join
(len: 16)
PG::InvalidSchemaName
(len: 21)
PG::ExternalRoutineInvocationException
(len: 38)
.self.txt.eco.erb.jst
(len: 21)
2BP01
(len: 5)
.self.txt.erb.eco.coffee
(len: 24)
.self.text.sass.erb
(len: 19)
.self.text.scss.eco.erb
(len: 23)
send_query
(len: 10)
loexport
(len: 8)
input_args=
(len: 11)
.debug.ttf.coffee.sass.eco
(len: 26)
application/beep+xml
(len: 20)
@precompiled_assets
(len: 19)
.debug.ttf.eco.jst.ejs
(len: 22)
.debug.woff.jst.sass
(len: 20)
.debug.woff.jst.sass.erb
(len: 24)
attr_internal_writer
(len: 20)
alto-networkmap+json
(len: 20)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/activesupport-4.2.5.2/lib/active_support/message_encryptor.rb
(len: 121)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/actionview-4.2.5.2/lib/action_view/log_subscriber.rb
(len: 112)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/actionpack-4.2.5.2/lib/action_controller.rb
(len: 103)
base64
(len: 6)
conndefaults
(len: 12)
<module:AttributeMethods>
(len: 25)
before_add_for_users?
(len: 21)
application/texinfo
(len: 19)
wordperfect
(len: 11)
xaml+xml
(len: 8)
xml-dtd
(len: 7)
x400-bp
(len: 7)
application
(len: 11)
@num_waiting
(len: 12)
26
(len: 2)
2F002
(len: 5)
rfc2421
(len: 7)
block (3 levels) in <class:Table>
(len: 33)
rtploopback
(len: 11)
application/metalink+xml
(len: 24)
polymorphic_base_class_from_value
(len: 33)
evrcb
(len: 5)
h6
(len: 2)
bin
(len: 3)
bundle
(len: 6)
generic language/style container
(len: 33)
rspec
(len: 5)
faker-1.5.0
(len: 11)
ensure in visit_directive
(len: 25)
�
(len: 1)
block in awesome_array
(len: 22)
en
(len: 2)
HTTPExpectationFailed
(len: 21)
%c6
(len: 3)
~>
(len: 2)
bullet
(len: 6)
application/x-ace-compressed
(len: 28)
lib/tasks
(len: 9)
%Bd
(len: 3)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/specifications/flipper-ui-0.7.4.gemspec
(len: 94)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/specifications/multipart-post-2.0.0.gemspec
(len: 98)
`notice.to_json` failed:
(len: 26)
T_OBJECT
(len: 8)
loofah
(len: 6)
option
(len: 6)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/activerecord-4.2.5.2/lib/active_record/serializers/xml_serializer.rb
(len: 128)
rfc3863
(len: 7)
wdb
(len: 3)
template
(len: 8)
of
(len: 2)
MediaRemote
(len: 11)
Resolv
(len: 6)
notes
(len: 5)
-?([0-9]+|[0-9]*\.[0-9]+)
(len: 25)
@legacy_manifest
(len: 16)
ToAnsi
(len: 6)
Clear the input buffer. Useful if the parsing process goes wrong and you get
stuck in the read loop.
(len: 113)
^(.*?)\z
(len: 8)
1.2.0-ruby
(len: 10)
Errno::EDESTADDRREQ
(len: 19)
base64
(len: 6)
db/seeds.rb
(len: 11)
greenland
(len: 9)
Racc_Runtime_Version
(len: 20)
autofocus
(len: 9)
EIDRM
(len: 5)
pool
(len: 4)
ENOTDIR
(len: 7)
@top
(len: 4)
Errno::EEXIST
(len: 13)
application/sql
(len: 15)
rfc4536
(len: 7)
soc
(len: 3)
detect_html
(len: 11)
config/locales
(len: 14)
sprockets_dependencies
(len: 22)
attr
(len: 4)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/sidekiq-4.1.0/lib
(len: 77)
total_allocated=
(len: 16)
mda
(len: 3)
disabled_gate_names
(len: 19)
<class:AttributeMethodMatcher>
(len: 30)
18
(len: 2)
�
(len: 1)
model/x3d+fastinfoset
(len: 21)
table header
(len: 13)
cond
(len: 4)
%f2
(len: 3)
3.0
(len: 3)
q
(len: 1)
else_block
(len: 10)
README.md
(len: 9)
base64
(len: 6)
orchid
(len: 6)
j
(len: 1)
Ӫ
(len: 2)
ೈ
(len: 2)
ṥ
(len: 2)
ḋ
(len: 2)
application/vnd.framemaker
(len: 26)
application/vnd.fujixerox.ddd
(len: 29)
newline
(len: 7)
Pry::Command::Cat::AbstractFormatter
(len: 36)
global_timer_set
(len: 16)
application/vnd.groove-injector
(len: 31)
ĝ
(len: 2)
ἃ
(len: 2)
῞
(len: 2)
ὼ
(len: 2)
↚
(len: 2)
å·¾
(len: 1)
ブ
(len: 2)
舌
(len: 1)
(二)
(len: 3)
kA
(len: 2)
æ—…
(len: 1)
וֹ
(len: 2)
é±—
(len: 1)
ئې
(len: 2)
صي
(len: 2)
Ùƒ
(len: 1)
@interruptible
(len: 14)
Lisbon
(len: 6)
Bindu_Rama_Rao
(len: 14)
wb
(len: 2)
map
(len: 3)
amount
(len: 6)
rspec-rails
(len: 11)
active_support/core_ext/time/zones
(len: 34)
rfc
(len: 3)
audio/vnd.nuera.ecelp9600
(len: 25)
application/vnd.openblox.game+xml
(len: 33)
block in parse_variable
(len: 23)
Asia/Almaty
(len: 11)
application/vnd.oma.poc.detailed-progress-report+xml
(len: 52)
utf-16
(len: 6)
hash
(len: 4)
delete_alias
(len: 12)
win_platform?
(len: 13)
TMP_RUBY_PREFIX
(len: 15)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/elasticsearch-api-1.0.14/lib/elasticsearch/api/actions/clear_scroll.rb
(len: 130)
_command
(len: 8)
Pry::Command::Ls::Interrogatable
(len: 32)
OrganizationsController
(len: 23)
keyPoints
(len: 9)
utf-16
(len: 6)
$0
(len: 2)
toolbook
(len: 8)
block (2 levels) in caller_in_project
(len: 37)
UZ
(len: 2)
application/vnd.groove-tool-message
(len: 35)
old_methods
(len: 11)
application
(len: 11)
Faraday::Response
(len: 17)
^delivery-status$
(len: 17)
application/vnd.dvb.dvbj
(len: 24)
announce
(len: 8)
rescue in with_error_handling
(len: 29)
vnd.minisoft-hp3000-save
(len: 24)
_boolify
(len: 8)
vnd.microsoft.portable-executable
(len: 33)
vnd.Mobius.MSL
(len: 14)
vnd.ms-excel.sheet.macroEnabled.12
(len: 34)
application
(len: 11)
last_exception
(len: 14)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/flipper-ui-0.7.4/lib/flipper/ui/actions/boolean_gate.rb
(len: 115)
block in encoded
(len: 16)
object_name
(len: 11)
.erb.jst
(len: 8)
(version) VALUES ('
(len: 20)
vnd.oasis.opendocument.text-template
(len: 36)
one_time_pad
(len: 12)
em_http
(len: 7)
with_reconnect
(len: 14)
base64
(len: 6)
.xml.coffee.ejs.eco
(len: 19)
.xml.eco.ejs.sass
(len: 17)
MINUTES_IN_THREE_QUARTERS_YEAR
(len: 30)
@original_client
(len: 16)
.css.erb.scss
(len: 13)
Erubis::ArrayBufferEnhancer
(len: 27)
sprockets/v3.0/JDFn3Q--SzSBQeNq3-MCWbdHaRqpHjPCFpa-1Ai_apI
(len: 58)
.css.erb.eco.coffee
(len: 19)
vcalendar
(len: 9)
text.sfv
(len: 8)
strict-transport-security
(len: 25)
@post_filter_mode
(len: 17)
vnd.openxmlformats-officedocument.extended-properties+xml
(len: 57)
.webp.jst.sass
(len: 14)
application/vnd.etsi.iptvcommand+xml
(len: 36)
text/rtp-enc-aescm128
(len: 21)
vnd.fmi.flexstor
(len: 16)
/Users/chris/src/projects/github/classroom/app/assets/javascripts/application.coffee
(len: 84)
text.c
(len: 6)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/2.3.0/set.rb
(len: 56)
refl
(len: 4)
vnd.bekitzur-stech+json
(len: 23)
(vert|ind)ices$
(len: 15)
.jpg.ejs.eco.jst
(len: 16)
video.h263-2000
(len: 15)
gem_remote_fetcher
(len: 18)
block in <module:Flash>
(len: 23)
.jpeg.eco.sass.erb
(len: 18)
video.mp4
(len: 9)
.jpeg.erb.sass.ejs
(len: 18)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/2.3.0/set.rb
(len: 56)
XML_TEXT_DECORATOR
(len: 18)
application
(len: 11)
uvz
(len: 3)
node_or_nodes
(len: 13)
approximate_recommendation
(len: 26)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/2.3.0/net/http/request.rb
(len: 69)
2.5.1
(len: 5)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/specifications/chewy-0.8.2.gemspec
(len: 89)
ActiveRecord::Delegation#table_name delegated to klass.table_name, but klass is nil:
(len: 85)
.aiff.scss.jst.ejs
(len: 18)
rescue in block (2 levels) in chown_R
(len: 37)
ISO_8859_2
(len: 10)
.mp3.eco.sass.erb
(len: 17)
ntop
(len: 4)
rails-dom-testing
(len: 17)
person
(len: 6)
_set_value
(len: 10)
DEFAULT_MAX_RETRIES
(len: 19)
MriMonitorLockableObject
(len: 24)
.m2a.coffee.eco.sass
(len: 20)
ActiveRecord::Querying#find_by! delegated to all.find_by!, but all is nil:
(len: 75)
existing_object
(len: 15)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/arel-6.0.3/lib/arel/collectors/bind.rb
(len: 98)
.m3a.coffee.eco.ejs
(len: 19)
.m3a.eco.ejs.coffee
(len: 19)
application/vnd.3gpp-prose+xml
(len: 30)
application/vcard+xml
(len: 21)
.ogx.coffee.scss.eco
(len: 20)
COMPILER_VERSION
(len: 16)
...
(len: 3)
block (3 levels) in cleanup
(len: 27)
.source.css.erb.scss
(len: 20)
.source.html.coffee.jst.ejs
(len: 27)
.source.htm.scss.ejs
(len: 20)
https://github.com/bbatsov/powerpack
(len: 36)
.source.css.eco.coffee.jst
(len: 26)
locking_column=
(len: 15)
.source.htm.sass.coffee.eco
(len: 27)
\s*,\s*
(len: 7)
co
(len: 2)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/faraday-0.9.2/lib/faraday/utils.rb
(len: 94)
CipherError
(len: 11)
.
(len: 1)
smtp_to
(len: 7)
burlywood
(len: 9)
@prefix
(len: 7)
@spell_checker
(len: 14)
.source.yaml.jst.ejs.erb
(len: 24)
rescue in stroke_opacity
(len: 24)
.source.ico.coffee.erb
(len: 22)
static_value
(len: 12)
.source.ico.coffee.erb.scss
(len: 27)
code_path
(len: 9)
.source.ico.scss.erb.ejs
(len: 24)
.self.aiff.scss.coffee.jst
(len: 26)
.self.mp3.eco.jst
(len: 17)
PG::SimpleDecoder
(len: 17)
:id
(len: 3)
.source.bmp.sass.erb.coffee
(len: 27)
.source.bmp.erb.sass.jst
(len: 24)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/sprockets-3.5.2/lib/sprockets/cache/memory_store.rb
(len: 111)
.source.gif.jst.erb.ejs
(len: 23)
.source.gif.sass.jst.ejs
(len: 24)
.source.gif.erb.ejs.eco
(len: 23)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/slop-3.6.0/lib/slop/option.rb
(len: 89)
.source.webp.erb.eco.scss
(len: 25)
option_processors=
(len: 18)
�
(len: 1)
vCard
(len: 5)
�
(len: 1)
.self.yaml.scss.jst.sass
(len: 24)
.self.yaml.erb.ejs.coffee
(len: 25)
MIT
(len: 3)
visit_Arel_Nodes_Max
(len: 20)
Rails::Engine#engine_name delegated to self.class.engine_name, but self.class is nil:
(len: 86)
@called_from
(len: 12)
mingw32
(len: 7)
hoe-travis
(len: 10)
�
(len: 1)
rfc
(len: 3)
HAS_BODY
(len: 8)
4.0.0
(len: 5)
3.3.0-ruby
(len: 10)
-Werror
(len: 7)
stop_impersonating
(len: 18)
rfc
(len: 3)
body_stream
(len: 11)
utf-8
(len: 5)
rfc6230
(len: 7)
utf-8
(len: 5)
application/EDI-X12
(len: 19)
prefers_plain_text?
(len: 19)
tbk
(len: 3)
s.version =
(len: 14)
block in sanitize
(len: 17)
alpn_protocols=
(len: 15)
dest_path
(len: 9)
query_params
(len: 12)
pp=skip
(len: 7)
dsa_verify_asn1
(len: 15)
serve_results
(len: 13)
base64
(len: 6)
active_record/attribute_methods/primary_key
(len: 43)
SC_XOPEN_SHM
(len: 12)
NumberHelper
(len: 12)
total_bytes
(len: 11)
extension
(len: 9)
block in have_file?
(len: 19)
NoFooter
(len: 8)
windows-1254
(len: 12)
iso-8859-2
(len: 10)
utf-8
(len: 5)
darkseagreen
(len: 12)
value_to_range
(len: 14)
audio.speex
(len: 11)
REDIS_URL
(len: 9)
l16
(len: 3)
G722
(len: 4)
instance_delegate
(len: 17)
atrac-advanced-lossless
(len: 23)
�
(len: 1)
ensure in with_locale
(len: 21)
block in prv
(len: 12)
setup_body
(len: 10)
application
(len: 11)
�
(len: 1)
application/nzb
(len: 15)
%B1
(len: 3)
block in normalized_path
(len: 24)
x-mif
(len: 5)
マ
(len: 1)
@ssl_context
(len: 12)
application.vnd-wap-wmlscriptc
(len: 30)
app/chewy
(len: 9)
application
(len: 11)
vnd.openxmlformats-package.relationships+xml
(len: 44)
Africa/Nouakchott
(len: 17)
template
(len: 8)
Lotus Approach
(len: 14)
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml
(len: 74)
application
(len: 11)
RubyToken::TkIN
(len: 15)
Eastern Standard Time - Quintana Roo
(len: 36)
Pacific/Saipan
(len: 14)
@@rational_cache
(len: 16)
BD
(len: 2)
TkBITAND
(len: 8)
vnd.nokia.conml+xml
(len: 19)
application.vnd-muvee-style
(len: 27)
Makoto_Murata
(len: 13)
instructions_unification
(len: 24)
no_xhtml
(len: 8)
dotted
(len: 6)
hist[ory] [num_cmds]
Show byebug's command history.
(len: 69)
CA
(len: 2)
delete_release_asset
(len: 20)
.midi.ejs.scss.erb
(len: 18)
.ogx.erb.ejs.scss
(len: 17)
.midi.coffee.jst.scss
(len: 21)
Pry::Indent::UnparseableNestingError
(len: 36)
SC_TIMER_MAX
(len: 12)
.cmc
(len: 4)
SC_2_FORT_DEV
(len: 13)
block in initialize_cleanup_thread
(len: 34)
.midi.erb.sass.ejs
(len: 18)
.mid.eco.jst.coffee
(len: 19)
Tilt::CoffeeScriptTemplate
(len: 26)
tilt/bluecloth
(len: 14)
initialize_locks
(len: 16)
.mp2.scss.eco
(len: 13)
.h264
(len: 5)
Pry::BlockCommand
(len: 17)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/2.3.0/x86_64-darwin14/enc/encdb.bundle
(len: 82)
Elasticsearch::API::Snapshot::SnapshotClient
(len: 44)
is not numeric
(len: 15)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/specifications/pry-0.10.1.gemspec
(len: 88)
.webp
(len: 5)
: Object#
(len: 9)
block in getaddress
(len: 19)
set_typecode
(len: 12)
RECVPKTINFO
(len: 11)
IFF_SIMPLEX
(len: 11)
IP_IPSEC_POLICY
(len: 15)
AF_IMPLINK
(len: 10)
ALLOW_COMBINATOR_ON_SELF
(len: 24)
UNIX socket needs single path argument but
(len: 43)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems
(len: 59)
byebug
(len: 6)
berkshelf-3.1.5
(len: 15)
~>
(len: 2)
America/Winnipeg
(len: 16)
define_tail
(len: 11)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/specifications/astrolabe-1.3.1.gemspec
(len: 93)
before_select
(len: 13)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/rack-1.6.4/lib
(len: 74)
html_attributes
(len: 15)
dup
(len: 3)
Show all routes in match order.
(len: 31)
dir=
(len: 4)
FileTest
(len: 8)
ObjectImplementation
(len: 20)
chemical/x-cdx
(len: 14)
application/vnd.fdsn.seed
(len: 25)
byte_range_set
(len: 14)
flag_trim
(len: 9)
base64
(len: 6)
varchar
(len: 7)
max_jobs
(len: 8)
SortedEntry
(len: 11)
lightcyan
(len: 9)
test/psych/test_set.rb
(len: 22)
orangered
(len: 9)
silver
(len: 6)
block in handle_arguments
(len: 25)
queued
(len: 6)
Gem::Exception
(len: 14)
re
(len: 2)
deliveries
(len: 10)
ReadAdapter
(len: 11)
build2
(len: 6)
Turn on Ruby debugging
(len: 22)
Psych::Nodes
(len: 12)
bg_black
(len: 8)
bundler/retry
(len: 13)
config_auth
(len: 11)
action_view/rendering
(len: 21)
Too Many Requests
(len: 17)
rescue in _perform
(len: 18)
audio.vnd-nortel-vbk
(len: 20)
rescue in optimize_routes_generation?
(len: 37)
audio/vnd.cmles.radio-events
(len: 28)
@last_request
(len: 13)
source
(len: 6)
vnd.hp-hps
(len: 10)
SM
(len: 2)
Line number and file name of current position in source file.
(len: 61)
SLex
(len: 4)
Lebanon
(len: 7)
Hungary
(len: 7)
FJ
(len: 2)
@password_delivery
(len: 18)
@bin_dir
(len: 8)
coderay
(len: 7)
block in replace_bin_path
(len: 25)
(\w+)=
(len: 6)
member?
(len: 7)
�
(len: 1)
hidden_actions=
(len: 15)
Secure Electronic Transaction - Registration
(len: 44)
rescue in types
(len: 15)
public_constant
(len: 15)
lib/tasks
(len: 9)
W3C
(len: 3)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/sprockets-3.5.2/lib/sprockets/mime.rb
(len: 97)
application/rtploopback
(len: 23)
ActionController::DataStreaming
(len: 31)
vnd.ecowin.seriesrequest
(len: 24)
vnd.frogans.fnc
(len: 15)
template
(len: 8)
application
(len: 11)
application.vnd-etsi-iptvcommand-xml
(len: 36)
application/vnd.etsi.iptvservice+xml
(len: 36)
application/vnd.eudora.data
(len: 27)
application/vnd.3gpp-prose+xml
(len: 30)
image.svg-xml
(len: 13)
.txt.eco.coffee.ejs
(len: 19)
rescue in translate_offset
(len: 26)
.yml.eco.sass.coffee
(len: 20)
.yaml.scss.coffee
(len: 17)
.yml.sass.ejs.scss
(len: 18)
.tif.sass.coffee.jst
(len: 20)
before_action
(len: 13)
getc
(len: 4)
.webm.eco.ejs.erb
(len: 17)
Peter_Siebert
(len: 13)
.svg.eco.sass.erb
(len: 17)
_render_template
(len: 16)
x-xyz
(len: 5)
config/environments
(len: 19)
.m4v.scss.coffee.jst
(len: 20)
migrator
(len: 8)
expanded_attrs
(len: 14)
try_mon_enter
(len: 13)
application/vnd.hydrostatix.sof-data
(len: 36)
mon_check_owner
(len: 15)
.xdp
(len: 4)
.source.js.coffee.jst.scss
(len: 26)
application/vnd.adobe.xdp+xml
(len: 29)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/2.3.0/set.rb
(len: 56)
.ttf.ejs.sass.erb
(len: 17)
BufError
(len: 8)
.source.js.eco.jst.sass
(len: 23)

(len: 10)
cache_timestamp_format?
(len: 23)

(len: 7)
html_colour
(len: 11)
rdoc/rd.rb
(len: 10)
.source.json.eco.sass.coffee
(len: 28)
rdoc/markup/heading.rb
(len: 22)
imported_file=
(len: 14)
Asia/Urumqi
(len: 11)
RENDER_TEMPLATE_PATTERN
(len: 23)
.source.m2a.ejs.sass.eco
(len: 24)
.source.m2a.scss.sass.jst
(len: 25)
.source.m3a.eco.scss
(len: 20)
.source.m3a.erb.coffee.scss
(len: 27)
$-a
(len: 3)
.source.m3a.jst.ejs.sass
(len: 24)
:format
(len: 7)
.source.ogx.erb.coffee
(len: 22)
.source.ogx.eco.jst.coffee
(len: 26)
ExecJS::RuntimeUnavailable
(len: 26)
.source.midi.eco.scss.sass
(len: 26)
hex?
(len: 4)
hbci
(len: 4)
.source.mid.eco
(len: 15)
edit
(len: 4)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/activerecord-4.2.5.2/lib/active_record/type/string.rb:35
(len: 116)
.source.mid.eco.scss.ejs
(len: 24)
.source.wav.eco.ejs
(len: 19)
register_enum_type
(len: 18)
@bindir
(len: 7)
.source.wav.scss.ejs.erb
(len: 24)
.source.wave.jst.scss
(len: 21)
template
(len: 8)
.self.js.coffee.eco.ejs
(len: 23)
path-rootless
(len: 13)
.self.js.sass.eco.coffee
(len: 24)
.self.json
(len: 10)
Microsoft Silverlight
(len: 21)
bufvar
(len: 6)
accept_invitation_group_assignment_invitation
(len: 45)
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets/local_time
(len: 134)
group_assignment_invitation
(len: 27)
Adobe Flash
(len: 11)
.self.xml.eco.ejs.scss
(len: 22)
.self.xml.sass.jst.eco
(len: 22)
.self.css.eco.jst.ejs
(len: 21)
preload!
(len: 8)
.self.gif.erb.coffee.jst
(len: 24)
F0001
(len: 5)
[^\w-]
(len: 6)
.self.webp.ejs.jst.erb
(len: 22)
<fieldset
(len: 10)
Concurrent::AtomicNumericCompareAndSetWrapper
(len: 45)
RubyToken::TkUNDEF
(len: 18)
Byebug::DownCommand
(len: 19)
.self.png.sass.eco.erb
(len: 22)
defined?
(len: 8)
rake-compiler
(len: 13)
.aiff.ejs.scss.sass
(len: 19)
.self.mp2.jst.erb.eco
(len: 21)
.self.mp2.ejs.coffee
(len: 20)
Not Found
(len: 9)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems
(len: 59)
.self.m2a.jst.ejs.scss
(len: 22)
block (2 levels) in touch
(len: 25)
<module:Locking>
(len: 16)
)` to `config/initializers/assets.rb` and
(len: 43)
.self.m3a.ejs.sass.scss
(len: 23)
.self.m3a.erb.eco.coffee
(len: 24)
T_TRUE
(len: 6)
RFC2253DN
(len: 9)
racc
(len: 4)
.self.midi.erb.jst
(len: 18)
Mime
(len: 4)
ext/nokogiri/xml_text.c
(len: 23)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems
(len: 59)
.self.mid.jst.erb.coffee
(len: 24)
ActionController
(len: 16)
ostr
(len: 4)
.self.avi.jst.eco.scss
(len: 22)
load_runner
(len: 11)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/elasticsearch-api-1.0.14
(len: 84)
.self.wav.coffee.scss.erb
(len: 25)
awesome_dir
(len: 11)
chmod %s %s
(len: 11)
.self.wave.coffee.eco.sass
(len: 26)
.self.wave.ejs.coffee.scss
(len: 26)
CN
(len: 2)
NAME
(len: 5)
.self.mp4.eco.sass.jst
(len: 22)
.self.mp4.scss.jst.erb
(len: 22)
base64
(len: 6)
.self.m4v.eco.coffee.jst
(len: 24)
.self.m4v.sass.scss.eco
(len: 23)
subscribed
(len: 10)
.self.eot.jst.sass.eco
(len: 22)
rescue_responses
(len: 16)
action_dispatch=
(len: 16)
.self.eot.sass.eco.coffee
(len: 25)
development
(len: 11)
.self.ttf.jst.coffee.eco
(len: 24)
.self.woff.coffee.ejs.jst
(len: 25)
.self.ttf.erb.ejs.jst
(len: 21)
https://github.com/peek/peek-gc
(len: 31)
.self.woff.ejs.jst.sass
(len: 23)
utf-8
(len: 5)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/sprockets-3.5.2/lib/sprockets/cache/memory_store.rb
(len: 111)
.default.eco.coffee.ejs
(len: 23)
ERB::Compiler::SimpleScanner2
(len: 29)
Europe/Chisinau
(len: 15)
.default.js.coffee.erb.ejs
(len: 26)
Europe/Bratislava
(len: 17)
LogDevice
(len: 9)
allow_git_ops?
(len: 14)
@level
(len: 6)
.default.json.scss.erb.eco
(len: 26)
X
(len: 1)
B
(len: 1)
صلى الله عليه وسلم
(len: 18)
.default.css.ejs.scss
(len: 21)
.default.css.eco.jst.coffee
(len: 27)
يى
(len: 2)
.default.html.eco.scss
(len: 22)
<module:LoggerSilence>
(len: 22)
js
(len: 2)
2.5.1
(len: 5)
tcp_mode
(len: 8)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/specifications/elasticsearch-transport-1.0.14.gemspec
(len: 108)
timed_out
(len: 9)
珞
(len: 1)
.default.txt.ejs.sass.coffee
(len: 28)
.default.txt.erb.jst.ejs
(len: 24)
benchmark-ips
(len: 13)
ᅌ
(len: 1)
.default.text.scss.erb.eco
(len: 26)
AbstractExchanger
(len: 17)
Asia/Bangkok
(len: 12)
Europe/Helsinki
(len: 15)
America/Phoenix
(len: 15)
.default.yaml.eco.coffee.erb
(len: 28)
meta
(len: 4)
.default.ico.jst.ejs
(len: 20)
.default.ico.jst.sass.eco
(len: 25)
`
(len: 1)
visit_Symbol
(len: 12)
.default.bmp.jst.coffee.ejs
(len: 27)
Ὁ
(len: 2)
.default.bmp.jst.eco.scss
(len: 25)
filter_parameters=
(len: 18)
.default.bmp.erb.sass.jst
(len: 25)
.default.gif.scss.erb.ejs
(len: 25)
(.*?)(<%%|%%>|<%=|<%#|<%|%>\n|%>|\n|\z)
(len: 39)
.default.webp.eco.ejs.coffee
(len: 28)
.default.webp.scss.jst.coffee
(len: 29)
.default.png.ejs.coffee
(len: 23)
rescue in write_500
(len: 19)
faraday
(len: 7)
application/vnd.radisys.msml-dialog-group+xml
(len: 45)
.default.png.sass.erb.ejs
(len: 25)
.default.jpg.jst.sass
(len: 21)
.default.jpg.jst.sass.erb
(len: 25)
.default.jpg.sass.eco.ejs
(len: 25)
.default.eot.sass.erb.scss
(len: 26)
.default.ttf.jst.sass
(len: 21)
windows-949
(len: 11)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/2.3.0/set.rb
(len: 56)
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-dalli-1.1.3/app/assets/javascripts
(len: 113)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/specifications/default/json-1.8.3.gemspec
(len: 96)
.default.woff.ejs.scss.coffee
(len: 29)
.default.woff.erb.ejs.jst
(len: 25)
windows-31j
(len: 11)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/color-1.7.1/lib/color/yiq.rb
(len: 88)
Bundle
(len: 6)
.debug.erb.scss.ejs
(len: 19)
block (2 levels) in <class:Application>
(len: 39)
.debug.js.ejs.scss.jst
(len: 22)
gregorian?
(len: 10)
@method_target
(len: 14)
width=
(len: 6)
.debug.json.scss.erb.eco
(len: 24)
StringDataRightTruncation
(len: 25)
.debug.xml.eco.scss.erb
(len: 23)
.debug.xml.scss.ejs.jst
(len: 23)
.debug.css.sass.erb
(len: 19)
.debug.css.eco.jst.erb
(len: 22)
en
(len: 2)
remove_authorized_key
(len: 21)
defined guard in cast_with_nokogiri
(len: 35)
DepProxy
(len: 8)
.debug.htm.jst
(len: 14)
.debug.htm.jst.coffee.sass
(len: 26)
.
(len: 1)
.debug.htm.erb.sass.jst
(len: 23)
app_xml
(len: 7)
.debug.txt.ejs.eco.coffee
(len: 25)
.debug.txt.erb.coffee.sass
(len: 26)
.debug.text.coffee.jst.sass
(len: 27)
�
(len: 1)
BigMath
(len: 7)
.debug.yml.ejs.erb
(len: 18)
.debug.yml.eco.coffee.sass
(len: 26)
.debug.yml.sass.scss.eco
(len: 24)
.debug.yaml.coffee.jst
(len: 22)
block in byte_ranges
(len: 20)
ActionDispatch::Routing::RouteSet::NamedRouteCollection
(len: 55)
.debug.yaml.erb.sass.jst
(len: 24)
.debug.ico.coffee.scss.jst
(len: 26)
.debug.ico.ejs.eco.jst
(len: 22)
rack.session
(len: 12)
.debug.bmp.coffee.jst.ejs
(len: 25)
.debug.bmp.eco.scss.sass
(len: 24)
.debug.bmp.scss.ejs.coffee
(len: 26)
utf-8
(len: 5)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/2.3.0/set.rb
(len: 56)
utf-16
(len: 6)
\A/peek
(len: 7)
expected Array (got
(len: 20)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/rack-1.6.4/lib/rack/utils.rb
(len: 88)
.debug.webp.erb.sass.eco
(len: 24)
.debug.png.scss.eco
(len: 19)
.debug.jpg.jst.eco.ejs
(len: 22)
.debug.jpg.erb.coffee.sass
(len: 26)
.source.mp4.ejs.jst.eco
(len: 23)
.
(len: 1)
.source.m4v.sass.jst.erb
(len: 24)
.source.m4v.sass.scss.eco
(len: 25)
:organization_id
(len: 16)
.source.eot.eco.coffee.erb
(len: 26)
.source.ttf.jst.scss.ejs
(len: 24)
application/cdni
(len: 16)
.source.woff.ejs.sass.jst
(len: 25)
MULTI_VALUE_METHODS
(len: 19)
file-digest:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.eot
(len: 118)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/sprockets-3.5.2/lib/sprockets/cache/memory_store.rb
(len: 111)
.self.jpg.ejs.coffee.erb
(len: 24)
.self.jpeg.erb.sass
(len: 19)
.self.jpeg.scss.jst.erb
(len: 23)
.self.tiff.eco.coffee.jst
(len: 25)
.self.tif.erb
(len: 13)
.self.tif.sass.coffee.ejs
(len: 25)
.self.tif.sass.scss.coffee
(len: 26)
.self.svg.jst.scss.coffee
(len: 25)
.self.webm.jst
(len: 14)
.self.webm.jst.eco.erb
(len: 22)
Dashboard
(len: 9)
.default.jpeg.coffee.erb.jst
(len: 28)
.default.tiff.coffee.jst.scss
(len: 29)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/actionpack-4.2.5.2/lib/action_dispatch/http/response.rb
(len: 115)
.default.tiff.erb.coffee.jst
(len: 28)
.default.tif.ejs.jst.erb
(len: 24)
.default.svg.coffee.ejs.jst
(len: 27)
.default.svg.erb.ejs.coffee
(len: 27)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/activerecord-4.2.5.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:654
(len: 150)
.default.webm.sass.jst.erb
(len: 26)
.default.snd.jst.sass.scss
(len: 26)
.default.au.coffee.erb
(len: 22)
.default.au.sass.jst.coffee
(len: 27)
.default.aiff.coffee.sass.jst
(len: 29)
.default.aiff.scss.eco.sass
(len: 27)
.default.mp3.jst.erb.coffee
(len: 27)
.default.mp2.ejs.eco
(len: 20)
.default.mp2.sass.jst.erb
(len: 25)
.default.m2a.coffee.scss.jst
(len: 28)
.default.m2a.scss.erb.jst
(len: 25)
.default.m3a.eco.ejs.coffee
(len: 27)
Matthias_Ehmann
(len: 15)
__write_nonblock
(len: 16)
Alex_Dubov
(len: 10)
.default.mid.coffee.jst
(len: 23)
.default.mid.sass.jst.erb
(len: 25)
.default.avi.jst.eco.erb
(len: 24)
.default.avi.erb.sass.ejs
(len: 25)
.default.wav.ejs.eco.coffee
(len: 27)
.default.wave.erb.jst
(len: 21)
application/ipfix
(len: 17)
.default.mp4.jst.ejs.eco
(len: 24)
.default.mp4.erb.ejs.scss
(len: 25)
rfc3880
(len: 7)
sprockets/v3.0/46Py6uMKCLRqYTxULSm4SmK_UpzYDlCg6NHu0QG0CjM
(len: 58)
.debug.m4v.erb.jst.scss
(len: 23)
.debug.eot.ejs.jst.erb
(len: 22)
audio/vnd.4SB
(len: 13)
image/vnd.airzip.accelerator.azv
(len: 32)
ruby-growl
(len: 10)
font-otf
(len: 8)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/2.3.0/set.rb
(len: 56)
environment-version
(len: 19)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss?type=text/css&pipeline=self&id=d4704729340052cb510c65bdabbfd1bc015d9a48f09e2b1938ee2beb76095633
(len: 199)
mixed-replace
(len: 13)
utf-8
(len: 5)
@attribute_method_matchers
(len: 26)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0
(len: 54)
.self.ico.jst.scss.ejs
(len: 22)
.self.ico.erb.ejs.sass
(len: 22)
.self.bmp.eco.sass.scss
(len: 23)
stale_state
(len: 11)
.self.gif.jst.scss.sass
(len: 23)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.eot?type=application/vnd.ms-fontobject&id=77d3c580b961092a2b1b88f8bec44d9cd56e3de632cc8c11a6b87a958cb676a7
(len: 214)
application.vnd-stardivision-writer
(len: 35)
file-digest:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/clipboard/dist
(len: 102)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/2.3.0/set.rb
(len: 56)
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-dalli-1.1.3/app/assets/javascripts/peek/bar/development
(len: 134)
___sers_chris__rbenv_versions_______lib_ruby_gems_______gems_peek_dalli_______app_views_peek_views__dalli_html_erb__4226439547866930147_70279531944520
(len: 150)
BD
(len: 2)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/sprockets-3.5.2/lib/sprockets/cache/memory_store.rb:37
(len: 114)
�S���S,���?���� ,ͳ�.=��M)�9�
(len: 32)
0.310459
(len: 8)
.debug.bmp.coffee.jst.ejs
(len: 25)
]
(len: 1)
.debug.webp.eco
(len: 15)
é«Ÿ
(len: 1)
而
(len: 1)
17点
(len: 3)
ホール
(len: 3)
טּ
(len: 2)
sprockets/v3.0/60avBGlx6BBr6uiGibSjMLBNOBc_lURrtRBqkXDwzv8
(len: 58)
HÌ‚
(len: 2)
ỉ
(len: 2)
ὢ
(len: 2)
又
(len: 1)
sprockets/v3.0/JKPRpordSU42yXlVWS2LQs3pzShqnz_wGYlrn47l1es
(len: 58)
ext/gherkin_lexer_en_pirate/extconf.rb
(len: 38)
.debug.jpeg.ejs.scss.coffee
(len: 27)
.debug.tiff.erb.sass
(len: 20)
.debug.tiff.sass.erb.jst
(len: 24)
.debug.tif.jst.coffee.scss
(len: 26)
.debug.tif.erb.jst.eco
(len: 22)
.debug.svg.eco.scss.jst
(len: 23)
.debug.webm.eco.scss
(len: 20)
.debug.webm.sass.eco.scss
(len: 25)
.debug.snd.coffee.scss.sass
(len: 27)
.debug.au.eco.scss.coffee
(len: 25)
.debug.aiff.ejs.jst
(len: 19)
application/vnd.ms-artgalry
(len: 27)
.debug.mp3.jst.eco.ejs
(len: 22)
.debug.mp3.erb.sass.coffee
(len: 26)
.debug.mp2.ejs.eco.jst
(len: 22)
.debug.m2a.erb.sass
(len: 19)
.debug.m2a.scss.coffee.erb
(len: 26)
.debug.m3a.jst.sass.ejs
(len: 23)
.debug.m3a.erb.scss.coffee
(len: 26)
.debug.ogx.ejs.eco.scss
(len: 23)
.debug.midi.coffee.eco.jst
(len: 26)
.debug.midi.scss.ejs.coffee
(len: 27)
.debug.mid.jst.scss.erb
(len: 23)
.debug.mid.erb.scss.ejs
(len: 23)
.debug.avi.ejs.sass.jst
(len: 23)
.debug.wav.coffee.jst.eco
(len: 25)
.debug.wav.scss.sass.eco
(len: 24)
.debug.wave.eco.sass.erb
(len: 24)
.debug.mp4.scss.jst
(len: 19)
.debug.mp4.erb.coffee.eco
(len: 25)
.debug.mp4.erb.sass.ejs
(len: 23)
.debug.m4v.ejs.erb.jst
(len: 22)
C Source File
(len: 13)
app/assets/images/octocat-spinner-32.gif?type=image/gif&id=52788374f7fb17ef0def5cb85ccef2835c9d68f23b1258b93c8d734d765f208e
(len: 123)
application.applixware
(len: 22)
application.vnd-powerbuilder6
(len: 29)
sprockets/v3.0/s5IIfo32JwZItN4dxt2O1Xip42f_nn-9MV51TMgXPJs
(len: 58)
file-digest:///Users/chris/src/projects/github/classroom/app/assets/javascripts/organization-invite.coffee
(len: 106)
file-digest:///Users/chris/src/projects/github/classroom/app/assets/javascripts/peek/bar
(len: 88)
file-digest:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/components/protip.scss
(len: 102)
ejs
(len: 3)
file-digest:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/turbolinks
(len: 98)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/2.3.0/set.rb
(len: 56)
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek.scss
(len: 117)
6.3
(len: 3)
file-digest:///Users/chris/src/projects/github/classroom/app/assets/javascripts/jquery.turbolinks
(len: 97)
ḃ
(len: 2)
LÌ­
(len: 2)
vmr-wb
(len: 6)
utf-8
(len: 5)
utf-8
(len: 5)
hoe-travis
(len: 10)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/rack-timeout-0.3.2/lib/rack/timeout/core.rb:117
(len: 107)
group-assignment-invitations
(len: 28)
.debug.webp.coffee.erb.scss
(len: 27)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/sawyer-0.7.0/lib/sawyer/relation.rb
(len: 95)
file:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/turbolinks-2.5.3/lib/assets/javascripts/turbolinks.js.coffee?type=application/javascript&pipeline=self
(len: 169)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/arel-6.0.3/lib/arel/nodes/select_core.rb
(len: 100)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/2.3.0/set.rb
(len: 56)
sprockets/v3.0/i2E7_1sr30gWhIgDi9q1fv2FA5q4fOx5ZdM7p5B7zIc
(len: 58)
.debug.webp.sass.scss.jst
(len: 25)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/faker-1.5.0
(len: 71)
hspace
(len: 6)
application/vnd.ms-xpsdocument
(len: 30)
Usage: install-command COMMAND
Installs the gems necessary to run the given COMMAND. You will generally not
need to run this unless told to by an error message.
(len: 180)
video.pointer
(len: 13)
a405df3dff9f86146eed4ae4152d6f943729cae2a1031befc2c0378f6398a5e0
(len: 64)
Nobukazu_Togashi
(len: 16)
cellml+xml
(len: 10)
application.index-vnd
(len: 21)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/lib/peek/views/performance_bar/process_utilization.rb:84
(len: 143)
Mountain Time - Alberta, east British Columbia & west Saskatchewan
(len: 66)
ReadAdapter
(len: 11)
SY
(len: 2)
1000 Most common strings:
application
(x 4357)
base64
(x 2661)
template
(x 2222)
person
(x 1661)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/2.3.0/set.rb
(x 1136)
utf-8
(x 1114)
utf-16
(x 1071)
en
(x 1048)
~>
(x 643)
rfc
(x 595)
�
(x 542)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0
(x 540)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems
(x 530)
>=
(x 512)
=
(x 485)
audio
(x 420)
text
(x 352)
video
(x 339)
lib
(x 317)
ruby
(x 303)
/
(x 292)
image
(x 275)
(x 271)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/sprockets-3.5.2/lib/sprockets/cache/memory_store.rb
(x 271)
2.5.1
(x 258)
bin
(x 254)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/sawyer-0.7.0/lib/sawyer/resource.rb
(x 216)
.
(x 213)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/sprockets-3.5.2/lib/sprockets/uri_tar.rb
(x 199)
MIT
(x 193)
*
(x 141)
<
(x 128)
format
(x 123)
rake
(x 115)
8bit
(x 112)
Makoto_Murata
(x 111)
/Users/chris/src/projects/github/classroom/app/assets/javascripts
(x 100)
quoted-printable
(x 95)
0
(x 94)
README.md
(x 94)
activesupport
(x 87)
bundler
(x 84)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/faraday-0.9.2/lib/faraday/utils.rb
(x 84)
message
(x 81)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/sawyer-0.7.0/lib/sawyer/relation.rb
(x 77)
model
(x 77)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/2.3.0/json/common.rb
(x 77)
id
(x 77)
/.?
(x 75)
rack
(x 74)
b
(x 73)
multipart
(x 73)
,
(x 70)
name
(x 67)
:format
(x 66)
config
(x 65)
db
(x 64)
minitest
(x 61)
application/javascript
(x 60)
README.rdoc
(x 60)
i
(x 58)
W3C
(x 58)
lib/tasks
(x 58)
rspec
(x 58)
vendor
(x 58)
app/models
(x 57)
app
(x 57)
vendor/assets
(x 57)
db/migrate
(x 57)
config/environments
(x 56)
config/locales
(x 56)
Shicheng_Hu
(x 56)
app/controllers
(x 56)
app/models/concerns
(x 56)
app/assets
(x 56)
config/initializers
(x 56)
lib/assets
(x 56)
db/seeds.rb
(x 56)
app/mailers
(x 56)
config/routes.rb
(x 55)
app/helpers
(x 55)
app/views
(x 55)
peek
(x 54)
(x 54)
railties
(x 53)
OMNA-Open_Mobile_Naming_Authority
(x 52)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/quiet_assets-1.1.0/lib
(x 52)
environment-version
(x 52)
a
(x 52)
environment-paths
(x 51)
color
(x 51)
/Users/chris/src/projects/github/classroom/app/helpers
(x 51)
p
(x 51)
/Users/chris/src/projects/github/classroom/app/decorators
(x 50)
}
(x 50)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/addressable-2.4.0/lib/addressable/template.rb
(x 50)
1
(x 50)
Svante_Schubert
(x 49)
actionpack
(x 49)
OASIS
(x 49)
Miguel_Angel_Reina_Ortega
(x 47)
u
(x 47)
s
(x 47)
dalli
(x 45)
o
(x 45)
json
(x 45)
rfc2046
(x 45)
{
(x 44)
I
(x 44)
:id
(x 44)
z
(x 43)
array_in
(x 43)
(x 43)
sidekiq
(x 42)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/rack-1.6.4/lib/rack/utils.rb
(x 42)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/extensions/x86_64-darwin-14/2.3.0-static
(x 42)
xml
(x 41)
Uwe_Rauschenbach
(x 41)
active_record/attribute_methods/primary_key
(x 41)
c
(x 40)
Nokia
(x 40)
text/css
(x 40)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/turbolinks-2.5.3/lib
(x 40)
rfc2045
(x 40)
e
(x 39)
l
(x 39)
width
(x 38)
/Users/chris/src/projects/github/classroom/app/jobs
(x 38)
/Users/chris/src/projects/github/classroom/app/controllers
(x 38)
/Users/chris/src/projects/github/classroom/app/services
(x 38)
ASAM
(x 38)
/Users/chris/src/projects/github/classroom/app/chewy
(x 38)
/Users/chris/src/projects/github/classroom/lib
(x 38)
Thomas_Thomsen
(x 38)
/Users/chris/src/projects/github/classroom/app/models
(x 38)
type
(x 38)
end
(x 38)
rdoc
(x 38)
/Users/chris/src/projects/github/classroom/app/assets
(x 38)
r
(x 38)
pry
(x 38)
/Users/chris/src/projects/github/classroom/vendor
(x 38)
2
(x 38)
:
(x 37)
+
(x 37)
t
(x 37)
]
(x 37)
E
(x 37)
rails-dom-testing
(x 36)
C
(x 36)
u9ef614md1ro8vhn801t
(x 36)
windows-1252
(x 36)
--main
(x 36)
actionview
(x 35)
y
(x 35)
|
(x 35)
g
(x 35)
n
(x 35)
Peter_Siebert
(x 34)
HEAD
(x 34)
GET
(x 34)
class
(x 34)
Manifest.txt
(x 33)
date
(x 33)
4.2.5.1-ruby
(x 33)
**/*.rake
(x 33)
4.2.5.2-ruby
(x 33)
rspec-support
(x 33)
*.{rb,yml}
(x 33)
-@
(x 33)
-
(x 33)
>
(x 33)
LICENSE.txt
(x 33)
app/chewy
(x 32)
classrooms
(x 32)
S
(x 32)
simplecov
(x 32)
tr
(x 32)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/kaminari-0.16.3/config/locales/kaminari.yml
(x 32)
1.2.1-ruby
(x 32)
**/*.rb
(x 32)
sass
(x 31)
iso-8859-6
(x 31)
q
(x 31)
activerecord-4.2.5.2
(x 31)
development.rb
(x 31)
new
(x 31)
?
(x 31)
A
(x 31)
rails
(x 31)
activemodel
(x 31)
Michael_Lagally
(x 30)
x
(x 30)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/navigation.coffee?type=application/javascript&pipeline=self&id=e3df6dcc88b55aafbff5c6e525d441026dfafd6082a86df199dd5697aafbe138
(x 30)
align
(x 30)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/activesupport-4.2.5.2/lib/active_support/core_ext/marshal.rb
(x 30)
organizations
(x 30)
U
(x 30)
text/plain
(x 30)
bool
(x 30)
div
(x 30)
O
(x 29)
L
(x 29)
4.2.5.2
(x 29)
li
(x 29)
classroom.dev
(x 29)
_
(x 29)
Aliases
(x 29)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/2.3.0/x86_64-darwin14
(x 29)
1.2.0-ruby
(x 29)
/Users/chris/src/projects/github/classroom/vendor/assets/bower_components
(x 29)
app/controllers/concerns
(x 29)
;
(x 28)
puma
(x 28)
redis
(x 28)
rfc5707
(x 28)
d
(x 28)
src
(x 28)
h
(x 28)
Michael_A_Dolan
(x 28)
POST
(x 27)
example
(x 27)
dir
(x 27)
LICENSE
(x 27)
height
(x 27)
CHANGELOG.md
(x 27)
pg
(x 27)
T_MATCH
(x 27)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/lib/peek.rb
(x 27)
~
(x 27)
m
(x 27)
\1
(x 27)
key
(x 27)
windows-1254
(x 27)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/2.3.0
(x 27)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/vendor_ruby
(x 26)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/bundler-1.11.2/lib
(x 26)
disabled
(x 26)
chemical
(x 26)
G
(x 26)
for
(x 26)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/specifications/unicode-display_width-1.0.2.gemspec
(x 26)
rails_serve_static_assets
(x 26)
/Users/chris/src/projects/github/classroom
(x 26)
David_Petersen
(x 26)
iso-8859-7
(x 26)
application/octet-stream
(x 26)
users
(x 26)
accesskey
(x 26)
option
(x 26)
(x 26)
nokogiri
(x 25)
doc
(x 25)
_3GPP
(x 25)
T_STRUCT
(x 25)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/site_ruby/2.3.0/x86_64-darwin14
(x 25)
addressable
(x 25)
ActionController::Flash::ClassMethods
(x 25)
visit_Arel_Attributes_String
(x 25)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/site_ruby/2.3.0
(x 25)
concurrent-ruby
(x 25)
activerecord
(x 25)
David Heinemeier Hansson
(x 25)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/vendor_ruby/2.3.0/x86_64-darwin14
(x 25)
active_record/attribute_methods/dirty
(x 25)
k
(x 25)
show
(x 25)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/vendor_ruby/2.3.0
(x 25)
request_store
(x 25)
compact
(x 25)
text/troff
(x 25)
connection_pool
(x 25)
define_attribute_method
(x 24)
j
(x 24)
w
(x 24)
cite
(x 24)
action
(x 24)
(x 24)
href
(x 24)
value
(x 24)
application/vnd.epson.msf
(x 24)
4
(x 24)
H
(x 24)
N
(x 24)
char
(x 24)
7bit
(x 24)
R
(x 24)
iso-8859-8
(x 24)
\
(x 24)
headers
(x 24)
tabindex
(x 24)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/bundler/gems/peek-sidekiq-261c857578ae/lib
(x 24)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-pg-1.2.0/lib
(x 24)
rainbow
(x 24)
varchar
(x 24)
integer
(x 24)
J
(x 24)
string
(x 24)
K
(x 24)
/usr/local/Cellar/rbenv-gem-rehash/1.0.0
(x 23)
parser
(x 23)
webmock
(x 23)
Roy_Yue
(x 23)
airbrake
(x 23)
uid
(x 23)
onfocus
(x 23)
coffee-rails
(x 23)
title
(x 23)
rack-protection
(x 23)
david@loudthinking.com
(x 23)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/actionpack-4.2.5.2/lib/action_dispatch/middleware/cookies.rb
(x 23)
rubocop
(x 23)
^
(x 23)
peek-dalli
(x 23)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/bundler/gems/peek-sidekiq-261c857578ae
(x 23)
euc-kr
(x 23)
`
(x 23)
rspec-core
(x 23)
..
(x 23)
!
(x 23)
Z
(x 23)
@
(x 22)
sprockets
(x 22)
application/xml
(x 22)
&
(x 22)

(x 22)
frame
(x 22)
http://www.rubyonrails.org
(x 22)
builder
(x 22)
accept
(x 22)

(x 22)
1.0.0-ruby
(x 22)
application/vnd.epson.quickanime
(x 22)
quiet_assets
(x 22)

(x 22)
diff-lcs
(x 22)
flipper
(x 22)
T_COMPLEX
(x 22)
oid
(x 22)
iso-8859-2
(x 22)
size
(x 22)
T_RATIONAL
(x 22)
9
(x 22)
application/xhtml+xml
(x 22)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/activerecord-4.2.5.2/lib/active_record/relation/query_methods.rb
(x 22)
text/html
(x 22)
onblur
(x 22)
actionpack-4.2.5.2
(x 22)
int2
(x 22)
application/vnd.wordperfect
(x 22)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/local_time-1.0.3/lib
(x 22)
M
(x 22)
rspec-mocks
(x 21)
default
(x 21)
UNIVERSAL_NEWLINE_DECORATOR
(x 21)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/kaminari-0.16.3/app/views
(x 21)
faraday
(x 21)
Range
(x 21)
)
(x 21)
iso-8859-3
(x 21)
display
(x 21)
Encoding::InvalidByteSequenceError
(x 21)
InvalidByteSequenceError
(x 21)
destination_encoding_name
(x 21)
Encoding::UndefinedConversionError
(x 21)
application/vnd.epson.esf
(x 21)
rtx
(x 21)
XML_ATTR_QUOTE_DECORATOR
(x 21)
br
(x 21)
XML_ATTR_CONTENT_DECORATOR
(x 21)
dl
(x 21)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/elasticsearch-api-1.0.14/lib/elasticsearch/api/namespace/cluster.rb
(x 21)
param
(x 21)
int8
(x 21)
alt
(x 21)
exe
(x 21)
gbk
(x 21)
1.0.3-ruby
(x 21)
1d-interleaved-parityfec
(x 21)
rfc4856
(x 21)
iso-8859-4
(x 21)
spring
(x 21)
(x 21)
application/vnd.groove-vcard
(x 21)
Organization
(x 21)
byebug
(x 21)
Henrik_Andersson
(x 21)
html
(x 21)
image/png
(x 21)
stafftools
(x 21)
rack-test
(x 21)
map
(x 21)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/specifications/bundler-1.11.2.gemspec
(x 21)
uri
(x 21)
css
(x 20)
(
(x 20)
organization_id
(x 20)
sub
(x 20)
D
(x 20)
application/vnd.denovo.fcselayout-link
(x 20)
image/gif
(x 20)
coderay
(x 20)
T
(x 20)
application/vnd.ms-excel
(x 20)
content-type
(x 20)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/hashie-3.4.2/lib
(x 20)
rfc6381
(x 20)
finish
(x 20)
path
(x 20)
application/pdf
(x 20)
file:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/application.scss?type=text/css&pipeline=self&id=1e95b41cce2a21e4b9b846dfdba866c4c7e30bc99a1c228ba0c6c2d4d5da8d4c
(x 20)
yard
(x 20)
Thomas_Olsson
(x 20)
execjs
(x 20)
true
(x 20)
rspec-rails
(x 20)
video/mp4
(x 20)
redis-namespace
(x 20)
foreman
(x 20)
mingw32
(x 20)
edit
(x 20)
span
(x 20)
method
(x 20)
4.2.0.alpha
(x 20)
application/vnd.etsi.iptvsad-bc+xml
(x 19)
F
(x 19)
no
(x 19)
srest
(x 19)
Lisa_Mattson
(x 19)
fieldset
(x 19)
turbolinks
(x 19)
label
(x 19)
application/vnd.etsi.asic-e+zip
(x 19)
rtf
(x 19)
6
(x 19)
iso-8859-5
(x 19)
erubis
(x 19)
rack-mini-profiler
(x 19)
objectify_options
(x 19)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/turbolinks-2.5.3
(x 19)
false
(x 19)
update
(x 19)
rtploopback
(x 19)

(x 19)
3
(x 19)
application/vnd.data-vision.rdz
(x 19)
application/vnd.dvb.notif-init+xml
(x 19)
application/vnd.accpac.simply.imp
(x 19)
int4
(x 19)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/sass-3.4.18
(x 19)
pre
(x 19)
float4
(x 19)
rack-canonical-host
(x 19)
Context
(x 19)
application/vnd.groove-tool-template
(x 19)
B
(x 19)
multi_json
(x 19)
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets
(x 19)
application/vnd.dreamfactory
(x 19)
[
(x 19)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/site_ruby
(x 19)
History.rdoc
(x 19)
chewy
(x 19)
omniauth
(x 19)
peek-sidekiq
(x 19)
+@
(x 19)
boolean
(x 19)
zip
(x 19)
body
(x 19)
col
(x 19)
dd
(x 19)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/kaminari-0.16.3/lib
(x 18)
application/vnd.dtg.local.flash
(x 18)
version
(x 18)
text/calendar
(x 18)
center
(x 18)
application/vnd.dvb.notif-ia-msglist+xml
(x 18)

(x 18)
application/vnd.dvb.dvbj
(x 18)
application/vnd.epson.ssf
(x 18)
application/vnd.enliven
(x 18)
application/vnd.nokia.n-gage.symbian.install
(x 18)
float8
(x 18)
sprockets-rails
(x 18)
form
(x 18)
chdir
(x 18)
notes
(x 18)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/jquery-turbolinks-2.1.0/lib
(x 18)
assignments
(x 18)
application/vnd.etsi.iptvcommand+xml
(x 18)
processors:type=application/javascript&file_type=application/javascript&engines=.coffee&pipeline=self
(x 18)
audio/basic
(x 18)
base
(x 18)
EINPROGRESSWaitReadable
(x 18)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/hashie-3.4.2
(x 18)
application/resource-lists-diff+xml
(x 18)
test
(x 18)
abbr
(x 18)
button
(x 18)
application/vnd.epson.salt
(x 18)
Y
(x 18)
application/vnd.dece.data
(x 18)
mp4
(x 18)
f
(x 18)
array
(x 18)
5
(x 18)
convert
(x 18)
T_DATA
(x 18)
1.8
(x 18)
rfc7303
(x 18)
CHANGELOG.rdoc
(x 18)
T_FILE
(x 18)
red
(x 18)
activejob
(x 18)
green
(x 18)
===
(x 18)
application/resource-lists+xml
(x 18)
application/vnd.3gpp2.tcap
(x 18)
OMA
(x 18)
begin
(x 18)
tzinfo
(x 18)
fill
(x 18)
charset
(x 18)
Todd_Joseph
(x 18)
activesupport-4.2.5.2
(x 18)
application/vnd.lotus-1-2-3
(x 17)
thor
(x 17)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/faraday-0.9.2/lib
(x 17)
application/zip
(x 17)
application/vnd.etsi.iptvprofile+xml
(x 17)
ext/puma_http11/extconf.rb
(x 17)
:organization_id
(x 17)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/specifications/default/json-1.8.3.gemspec
(x 17)
application/vnd.macports.portpkg
(x 17)
bytea
(x 17)

(x 17)
geo_pattern
(x 17)
IO
(x 17)
text/csv
(x 17)
application/vnd.hal+xml
(x 17)
application/vnd.dvb.esgcontainer
(x 17)
rails_stdout_logging
(x 17)
primitive_errinfo
(x 17)
application/vnd.noblenet-sealer
(x 17)
retry
(x 17)
�
(x 17)
development
(x 17)
yield
(x 17)
application/vnd.dvb.ait
(x 17)
list
(x 17)
application/vnd.nokia.n-gage.data
(x 17)
application/atom+xml
(x 17)
index
(x 17)
application/vnd.lotus-organizer
(x 17)
tilt
(x 17)
application/vnd.dvb.notif-ia-registration-request+xml
(x 17)
application/vnd.etsi.iptvservice+xml
(x 17)
timestamp
(x 17)
mode
(x 17)
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts/peek/views/performance_bar
(x 17)
elasticsearch
(x 17)
--charset=UTF-8
(x 17)
v
(x 17)
PARTIAL_INPUT
(x 17)
application/vnd.etsi.iptvsad-npvr+xml
(x 17)
Q
(x 17)
application/vnd.etsi.iptvdiscovery+xml
(x 17)
blockquote
(x 17)
visit_Arel_Nodes_Equality
(x 17)
application/vnd.etsi.iptvsad-cod+xml
(x 17)
application/vnd.etsi.simservs+xml
(x 17)
application/vnd.debian.binary-package
(x 17)
application/vnd.dvb.pfr
(x 17)
application/vnd.adobe.xdp+xml
(x 17)
hoe
(x 17)
address
(x 17)
th
(x 17)
rfc7285
(x 17)
js
(x 17)
excl
(x 17)
active_record/aggregations
(x 17)
application/vnd.etsi.timestamp-token
(x 17)
application/rtf
(x 17)
(x 17)
application/vnd.dtg.local
(x 17)
application/vnd.drive+json
(x 17)
sinatra
(x 17)
application/vnd.etsi.asic-s+zip
(x 17)
application/vnd.etsi.sci+xml
(x 17)
4.1.1-ruby
(x 17)
application/vnd.hal+json
(x 17)
application/vnd.etsi.cug+xml
(x 17)
application/remote-printing
(x 17)
gid
(x 17)
application/vnd.accpac.simply.aso
(x 17)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/2.3.0/net/http.rb
(x 17)
application/vnd.dir-bi.plate-dl-nosuffix
(x 17)
application/vnd.dvb.notif-ia-registration-response+xml
(x 17)
dot
(x 17)
application/vnd.dece.unspecified
(x 17)
application/vnd.hydrostatix.sof-data
(x 17)
<<
(x 17)
[]
(x 17)
binding_of_caller
(x 17)
application/vnd.dece.ttml+xml
(x 17)
hr
(x 17)
$
(x 17)
mime-types
(x 16)
vnd.3gpp-prose-pc3ch+xml
(x 16)
4.3
(x 16)
powerpack
(x 16)
next
(x 16)
script
(x 16)
application/ogg
(x 16)
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/turbolinks-2.5.3/lib/assets/javascripts
(x 16)
application/vnd.blueice.multipass
(x 16)
Object
(x 16)
yaml
(x 16)
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/turbolinks-2.5.3/lib/assets/javascripts/peek
(x 16)
reverse
(x 16)
_dump_data
(x 16)
min
(x 16)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/specifications/default/io-console-0.4.5.gemspec
(x 16)
restore
(x 16)
application/vnd.google-earth.kmz
(x 16)
readline
(x 16)
to_path
(x 16)
cc
(x 16)
UTF-8
(x 16)
blue
(x 16)
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-dalli-1.1.3/app/assets/javascripts
(x 16)
application/vnd.hzn-3d-crossword
(x 16)
application/vnd.ctc-posml
(x 16)
X
(x 16)
image/jpeg
(x 16)
application/vnd.adobe.xfdf
(x 16)
nil
(x 16)
application/vnd.dpgraph
(x 16)
method_source
(x 16)
application/vnd.hyperdrive+json
(x 16)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/sidekiq-4.1.0/lib
(x 16)
hashie
(x 16)
BF
(x 16)
factory_girl
(x 16)
XML_TEXT_DECORATOR
(x 16)
application/vnd.lotus-wordpro
(x 16)
Marshal
(x 16)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/rack-timeout-0.3.2/lib/rack/timeout/core.rb
(x 16)
iso-8859-10
(x 16)
coffee-script-source
(x 16)
undef
(x 16)
application/vnd.cups-ppd
(x 16)
Regexp
(x 16)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/2.3.0/uri/rfc3986_parser.rb
(x 16)
application/vnd.framemaker
(x 16)
ext/extconf.rb
(x 16)
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts
(x 16)
code
(x 16)
print
(x 16)
file-digest:///Users/chris/src/projects/github/classroom/app/assets/images
(x 16)
application/vnd.eprints.data+xml
(x 16)
<=
(x 16)
rspec-expectations
(x 16)
application/patch-ops-error+xml
(x 16)
dt
(x 16)
selector
(x 16)
...
(x 16)
ruby-progressbar
(x 16)
2.0.0-ruby
(x 16)
vnd.crick.clicker.template
(x 16)
application/vnd.eszigno3+xml
(x 16)
WaitReadable
(x 16)
rails-deprecated_sanitizer
(x 16)
rails-html-sanitizer
(x 16)
application/vnd.etsi.iptvsync+xml
(x 16)
meta
(x 16)
thread_safe
(x 16)
application/vnd.lotus-screencam
(x 16)
Byebug
(x 16)
2.3.0/lib
(x 16)
file-digest:///Users/chris/src/projects/github/classroom/app/assets/stylesheets
(x 16)
dev
(x 16)
file-digest:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components
(x 16)
file-digest:///Users/chris/src/projects/github/classroom/app/assets/images/peek/views/performance_bar
(x 16)
replacement
(x 16)
open
(x 16)
text/vcard
(x 16)
gem_remote_fetcher
(x 16)
Hao_Wang
(x 16)
link
(x 15)
ast
(x 15)
pwd
(x 15)
binmode
(x 15)
UNDEF_REPLACE
(x 15)
application/vnd.criticaltools.wbs+xml
(x 15)
datetime
(x 15)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/activesupport-4.2.5.2/lib/active_support/core_ext/string/inflections.rb
(x 15)
selected
(x 15)
File::Stat
(x 15)
application/sbml+xml
(x 15)

(x 15)
csv
(x 15)
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets/peek/vendor/tipsy.scss
(x 15)
application/vnd.eudora.data
(x 15)
sysopen
(x 15)
flush
(x 15)
visit_Arel_Attributes_Attribute
(x 15)
description=
(x 15)
visit_Arel_Nodes_JoinSource
(x 15)
Windows-31J
(x 15)
pry-byebug
(x 15)
atomic
(x 15)
/Users/chris/src/projects/github/classroom/config/boot.rb
(x 15)
visit_Arel_Nodes_InnerJoin
(x 15)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/jwt-1.5.1/lib
(x 15)
application/vnd.dna
(x 15)
visit_Arel_Attributes_Boolean
(x 15)
scss_lint
(x 15)
peek-performance_bar
(x 15)
vcr
(x 15)
Steve_Hattersley
(x 15)
bit
(x 15)
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/images
(x 15)
rack-timeout
(x 15)
MIT-LICENSE.txt
(x 15)
2.1.0-ruby
(x 15)
application/vnd.frogans.ltf
(x 15)
application/vnd.fujixerox.ddd
(x 15)
image/svg+xml
(x 15)
bgcolor
(x 15)
application/scvp-vp-response
(x 15)
java
(x 15)
Struct
(x 15)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/quiet_assets-1.1.0
(x 15)
columnize
(x 15)
URI
(x 15)
jbuilder
(x 15)
"
(x 15)
rdev_minor
(x 15)
application/vnd.intercon.formnet
(x 15)
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/stylesheets
(x 15)
/Users/chris/src/projects/github/classroom/public
(x 15)
%
(x 15)
application/vnd.arastra.swi
(x 15)
application/vnd.neurolanguage.nlu
(x 15)
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/jquery-turbolinks-2.1.0/vendor/assets/javascripts/jquery.turbolinks.js
(x 15)
integration_tool
(x 15)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/activesupport-4.2.5.2/lib/active_support/core_ext/thread.rb
(x 15)
last_error
(x 15)
Michael_Steidl
(x 15)
spec_tuples
(x 15)
database_cleaner
(x 15)
application/vnd.dm.delegation+xml
(x 15)
Novadigm's RADIA and EDM products
(x 15)
application/vnd.ms-powerpoint
(x 15)
iso-8859-15
(x 15)
application/vnd.apple.installer+xml
(x 15)
file-digest:///Users/chris/src/projects/github/classroom/app/assets/javascripts/peek/vendor
(x 15)
dev_minor
(x 15)
rev
(x 15)
rails_logger
(x 15)
application/pkcs7-signature
(x 15)
marshal_load
(x 15)
David_Faure
(x 15)
readlines
(x 15)
application/vnd.ibm.secure-container
(x 15)
==
(x 15)
marshal_dump
(x 15)
Input and Output
(x 15)
file-digest:///Users/chris/src/projects/github/classroom/vendor/assets/javascripts
(x 15)
pdf
(x 15)
dev_major
(x 15)
none
(x 15)
area
(x 15)
IOError
(x 15)
incomplete_input?
(x 15)
_load_data
(x 15)
scan_setup
(x 15)
application/rdf+xml
(x 15)
_alloc
(x 15)
rdev_major
(x 15)
application/vnd.groove-tool-message
(x 15)

(x 15)
file-digest:///Users/chris/src/projects/github/classroom/app/assets/javascripts
(x 15)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/jbuilder-2.3.1/lib
(x 15)
symbol
(x 15)
MAJOR_VERSION
(x 15)
application/vnd.ibm.rights-management
(x 15)
insert_output
(x 15)
block (3 levels) in <class:Table>
(x 15)
Request Header Fields Too Large
(x 15)
application/vnd.americandynamics.acc
(x 15)
application/vnd.oasis.opendocument.chart
(x 15)
application/set-payment-initiation
(x 15)
application/msword
(x 15)
readagain_bytes
(x 15)
at_beginning_of_minute
(x 15)
arel
(x 15)
del
(x 15)
application/vnd.businessobjects
(x 15)
@content_type
(x 15)
uglifier
(x 15)
getwd
(x 15)
application/vnd.oasis.opendocument.chart-template
(x 15)
Non-Authoritative Information
(x 15)
application/vnd.ecowin.chart
(x 15)
puts
(x 15)
sgml
(x 15)
application/vnd.intu.qbo
(x 15)
hash
(x 15)
error_bytes
(x 15)
2.3.0
(x 15)
ins
(x 15)
read
(x 15)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/flipper-ui-0.7.4/lib
(x 15)
error_char
(x 15)
�
(x 15)
rack-mini-profiler-0.9.9.2
(x 15)
set_encoding
(x 15)
original_uri
(x 15)
image/tiff
(x 15)
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/app/assets/javascripts
(x 15)
most locations
(x 15)
image/bmp
(x 15)
source_encoding_name
(x 15)
application/json
(x 15)
i18n
(x 15)
cover?
(x 15)
application/vnd.noblenet-directory
(x 15)
application/vnd.amiga.ami
(x 15)
__by_hex
(x 15)
audio/midi
(x 15)
defined guard in cast_with_nokogiri
(x 15)

(x 15)
rdev
(x 15)
exclude_end?
(x 15)
EOFError
(x 15)
chroot
(x 15)
multipart/form-data
(x 15)
printf
(x 15)
draft
(x 15)
ino
(x 15)
Stat
(x 15)
end_of_minute
(x 15)
write
(x 15)
dotenv
(x 15)
application/vnd.shana.informed.formdata
(x 15)
load
(x 15)
p0
(x 15)
MINOR_VERSION
(x 15)
putc
(x 15)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/oauth2-1.0.0/lib
(x 15)
application/vnd.etsi.tsl+xml
(x 15)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/binding_of_caller-0.7.2/lib/binding_of_caller/mri2.rb
(x 15)
/Users/chris/src/projects/github/classroom/app/controllers/organizations_controller.rb
(x 15)
noframes
(x 15)
application/vnd.intu.qfx
(x 15)
block in distance_of_time_in_words
(x 15)

(x 15)
application/scvp-vp-request
(x 15)
CR_NEWLINE_DECORATOR
(x 15)
application/pgp-encrypted
(x 15)
readpartial
(x 15)
CRLF_NEWLINE_DECORATOR
(x 15)
AFTER_OUTPUT
(x 15)
getc
(x 15)
SpecFetcher
(x 15)
Robin_Berjon
(x 15)
application/vnd.dvb.ipdcdftnotifaccess
(x 15)
application/vnd.etsi.mheg5
(x 15)
OPTIONS
(x 15)
syscall
(x 15)
break
(x 15)
nlink
(x 15)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/activerecord-4.2.5.2/lib/active_record/result.rb
(x 15)
application/vnd.f-secure.mobile
(x 15)
END
(x 15)
T_CLASS
(x 15)
UNDEF_HEX_CHARREF
(x 15)
file-digest:///Users/chris/src/projects/github/classroom/app/assets/images/peek/views
(x 15)
headers=
(x 15)
Proxy Authentication Required
(x 15)
ri
(x 15)
to
(x 15)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/rack-mini-profiler-0.9.9.2/lib/patches/db/pg.rb
(x 15)
putback
(x 15)
universal
(x 15)
application/vnd.dvb.notif-generic+xml
(x 14)
faraday-http-cache-1.2.2
(x 14)
Elasticsearch::API::Snapshot::SnapshotClient
(x 14)
0.7.4-ruby
(x 14)
<module:AttributeMethods>
(x 14)
application/vnd.marlin.drm.conftoken+xml
(x 14)
application/vnd.fsc.weblaunch
(x 14)
application/vnd.zzazz.deck+xml
(x 14)
application/vnd.emclient.accessrequest+xml
(x 14)
ConverterNotFoundError
(x 14)
application/vnd.3gpp2.bcmcsinfo+xml
(x 14)
application/vnd.ibm.modcap
(x 14)
application/vnd.etsi.pstn+xml
(x 14)
application/vnd.marlin.drm.actiontoken+xml
(x 14)
airbrake-ruby
(x 14)
application/vnd.bmi
(x 14)
application/scvp-cv-response
(x 14)
application/vnd.dolby.mobile.1
(x 14)
crlf_newline
(x 14)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/specifications/chewy-0.8.2.gemspec
(x 14)
HTTP Version Not Supported
(x 14)
application/reginfo+xml
(x 14)
application/vcard+xml
(x 14)
rel
(x 14)
application/xml-external-parsed-entity
(x 14)
Paul_Wattenberger
(x 14)
trace
(x 14)
application/vnd.etsi.iptvueprofile+xml
(x 14)
application/xml-dtd
(x 14)
application/vnd.nokia.radio-presets
(x 14)
application/vnd.etsi.mcid+xml
(x 14)
Chewy::Railtie::RequestStrategy
(x 14)
block (2 levels) in wait
(x 14)
application/vnd.etsi.overload-control-policy-dataset+xml
(x 14)
(x 14)
1.1.0
(x 14)
/classrooms?pp=analyze-memory
(x 14)
application/vnd.enphase.envoy
(x 14)
application/rss+xml
(x 14)
year
(x 14)
tt
(x 14)
application/vnd.dolby.mobile.2
(x 14)
appraisal
(x 14)
x86_64-darwin14
(x 14)
/Users/chris/src/projects/github/classroom/app/assets/stylesheets
(x 14)
td
(x 14)
application/vnd.groove-injector
(x 14)
group-assignments
(x 14)
application/vnd.doremir.scorecloud-binary-document
(x 14)
file-digest:///Users/chris/src/projects/github/classroom/app/assets/javascripts/group-assignments.coffee
(x 14)
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/stylesheets/peek
(x 14)
windows-874
(x 14)
set
(x 14)
application/font-woff
(x 14)
application/vnd.fastcopy-disk-image
(x 14)
input
(x 14)
table
(x 14)
slop
(x 14)
file-digest:///Users/chris/src/projects/github/classroom/app/assets/images/peek/vendor
(x 14)
self
(x 14)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/coffee-rails-4.1.1/lib
(x 14)
application/vnd.ezpix-package
(x 14)
file:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/octicons/octicons/octicons.svg?type=image/svg+xml&id=ec909e7792cfde2f40c5112a4555bb9f4879c6890e152818b86a763a89d1ee60
(x 14)
concurrent-ruby-ext
(x 14)
file-digest:///Users/chris/src/projects/github/classroom/app/assets/javascripts/peek/views/performance_bar
(x 14)
application/vnd.ms-fontobject
(x 14)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/specifications/sass-3.4.18.gemspec
(x 14)
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts/peek
(x 14)
Network Authentication Required
(x 14)
bullet
(x 14)
application/samlassertion+xml
(x 14)
awesome_print
(x 14)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/2.3.0/x86_64-darwin14/enc/encdb.bundle
(x 14)
application/vnd.acucobol
(x 14)
1.1.0-ruby
(x 14)
>>
(x 14)
<=>
(x 14)
**
(x 14)
file-digest:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/peek/views/performance_bar
(x 14)
Time
(x 14)
from
(x 14)
jpm
(x 14)
file-digest:///Users/chris/src/projects/github/classroom/vendor/assets/javascripts/peek
(x 14)
\n
(x 14)
purple
(x 14)
rfc3555
(x 14)
file-digest:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/peek/views/performance_bar
(x 14)
�
(x 14)
Frederic_Firmin
(x 14)
rmdir
(x 14)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-0.2.0/lib
(x 14)
accept_invitation
(x 14)
file-digest:///Users/chris/src/projects/github/classroom/vendor/assets/bower_components/jquery-readyselector/jquery.readyselector.js
(x 14)
/Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/elasticsearch-api-1.0.14/lib/elasticsearch/api/actions/snapshot/verify_repository.rb
(x 14)
object
(x 14)
text/javascript
(x 14)
�
(x 14)
Chris_Rae
(x 14)
application/vnd.nokia.ncd
(x 14)
file-digest:///Users/chris/src/projects/github/classroom/vendor/assets/javascripts/peek/views
(x 14)
file-digest:///Users/chris/src/projects/github/classroom/vendor/assets/javascripts/peek/views/performance_bar
(x 14)
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/turbolinks-2.5.3/lib/assets/javascripts/peek/views
(x 14)
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/turbolinks-2.5.3/lib/assets/javascripts/peek/views/performance_bar
(x 14)
file-digest:///Users/chris/src/projects/github/classroom/app/assets/stylesheets/peek
(x 14)
file-digest:///Users/chris/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/peek-performance_bar-1.2.1/app/assets/javascripts/peek/views
(x 14)
P
(x 14)
file:///Users/chris/src/projects/github/classroom/app/assets/javascripts/search.coffee?type=application/javascript&pipeline=self&id=f0d34347b022234347a0f1d682f3825c2ce66e14d7aae5bf1ca582b55cfc5af8
(x 14)
application/vnd.3gpp-prose+xml
(x 14)
in
(x 14)
bdo
(x 14)
application/vnd.noblenet-web
(x 14)
file-digest:///Users/chris/src/projects/github/classroom/app/assets/javascripts/outline-box.coffee
(x 14)
application/vnd.clonk.c4group
(x 14)
accept_encoding
(x 14)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment