ObjectSpace stats: TOTAL: 374580 FREE: 147037 T_STRING: 93647 T_IMEMO: 84622 T_ARRAY: 18022 T_OBJECT: 7768 T_CLASS: 7237 T_DATA: 5390 T_HASH: 3719 T_ICLASS: 1776 T_REGEXP: 1761 T_MODULE: 1186 T_SYMBOL: 957 T_STRUCT: 790 T_RATIONAL: 626 T_BIGNUM: 18 T_FILE: 10 T_FLOAT: 9 T_MATCH: 4 T_COMPLEX: 1 1000 Largest strings: /*! * animate.css -http://daneden.me/animate * Version - 3.5.1 * Licensed under the MIT license - http://opensource.org/licenses/MIT * * Copyright (c) 2016 Daniel Eden */ .animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } .animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s; } .animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut { -webkit-animation-duration: .75s; animation-duration: .75s; } @-webkit-keyframes bounce { from, 20%, 53%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } (len: 510217) /*! * animate.css -http://daneden.me/animate * Version - 3.5.1 * Licensed under the MIT license - http://opensource.org/licenses/MIT * * Copyright (c) 2016 Daniel Eden */ .animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } .animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s; } .animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut { -webkit-animation-duration: .75s; animation-duration: .75s; } @-webkit-keyframes bounce { from, 20%, 53%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } (len: 510217) /*! * animate.css -http://daneden.me/animate * Version - 3.5.1 * Licensed under the MIT license - http://opensource.org/licenses/MIT * * Copyright (c) 2016 Daniel Eden */ .animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } .animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s; } .animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut { -webkit-animation-duration: .75s; animation-duration: .75s; } @-webkit-keyframes bounce { from, 20%, 53%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } (len: 510107) /*! * animate.css -http://daneden.me/animate * Version - 3.5.1 * Licensed under the MIT license - http://opensource.org/licenses/MIT * * Copyright (c) 2016 Daniel Eden */ .animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } .animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s; } .animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut { -webkit-animation-duration: .75s; animation-duration: .75s; } @-webkit-keyframes bounce { from, 20%, 53%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } (len: 510107) Action Controller: Exception caught (len: 643) Read solution

To make Bundler and RVM able to load gems from the home directory, set Read solution

To make Bundler and RVM able to load gems from the home directory, set (?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 (?(?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) //(?:(?:(?:[\-_.!~*'()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) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fPIC (len: 600) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fPIC (len: 600) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fPIC (len: 600) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fPIC (len: 600) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 593) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 593) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 593) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 593) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 593) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 593) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 593) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 593) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 593) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 593) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 593) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 593) ^(?i-mx:Content-Disposition:\s*(?-mix:[^\s()<>,;:\\"\/\[\]?=]+)\s*)((?-mix:;\s*(?:(?-mix:((?-mix:(?-mix:(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%])+)(?-mix:\*[0-9]+)?))=((?-mix:"(?:\\"|[^"])*"|(?-mix:[^\s()<>,;:\\"\/\[\]?=]+))))|(?-mix:(?-mix:((?-mix:(?-mix:(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%])+)(?:\*0)?\*))=((?-mix:[a-zA-Z0-9\-]*'[a-zA-Z0-9\-]*'(?-mix:%[0-9a-fA-F]{2}|(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%]))*)))|(?-mix:((?-mix:(?-mix:(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%])+)\*[1-9][0-9]*\*))=((?-mix:%[0-9a-fA-F]{2}|(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%]))*))))\s*))+$ (len: 586) -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 582) -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 582) -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 582) -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 582) -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 582) -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 582) gemset. Read solution

Use the Read solution
Use the \n \n ".freeze ; _erbout.<<(( name ).to_s); _erbout.<< " (".freeze; _erbout.<<(( duration ).to_s); _erbout.<< " ms) - Profiling Results\n \n ".freeze ; _erbout.<<(( includes ).to_s); _erbout.<< "\n \n \n
\n \n\n".freeze ; _erbout (len: 518) #coding:UTF-8 _erbout = +''; _erbout.<< "\n \n ".freeze ; _erbout.<<(( name ).to_s); _erbout.<< " (".freeze; _erbout.<<(( duration ).to_s); _erbout.<< " ms) - Profiling Results\n \n ".freeze ; _erbout.<<(( includes ).to_s); _erbout.<< "\n \n \n
\n \n\n".freeze ; _erbout (len: 518) .
Read solution
(len: 513) . Read solution
(len: 513) \A(?: [\x00-\x7f] | [\xc2-\xdf] [\x80-\xbf] | \xe0 [\xa0-\xbf] [\x80-\xbf] | [\xe1-\xef] [\x80-\xbf] [\x80-\xbf] | \xf0 [\x90-\xbf] [\x80-\xbf] [\x80-\xbf] | [\xf1-\xf3] [\x80-\xbf] [\x80-\xbf] [\x80-\xbf] | \xf4 [\x80-\x8f] [\x80-\xbf] [\x80-\xbf])\z (len: 507) ;\s*(?:(?-mix:((?-mix:(?-mix:(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%])+)(?-mix:\*[0-9]+)?))=((?-mix:"(?:\\"|[^"])*"|(?-mix:[^\s()<>,;:\\"\/\[\]?=]+))))|(?-mix:(?-mix:((?-mix:(?-mix:(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%])+)(?:\*0)?\*))=((?-mix:[a-zA-Z0-9\-]*'[a-zA-Z0-9\-]*'(?-mix:%[0-9a-fA-F]{2}|(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%]))*)))|(?-mix:((?-mix:(?-mix:(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%])+)\*[1-9][0-9]*\*))=((?-mix:%[0-9a-fA-F]{2}|(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%]))*))))\s* (len: 507) \A(?: [\x00-\x7f] | [\xc2-\xdf] [\x80-\xbf] | \xe0 [\xa0-\xbf] [\x80-\xbf] | [\xe1-\xef] [\x80-\xbf] [\x80-\xbf] | \xf0 [\x90-\xbf] [\x80-\xbf] [\x80-\xbf] | [\xf1-\xf3] [\x80-\xbf] [\x80-\xbf] [\x80-\xbf] | \xf4 [\x80-\x8f] [\x80-\xbf] [\x80-\xbf])\z (len: 507) . Read solution
Use the Read solution
Use the Read solution
(len: 495) Read solution
(len: 495) _paves_session=o4vCe%2FD4uk2lDHZ5FPTMRb0H1f3JzhSNK8qjgeyv%2BZyNeTZDA%2Bi6wtg7Qb7fm1xJlorD%2B20180AZ6gvQg6JP1L0tL8mTEKcq6QpU9tYz3OMivGfhGC3MykPf%2Bh%2B1VOws3BInxypUmhgxCVXVZBwz0HCGlFyhDD%2FBkOalWD%2FR%2FH1IxvchtU42h7jDGRRDlYKyMwASt3W2%2F62Sx%2FFmzkPyVgM59V2sbq8WNM%2FeMOiYtI%2Fj21EdgX%2F%2FJX%2FWJNKAmWDsXbAEC4ezc%2Fmu8mN4KNZsCFVxLN0xtg%3D%3D--KB%2FElVhWUMdeff97--BLpc4W8DTPahu%2F9uFKRV4g%3D%3D; path=/; HttpOnly; SameSite=Lax __profilin=p%3Dt; path=/; HttpOnly; SameSite=Lax (len: 474) _paves_session=o4vCe%2FD4uk2lDHZ5FPTMRb0H1f3JzhSNK8qjgeyv%2BZyNeTZDA%2Bi6wtg7Qb7fm1xJlorD%2B20180AZ6gvQg6JP1L0tL8mTEKcq6QpU9tYz3OMivGfhGC3MykPf%2Bh%2B1VOws3BInxypUmhgxCVXVZBwz0HCGlFyhDD%2FBkOalWD%2FR%2FH1IxvchtU42h7jDGRRDlYKyMwASt3W2%2F62Sx%2FFmzkPyVgM59V2sbq8WNM%2FeMOiYtI%2Fj21EdgX%2F%2FJX%2FWJNKAmWDsXbAEC4ezc%2Fmu8mN4KNZsCFVxLN0xtg%3D%3D--KB%2FElVhWUMdeff97--BLpc4W8DTPahu%2F9uFKRV4g%3D%3D; path=/; HttpOnly; SameSite=Lax __profilin=p%3Dt; path=/; HttpOnly; SameSite=Lax (len: 474) In order to autoload safely at boot time, please wrap your code in a reloader callback this way: Rails.application.reloader.to_prepare do # Autoload classes and modules needed at boot time here. end That block runs when the application boots, and every time there is a reload. For historical reasons, it may run twice, so it has to be idempotent. Check the "Autoloading and Reloading Constants" guide to learn more about how Rails autoloads and reloads. (len: 473) \A (?:(?.*)/)? (?_)? (?.*?) (?:\.(?[a-z]{2}(?:-[A-Z]{2})?))?? (?:\.(?html|text|js|css|ics|csv|vcf|vtt|png|jpeg|gif|bmp|tiff|svg|mpeg|mp3|ogg|m4a|webm|mp4|otf|ttf|woff|woff2|xml|rss|atom|yaml|multipart_form|url_encoded_form|json|pdf|zip|gzip))?? (?:\+(?[^.]*))?? (?:\.(?raw|erb|html|builder|ruby|jbuilder))? \z (len: 468) (len: 465) local zset_key = KEYS[1] local hash_key = KEYS[2] local id = ARGV[1] local score = tonumber(ARGV[2]) local bytes = ARGV[3] local limit = tonumber(ARGV[4]) redis.call("ZADD", zset_key, score, id) redis.call("HSET", hash_key, id, bytes) if redis.call("ZCARD", zset_key) > limit then local lowest_snapshot_id = redis.call("ZRANGE", zset_key, 0, 0)[1] redis.call("ZREM", zset_key, lowest_snapshot_id) redis.call("HDEL", hash_key, lowest_snapshot_id) end (len: 456) Enumerating ActiveModel::Errors as a hash has been deprecated. In Rails 6.1, `errors` is an array of Error objects, therefore it should be accessed by a block with a single block parameter like this: person.errors.each do |error| attribute = error.attribute message = error.message end You are passing a block expecting two parameters, so the old hash behavior is simulated. As this is deprecated, this will result in an ArgumentError in Rails 6.2. (len: 455) SELECT fk.referenced_table_name AS 'to_table', fk.referenced_column_name AS 'primary_key', fk.column_name AS 'column', fk.constraint_name AS 'name', rc.update_rule AS 'on_update', rc.delete_rule AS 'on_delete' FROM information_schema.referential_constraints rc JOIN information_schema.key_column_usage fk USING (constraint_schema, constraint_name) WHERE fk.referenced_column_name IS NOT NULL AND fk.table_schema = (len: 451)

Make sure the gem bundle is installed

Run the following from the application directory:

bundle install

Check the application process's execution environment

Is the application running under the expected execution environment? A common problem is that the application runs under a different user than it is supposed to. The application is currently running as the (len: 436)

Make sure the gem bundle is installed

Run the following from the application directory:

bundle install

Check the application process's execution environment

Is the application running under the expected execution environment? A common problem is that the application runs under a different user than it is supposed to. The application is currently running as the (len: 436) is currently disabled, likely because your application is still in its loading phase. This method is meant to display text in the user locale, so calling it before the user locale has been set is likely to display text from the wrong locale to some users. If you have a legitimate reason to access i18n data outside of the user flow, you can do so by passing the desired locale explictly with the `locale` argument, e.g. `I18n. (len: 430) -----BEGIN DH PARAMETERS----- MIIBCAKCAQEA7E6kBrYiyvmKAMzQ7i8WvwVk9Y/+f8S7sCTN712KkK3cqd1jhJDY JbrYeNV3kUIKhPxWHhObHKpD1R84UpL+s2b55+iMd6GmL7OYmNIT/FccKhTcveab VBmZT86BZKYyf45hUF9FOuUM9xPzuK3Vd8oJQvfYMCd7LPC0taAEljQLR4Edf8E6 YoaOffgTf5qxiwkjnlVZQc3whgnEt9FpVMvQ9eknyeGB5KHfayAc3+hUAvI3/Cr3 1bNveX5wInh5GDx1FGhKBZ+s1H+aedudCm7sCgRwv8lKWYGiHzObSma8A86KG+MD 7Lo5JquQ3DlBodj3IDyPrxIv96lvRPFtAwIBAg== -----END DH PARAMETERS----- (len: 424) hq43ybxsexxs43quqo44,f34xm1ucwigv51f30cgo,kwgk3dac6v2n9u0p848l,q544dde9tz8ja7xzwa3o,vyjwx3znqqcfuso76wfd,pctqr7sq69ltwsus7992,f912cw2t2hy2k16ey60w,8tu2ggz4szdzlx9jy0hd,49k79a4nzs4k7qse6x6x,9pnzq16alafhy5wfuo4j,8swqisl5qo0vpq0p1llv,29itic4xgqd0fmoegpn7,mosz9cvigpja2ezd2rg4,ohdymbunbh8putrynyuq,yd0u9re4dx4u5qvx6m41,xpkvcvgdpxiolx9agf1f,3ji8813bc8mbn9spazdv,i2phxyr0vs7qu6249oo6,bmkcma48ir77emfs37jq,9orv5vnf8okxcef32vek (len: 419) hq43ybxsexxs43quqo44,f34xm1ucwigv51f30cgo,kwgk3dac6v2n9u0p848l,q544dde9tz8ja7xzwa3o,vyjwx3znqqcfuso76wfd,pctqr7sq69ltwsus7992,f912cw2t2hy2k16ey60w,8tu2ggz4szdzlx9jy0hd,49k79a4nzs4k7qse6x6x,9pnzq16alafhy5wfuo4j,8swqisl5qo0vpq0p1llv,29itic4xgqd0fmoegpn7,mosz9cvigpja2ezd2rg4,ohdymbunbh8putrynyuq,yd0u9re4dx4u5qvx6m41,xpkvcvgdpxiolx9agf1f,3ji8813bc8mbn9spazdv,i2phxyr0vs7qu6249oo6,bmkcma48ir77emfs37jq,9orv5vnf8okxcef32vek (len: 419) {/home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/views/**/*,/home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actiontext-6.1.4.1/app/views/**/*,/home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/devise-4.8.0/app/views/**/*,/home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/kaminari-core-1.2.1/app/views/**/*,/home/ubuntu/pav/PAVES1/app/views/**/*} (len: 414) 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) . You can work around by passing `skip: :omniauth_callbacks` to the `devise_for` call and extract omniauth options to another `devise_for` call outside the scope. Here is an example: devise_for :users, only: :omniauth_callbacks, controllers: {omniauth_callbacks: 'users/omniauth_callbacks'} scope '/(:locale)', locale: /ru|en/ do devise_for :users, skip: :omniauth_callbacks end (len: 399)

(len: 395) [DEVISE] We have detected that you are using devise_for inside engine routes. In this case, you probably want to set Devise.router_name = MOUNT_POINT, where MOUNT_POINT is a symbol representing where this engine will be mounted at. For now Devise will default the mount point to :main_app. You can explicitly set it to :main_app as well in case you want to keep the current behavior. (len: 383)

Bundler was unable to find one of the gems defined in the Gemfile

(len: 378)

Bundler was unable to find one of the gems defined in the Gemfile

Most common causes Solution finder
(len: 378) \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) (len: 369) (len: 369) . Possible causes: 1. You want to set webpacker.yml value of compile to true for your environment unless you are using the `webpack -w` or the webpack-dev-server. 2. webpack has not yet re-run to reflect updates. 3. You have misconfigured Webpacker's config/webpacker.yml file. 4. Your webpack configuration is not creating a manifest. Your manifest contains: (len: 363) (num = nil) per_page = max_per_page && (default_per_page > max_per_page) ? max_per_page : default_per_page limit(per_page).offset(per_page * ((num = num.to_i - 1) < 0 ? 0 : num)).extending do include Kaminari::ActiveRecordRelationMethods include Kaminari::PageScopeMethods end end (len: 343) Using `return`, `break` or `throw` to exit a transaction block is deprecated without replacement. If the `throw` came from `Timeout.timeout(duration)`, pass an exception class as a second argument so it doesn't use `throw` to abort its block. This results in the transaction being committed, but in the next release of Rails it will rollback. (len: 343) (?-mix:((?-mix:(?-mix:(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%])+)(?:\*0)?\*))=((?-mix:[a-zA-Z0-9\-]*'[a-zA-Z0-9\-]*'(?-mix:%[0-9a-fA-F]{2}|(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%]))*)))|(?-mix:((?-mix:(?-mix:(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%])+)\*[1-9][0-9]*\*))=((?-mix:%[0-9a-fA-F]{2}|(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%]))*)) (len: 342) 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) ; var json = JSON.stringify(graph); var blob = new Blob([json], { type: 'text/plain' }); var objUrl = encodeURIComponent(URL.createObjectURL(blob)); var iframe = document.createElement('IFRAME'); iframe.setAttribute('id', 'speedscope-iframe'); document.body.appendChild(iframe); var iframeUrl = ' (len: 338) end # end if read_from_cache_file # if read_from_cache_file data = File.read(cache_file) # data = File.read(cache_file) (len: 336) end # end if read_from_cache_file # if read_from_cache_file data = File.read(cache_file) # data = File.read(cache_file) (len: 336) To respond to a custom format, register it as a MIME type first: https://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: 335) o4vCe/D4uk2lDHZ5FPTMRb0H1f3JzhSNK8qjgeyv+ZyNeTZDA+i6wtg7Qb7fm1xJlorD+20180AZ6gvQg6JP1L0tL8mTEKcq6QpU9tYz3OMivGfhGC3MykPf+h+1VOws3BInxypUmhgxCVXVZBwz0HCGlFyhDD/BkOalWD/R/H1IxvchtU42h7jDGRRDlYKyMwASt3W2/62Sx/FmzkPyVgM59V2sbq8WNM/eMOiYtI/j21EdgX//JX/WJNKAmWDsXbAEC4ezc/mu8mN4KNZsCFVxLN0xtg==--KB/ElVhWUMdeff97--BLpc4W8DTPahu/9uFKRV4g== (len: 332)

Check the application process's execution environment

Is the application running under the expected execution environment? A common problem is that the application runs under a different user than it is supposed to. The application is currently running as the (len: 326) .supports_cache_versioning? #=> true). Next best, switch to a different cache store that does support cache versioning: https://guides.rubyonrails.org/caching_with_rails.html#cache-stores. To keep using the current cache store, you can turn off cache versioning entirely: config.active_record.cache_versioning = false (len: 326) ' 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: https://guides.rubyonrails.org/routing.html#restricting-the-routes-created (len: 326)

Check the application process's execution environment

Is the application running under the expected execution environment? A common problem is that the application runs under a different user than it is supposed to. The application is currently running as the (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) mappings.unshift mappings.delete(favorite.to_sym) if favorite mappings.each do |mapping| opts[:scope] = mapping warden.authenticate!(opts) if !devise_controller? || opts.delete(:force) end end end def (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) && File.exist?(cache_file) cache_file_stat = File.stat(cache_file) # cache_file_stat = File.stat(cache_file) read_from_cache_file = # read_from_cache_file = Time.now - cache_file_stat.mtime < (len: 322) && File.exist?(cache_file) cache_file_stat = File.stat(cache_file) # cache_file_stat = File.stat(cache_file) read_from_cache_file = # read_from_cache_file = Time.now - cache_file_stat.mtime < (len: 322) Wrong OmniAuth configuration. If you are getting this exception, it means that either: 1) You are manually setting OmniAuth.config.path_prefix and it doesn't match the Devise one 2) You are setting :omniauthable in more than one model 3) You changed your Devise routes/OmniAuth setting and haven't restarted your server (len: 320) (?!["#])((?:(?-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) 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) [Devise] The second argument of `DatabaseAuthenticatable#update_without_password` (`options`) is deprecated and it will be removed in the next major version. It was added to support a feature deprecated in Rails 4, so you can safely remove it from your code. (len: 307) This Gemfile does not include an explicit global source. Not using an explicit global source may result in a different lockfile being generated depending on the gems you have installed locally before bundler is run. Instead, define a global source in your Gemfile like this: source "https://rubygems.org". (len: 305) ^ # The host: (? # An IPv6 address: (\[(?.*)\]) | # An IPv4 address: (?[\d\.]+) | # A hostname: (?[a-zA-Z0-9\.\-]+) ) # The optional port: (:(?\d+))? $ (len: 305) , # :text_field, @object_name, # @object_name, method, # method, objectify_options(options)) # objectify_options(options)) end # end (len: 305) ^ # The host: (? # An IPv6 address: (\[(?.*)\]) | # An IPv4 address: (?[\d\.]+) | # A hostname: (?[a-zA-Z0-9\.\-]+) ) # The optional port: (:(?\d+))? $ (len: 305) [Devise] The second argument of `DatabaseAuthenticatable#update_with_password` (`options`) is deprecated and it will be removed in the next major version. It was added to support a feature deprecated in Rails 4, so you can safely remove it from your code. (len: 304) \A ( (?: # `table_name`.`column_name` | function(one or no argument) ((?:\w+\.|`\w+`\.)?(?:\w+|`\w+`)) | \w+\((?:|\g<2>)\) ) (?:(?:\s+AS)?\s+(?:\w+|`\w+`))? ) (?:\s*,\s*\g<1>)* \z (len: 303) /home/ubuntu/.rbenv/versions/2.6.8/bin:/home/ubuntu/.rbenv/libexec:/home/ubuntu/.rbenv/plugins/ruby-build/bin:/home/ubuntu/.rbenv/plugins/ruby-build/bin:/home/ubuntu/.rbenv/shims:/home/ubuntu/.rbenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin (len: 301) mappings.unshift mappings.delete(favorite.to_sym) if favorite mappings.each do |mapping| current = warden.authenticate(scope: mapping) return current if current end nil end def current_ (len: 299) ObjectSpace stats: TOTAL: 374580 FREE: 147037 T_STRING: 93647 T_IMEMO: 84622 T_ARRAY: 18022 T_OBJECT: 7768 T_CLASS: 7237 T_DATA: 5390 T_HASH: 3719 T_ICLASS: 1776 T_REGEXP: 1761 T_MODULE: 1186 T_SYMBOL: 957 T_STRUCT: 790 T_RATIONAL: 626 T_BIGNUM: 18 T_FILE: 10 T_FLOAT: 9 T_MATCH: 4 T_COMPLEX: 1 1000 Largest strings: (len: 295) In Rails 6.2, `after_enqueue`/`after_perform` callbacks no longer run if `before_enqueue`/`before_perform` respectively halts with `throw :abort`. To enable this behavior, uncomment the `config.active_job.skip_after_callbacks_if_terminated` config in the new 6.1 framework defaults initializer. (len: 295)

You don't have any routes defined!

(len: 295) ObjectSpace stats: TOTAL: 374580 FREE: 147037 T_STRING: 93647 T_IMEMO: 84622 T_ARRAY: 18022 T_OBJECT: 7768 T_CLASS: 7237 T_DATA: 5390 T_HASH: 3719 T_ICLASS: 1776 T_REGEXP: 1761 T_MODULE: 1186 T_SYMBOL: 957 T_STRUCT: 790 T_RATIONAL: 626 T_BIGNUM: 18 T_FILE: 10 T_FLOAT: 9 T_MATCH: 4 T_COMPLEX: 1 (len: 295) ") # cache_file = File.join(@@cache_dir, "httpd") end # end read_from_cache_file = false # read_from_cache_file = false if (len: 293) ") # cache_file = File.join(@@cache_dir, "httpd") end # end read_from_cache_file = false # read_from_cache_file = false if (len: 293) \A ( (?: # `table_name`.`column_name` | function(one or no argument) ((?:\w+\.|`\w+`\.)?(?:\w+|`\w+`)) | \w+\((?:|\g<2>)\) ) (?:\s+ASC|\s+DESC)? ) (?:\s*,\s*\g<1>)* \z (len: 291) \A ( (?: # table_name.column_name | function(one or no argument) ((?:\w+\.)?\w+) | \w+\((?:|\g<2>)\) ) (?:\s+ASC|\s+DESC)? (?:\s+NULLS\s+(?:FIRST|LAST))? ) (?:\s*,\s*\g<1>)* \z (len: 288) (?:(?:[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) does not respond to 'devise' method. This usually means you haven't loaded your ORM file or it's being loaded too late. To fix it, be sure to require 'devise/orm/YOUR_ORM' inside 'config/initializers/devise.rb' or before your application definition in 'config/application.rb' (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) TOTAL: 374580 FREE: 147037 T_STRING: 93647 T_IMEMO: 84622 T_ARRAY: 18022 T_OBJECT: 7768 T_CLASS: 7237 T_DATA: 5390 T_HASH: 3719 T_ICLASS: 1776 T_REGEXP: 1761 T_MODULE: 1186 T_SYMBOL: 957 T_STRUCT: 790 T_RATIONAL: 626 T_BIGNUM: 18 T_FILE: 10 T_FLOAT: 9 T_MATCH: 4 T_COMPLEX: 1 (len: 275) TOTAL: 374580 FREE: 147037 T_STRING: 93647 T_IMEMO: 84622 T_ARRAY: 18022 T_OBJECT: 7768 T_CLASS: 7237 T_DATA: 5390 T_HASH: 3719 T_ICLASS: 1776 T_REGEXP: 1761 T_MODULE: 1186 T_SYMBOL: 957 T_STRUCT: 790 T_RATIONAL: 626 T_BIGNUM: 18 T_FILE: 10 T_FLOAT: 9 T_MATCH: 4 T_COMPLEX: 1 (len: 275) You can no longer specify a path source by itself. Instead, either use the :path option on a gem, or specify the gems that bundler should find in the path source by passing a block to the path method, like: path 'dir/containing/rails' do gem 'rails' end (len: 274) 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: 274) 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) Psych is a YAML parser and emitter. Psych leverages libyaml[https://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) def respond_to_missing?(name, include_private = false) # It may look like an oversight, but we deliberately do not pass # +include_private+, because they do not get delegated. return false if name == :marshal_dump || name == :_dump (len: 271) \A # start of string .+ # file path (one or more characters) (?= # stop previous match when :\d+ # a colon is followed by one or more digits :in # followed by a colon followed by in ) (len: 269) 0001-Remove-script-macro-support.patch 0002-Update-entities-to-remove-handling-of-ssi.patch 0003-libxml2.la-is-in-top_builddir.patch 0004-use-glibc-strlen.patch 0005-avoid-isnan-isinf.patch 0006-update-automake-files-for-arm64.patch 0007-Fix-XPath-recursion-limit.patch (len: 269) . Being able to do this is deprecated. Autoloading during initialization is going to be an error condition in future versions of Rails. Reloading does not reboot the application, and therefore code executed during initialization does not run again. So, if you reload (len: 269) \A # start of string .+ # file path (one or more characters) (?= # stop previous match when :\d+ # a colon is followed by one or more digits :in # followed by a colon followed by in ) (len: 269) shard was `nil`. Please check your configuration. If you want your writing role to be something other than `:writing` set `config.active_record.writing_role` in your application configuration. The same setting should be applied for the `reading_role` if applicable. (len: 266) \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(?:[\-_.!~*'()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) environment. This is usually a mistake. To ensure it's only activated in development mode, move it to the development group of your Gemfile: gem 'web-console', group: :development If you still want to run it in the (len: 262) \A(?:[\(\s]|(?m-ix:(?:\-\-.*\n)*|\/\*(?:[^\*]|\*[^\/])*\*\/))*(?-mix:(?i-mx:desc)|(?i-mx:describe)|(?i-mx:set)|(?i-mx:show)|(?i-mx:use)|(?i-mx:begin)|(?i-mx:commit)|(?i-mx:explain)|(?i-mx:release)|(?i-mx:rollback)|(?i-mx:savepoint)|(?i-mx:select)|(?i-mx:with)) (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) -' + frame_id); if (currentSource && el) { currentSource.className += " hidden"; el.className = el.className.replace(" hidden", ""); currentSource = el; } } } })(); (len: 258) Your Gemfile contains multiple global 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. (len: 257) Using `Range#include?` to check the inclusion of a value in a date time range is deprecated. It is recommended to use `Range#cover?` instead of `Range#include?` to check the inclusion of a value in a date time range. (len: 257) . However, because you are using RVM, this is not allowed: the option must point to an RVM wrapper script, not a raw Ruby binary. This is because RVM is implemented through various environment variables, which are set through the wrapper script. (len: 253) . However, because you are using RVM, this is not allowed: the option must point to an RVM wrapper script, not a raw Ruby binary. This is because RVM is implemented through various environment variables, which are set through the wrapper script. (len: 253) (*args) # _unmemoized_httpd(*args) end # end end # end (len: 252) (*args) # _unmemoized_httpd(*args) end # end end # end (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) (*args) monitor = @_monitor monitor or raise("BUG: Internal monitor was not properly initialized. Please report this to the concurrent-ruby developers.") monitor.synchronize { super } end (len: 250) \A ( (?: # table_name.column_name | function(one or no argument) ((?:\w+\.)?\w+) | \w+\((?:|\g<2>)\) ) (?:(?:\s+AS)?\s+\w+)? ) (?:\s*,\s*\g<1>)* \z (len: 249) (len: 172) Webpacker::Configuration#check_yarn_integrity=(value) has been deprecated. The integrity check has been removed from Webpacker so changing this setting will have no effect. (len: 172) There is a mismatch between the foreign key and primary key column types. Verify that the foreign key column type and the primary key of the associated table match types. (len: 171) There is a mismatch between the foreign key and primary key column types. Verify that the foreign key column type and the primary key of the associated table match types. (len: 171) ##use_standard_json_time_format= delegated to ActiveSupport::JSON::Encoding.use_standard_json_time_format=, but ActiveSupport::JSON::Encoding is nil: (len: 171) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap.min.css?type=text/css&pipeline=self&id=06d53c84711c7a87382400a4d5ac586b57bf5bb96b99b4eea6ea21fa2367b709 (len: 171) ActiveRecord::ConnectionAdapters::DatabaseStatements#enable_lazy_transactions! delegated to transaction_manager.enable_lazy_transactions!, but transaction_manager is nil: (len: 171) ##use_standard_json_time_format= delegated to ActiveSupport::JSON::Encoding.use_standard_json_time_format=, but ActiveSupport::JSON::Encoding is nil: (len: 171) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap.min.css?type=text/css&pipeline=self&id=06d53c84711c7a87382400a4d5ac586b57bf5bb96b99b4eea6ea21fa2367b709 (len: 171) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap.min.css?type=text/css&pipeline=self&id=06d53c84711c7a87382400a4d5ac586b57bf5bb96b99b4eea6ea21fa2367b709 (len: 171) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap.min.css?type=text/css&pipeline=self&id=06d53c84711c7a87382400a4d5ac586b57bf5bb96b99b4eea6ea21fa2367b709 (len: 171) There is a mismatch between the foreign key and primary key column types. Verify that the foreign key column type and the primary key of the associated table match types. (len: 171)
  • Enable RVM mixed mode by running:
    rvm user gemsets
  • (len: 170) `, which contains the dash character (`-`). This is deprecated, because configuration through `ENV` should be possible, but `ENV` keys cannot include dashes. Please edit (len: 170) file:///home/ubuntu/pav/PAVES1/app/assets/config/manifest.js?type=application/javascript&pipeline=self&id=6a6d3c173214757d82ea0015e6e767fa0c5f1b9752ec522f79d07228ed9cf938 (len: 170) file:///home/ubuntu/pav/PAVES1/app/assets/config/manifest.js?type=application/javascript&pipeline=self&id=6a6d3c173214757d82ea0015e6e767fa0c5f1b9752ec522f79d07228ed9cf938 (len: 170)
  • Enable RVM mixed mode by running:
    rvm user gemsets
  • (len: 170) file:///home/ubuntu/pav/PAVES1/app/assets/config/manifest.js?type=application/javascript&pipeline=self&id=6a6d3c173214757d82ea0015e6e767fa0c5f1b9752ec522f79d07228ed9cf938 (len: 170) `, which contains the dash character (`-`). This is deprecated, because configuration through `ENV` should be possible, but `ENV` keys cannot include dashes. Please edit (len: 170) (?['"]) # an opening quote (?.*?) # with anything inside, captured as STATIC \k # and a matching closing quote (len: 169) ##escape_html_entities_in_json= delegated to ActiveSupport::JSON::Encoding.escape_html_entities_in_json=, but ActiveSupport::JSON::Encoding is nil: (len: 169) ##use_standard_json_time_format delegated to ActiveSupport::JSON::Encoding.use_standard_json_time_format, but ActiveSupport::JSON::Encoding is nil: (len: 169) (?['"]) # an opening quote (?.*?) # with anything inside, captured as STATIC \k # and a matching closing quote (len: 169) (?['"]) # an opening quote (?.*?) # with anything inside, captured as STATIC \k # and a matching closing quote (len: 169) ActiveRecord::ConnectionAdapters::DatabaseStatements#materialize_transactions delegated to transaction_manager.materialize_transactions, but transaction_manager is nil: (len: 169) ##use_standard_json_time_format delegated to ActiveSupport::JSON::Encoding.use_standard_json_time_format, but ActiveSupport::JSON::Encoding is nil: (len: 169) ##escape_html_entities_in_json= delegated to ActiveSupport::JSON::Encoding.escape_html_entities_in_json=, but ActiveSupport::JSON::Encoding is nil: (len: 169) (?['"]) # an opening quote (?.*?) # with anything inside, captured as STATIC \k # and a matching closing quote (len: 169) (?['"]) # an opening quote (?.*?) # with anything inside, captured as STATIC \k # and a matching closing quote (len: 169) ) (?# 6: registry) ) | (?!//)) (?# XXX: '//' is the mark for hostport) ( (len: 168) [DEPRECATED] Bootsnap's `disable_trace:` option is deprecated and will be removed. If you use Ruby 2.5 or newer this option is useless, if not upgrading is recommended. (len: 168) Faraday::Connection#path_prefix at /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/faraday-2.6.0/lib/faraday/connection.rb:340 forwarding to private method (len: 168) [[:alpha:]_] # at least one uppercase letter, lowercase letter or underscore [[:word:]]* # followed by optional letters, numbers or underscores (len: 168) ' is reserved for storing the class in case of inheritance. Please rename this column if you didn't intend it to be used for storing the inheritance class or overwrite (len: 168) [[:alpha:]_] # at least one uppercase letter, lowercase letter or underscore [[:word:]]* # followed by optional letters, numbers or underscores (len: 168) [[:alpha:]_] # at least one uppercase letter, lowercase letter or underscore [[:word:]]* # followed by optional letters, numbers or underscores (len: 168) ) (?# 6: registry) ) | (?!//)) (?# XXX: '//' is the mark for hostport) ( (len: 168) [DEPRECATED] Bootsnap's `disable_trace:` option is deprecated and will be removed. If you use Ruby 2.5 or newer this option is useless, if not upgrading is recommended. (len: 168) Faraday::Connection#path_prefix at /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/faraday-2.6.0/lib/faraday/connection.rb:340 forwarding to private method (len: 168) ' is reserved for storing the class in case of inheritance. Please rename this column if you didn't intend it to be used for storing the inheritance class or overwrite (len: 168) [[:alpha:]_] # at least one uppercase letter, lowercase letter or underscore [[:word:]]* # followed by optional letters, numbers or underscores (len: 168) [[:alpha:]_] # at least one uppercase letter, lowercase letter or underscore [[:word:]]* # followed by optional letters, numbers or underscores (len: 168) ) (?# 6: registry) ) | (?!//)) (?# XXX: '//' is the mark for hostport) ( (len: 168) ##new delegated to ActiveModelSerializers::SerializableResource.new, but ActiveModelSerializers::SerializableResource is nil: (len: 167) ##new delegated to ActiveModelSerializers::SerializableResource.new, but ActiveModelSerializers::SerializableResource is nil: (len: 167) ##escape_html_entities_in_json delegated to ActiveSupport::JSON::Encoding.escape_html_entities_in_json, but ActiveSupport::JSON::Encoding is nil: (len: 167) ##new delegated to ActiveModelSerializers::SerializableResource.new, but ActiveModelSerializers::SerializableResource is nil: (len: 167) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap.css?type=text/css&pipeline=self&id=da2317c1d31bfa216494125389e2a1ff4e2cd95f9dcfbafd184400412745d218 (len: 167) ##new delegated to ActiveModelSerializers::SerializableResource.new, but ActiveModelSerializers::SerializableResource is nil: (len: 167) ##escape_html_entities_in_json delegated to ActiveSupport::JSON::Encoding.escape_html_entities_in_json, but ActiveSupport::JSON::Encoding is nil: (len: 167) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap.css?type=text/css&pipeline=self&id=da2317c1d31bfa216494125389e2a1ff4e2cd95f9dcfbafd184400412745d218 (len: 167) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap.css?type=text/css&pipeline=self&id=da2317c1d31bfa216494125389e2a1ff4e2cd95f9dcfbafd184400412745d218 (len: 167) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap.css?type=text/css&pipeline=self&id=da2317c1d31bfa216494125389e2a1ff4e2cd95f9dcfbafd184400412745d218 (len: 167) ', *args, &block) # controller.send(:'current_user', *args, &block) end # end ruby2_keywords(:' (len: 166) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=71cd0310a4aeb5133e27db0c4df7ab744db2698f766e32fd811e1e69fdd0abaa (len: 166) [-@]?([_A-Za-z]|[^\0-\177]|\\[0-9A-Fa-f]{1,6}(\r\n|[\s])?|\\[^\n\r\f0-9A-Fa-f])([_A-Za-z0-9-]|[^\0-\177]|\\[0-9A-Fa-f]{1,6}(\r\n|[\s])?|\\[^\n\r\f0-9A-Fa-f])*\([\s]* (len: 165) DEPRECATION WARNING: configuration of filetype= through this method is deprecated! Use the block configuration instead. http://github.com/mdeering/gravatar_image_tag (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=336478ddf6ac5848fef3484c3ee40f7fdbfe886c1c30fa3aae8270a73d90fbf2 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/colours.css?type=text/css&pipeline=self&id=7d9791ff545b0444c237e540c0c999b9f65ab8559eac7188ccb206cc5422a880 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/animate.css?type=text/css&pipeline=self&id=418ed688c0f4a7b41f4c584672fce435adf10cf71c625fbcaaea00f515f59985 (len: 165) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/rails/conductor/action_mailbox/inbound_emails/sources_controller.rb (len: 165) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/rails/conductor/action_mailbox/inbound_emails/sources_controller.rb (len: 165) `environment` and `name` will be removed as parameters in 6.2.0, you may now pass an ActiveRecord::DatabaseConfigurations::DatabaseConfig as `configuration` instead. (len: 165) ActiveRecord::ConnectionAdapters::DatabaseStatements#within_new_transaction delegated to transaction_manager.within_new_transaction, but transaction_manager is nil: (len: 165) DEPRECATION WARNING: configuration of filetype= through this method is deprecated! Use the block configuration instead. http://github.com/mdeering/gravatar_image_tag (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/animate.css?type=text/css&pipeline=self&id=418ed688c0f4a7b41f4c584672fce435adf10cf71c625fbcaaea00f515f59985 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/colours.css?type=text/css&pipeline=self&id=7d9791ff545b0444c237e540c0c999b9f65ab8559eac7188ccb206cc5422a880 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=336478ddf6ac5848fef3484c3ee40f7fdbfe886c1c30fa3aae8270a73d90fbf2 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/animate.css?type=text/css&pipeline=self&id=418ed688c0f4a7b41f4c584672fce435adf10cf71c625fbcaaea00f515f59985 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/colours.css?type=text/css&pipeline=self&id=7d9791ff545b0444c237e540c0c999b9f65ab8559eac7188ccb206cc5422a880 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=336478ddf6ac5848fef3484c3ee40f7fdbfe886c1c30fa3aae8270a73d90fbf2 (len: 165) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/rails/conductor/action_mailbox/inbound_emails/sources_controller.rb (len: 165) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/rails/conductor/action_mailbox/inbound_emails/sources_controller.rb (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=336478ddf6ac5848fef3484c3ee40f7fdbfe886c1c30fa3aae8270a73d90fbf2 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/colours.css?type=text/css&pipeline=self&id=7d9791ff545b0444c237e540c0c999b9f65ab8559eac7188ccb206cc5422a880 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/animate.css?type=text/css&pipeline=self&id=418ed688c0f4a7b41f4c584672fce435adf10cf71c625fbcaaea00f515f59985 (len: 165) `environment` and `name` will be removed as parameters in 6.2.0, you may now pass an ActiveRecord::DatabaseConfigurations::DatabaseConfig as `configuration` instead. (len: 165) [-@]?([_A-Za-z]|[^\0-\177]|\\[0-9A-Fa-f]{1,6}(\r\n|[\s])?|\\[^\n\r\f0-9A-Fa-f])([_A-Za-z0-9-]|[^\0-\177]|\\[0-9A-Fa-f]{1,6}(\r\n|[\s])?|\\[^\n\r\f0-9A-Fa-f])*\([\s]* (len: 165) Y - yes, overwrite n - no, do not overwrite a - all, overwrite this and all others q - quit, abort h - help, show this help (len: 164) /passenger-config about ruby-command (len: 164) (?:\bpartial:|:partial\s*=>) # partial key in either old or new style hash syntax \s* # followed by optional spaces (len: 164) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/custom.css?type=text/css&pipeline=self&id=b522ea3fcc99b1cd15700dfbf26a25776a7c018dd85f6d63b86d9391d612a767 (len: 164) `action_dispatch.hosts_response_app` is deprecated and will be ignored in Rails 6.2. Use the Host Authorization `response_app` setting instead. (len: 164) (?:\bpartial:|:partial\s*=>) # partial key in either old or new style hash syntax \s* # followed by optional spaces (len: 164) (?:\bpartial:|:partial\s*=>) # partial key in either old or new style hash syntax \s* # followed by optional spaces (len: 164) Y - yes, overwrite n - no, do not overwrite a - all, overwrite this and all others q - quit, abort h - help, show this help (len: 164) /passenger-config about ruby-command (len: 164) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/custom.css?type=text/css&pipeline=self&id=b522ea3fcc99b1cd15700dfbf26a25776a7c018dd85f6d63b86d9391d612a767 (len: 164) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/custom.css?type=text/css&pipeline=self&id=b522ea3fcc99b1cd15700dfbf26a25776a7c018dd85f6d63b86d9391d612a767 (len: 164) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/custom.css?type=text/css&pipeline=self&id=b522ea3fcc99b1cd15700dfbf26a25776a7c018dd85f6d63b86d9391d612a767 (len: 164) `action_dispatch.hosts_response_app` is deprecated and will be ignored in Rails 6.2. Use the Host Authorization `response_app` setting instead. (len: 164) (?:\bpartial:|:partial\s*=>) # partial key in either old or new style hash syntax \s* # followed by optional spaces (len: 164) (?:\bpartial:|:partial\s*=>) # partial key in either old or new style hash syntax \s* # followed by optional spaces (len: 164) Multiple gemfiles (gems.rb and Gemfile) detected. Make sure you remove Gemfile and Gemfile.lock since bundler is ignoring them in favor of gems.rb and gems.locked. (len: 163) (?:\blayout:|:layout\s*=>) # layout key in either old or new style hash syntax \s* # followed by optional spaces (len: 163) (?:\blayout:|:layout\s*=>) # layout key in either old or new style hash syntax \s* # followed by optional spaces (len: 163) (?:\blayout:|:layout\s*=>) # layout key in either old or new style hash syntax \s* # followed by optional spaces (len: 163) Multiple gemfiles (gems.rb and Gemfile) detected. Make sure you remove Gemfile and Gemfile.lock since bundler is ignoring them in favor of gems.rb and gems.locked. (len: 163) Multiple gemfiles (gems.rb and Gemfile) detected. Make sure you remove Gemfile and Gemfile.lock since bundler is ignoring them in favor of gems.rb and gems.locked. (len: 163) (?:\blayout:|:layout\s*=>) # layout key in either old or new style hash syntax \s* # followed by optional spaces (len: 163) (?:\blayout:|:layout\s*=>) # layout key in either old or new style hash syntax \s* # followed by optional spaces (len: 163) The CSV library provides a complete interface to CSV files and data. It offers tools to enable you to read and write to and from Strings or IO objects, as needed. (len: 162) Passing permitted_symbols with the 3rd argument of Psych.safe_load is deprecated. Use keyword argument like Psych.safe_load(yaml, permitted_symbols: ...) instead. (len: 162) Passing permitted_classes with the 2nd argument of Psych.safe_load is deprecated. Use keyword argument like Psych.safe_load(yaml, permitted_classes: ...) instead. (len: 162) alias locked? mu_locked? alias lock mu_lock alias unlock mu_unlock alias try_lock mu_try_lock alias synchronize mu_synchronize (len: 162) The CSV library provides a complete interface to CSV files and data. It offers tools to enable you to read and write to and from Strings or IO objects, as needed. (len: 162) The CSV library provides a complete interface to CSV files and data. It offers tools to enable you to read and write to and from Strings or IO objects, as needed. (len: 162) (len: 162) Passing permitted_classes with the 2nd argument of Psych.safe_load is deprecated. Use keyword argument like Psych.safe_load(yaml, permitted_classes: ...) instead. (len: 162) Passing permitted_symbols with the 3rd argument of Psych.safe_load is deprecated. Use keyword argument like Psych.safe_load(yaml, permitted_symbols: ...) instead. (len: 162) alias locked? mu_locked? alias lock mu_lock alias unlock mu_unlock alias try_lock mu_try_lock alias synchronize mu_synchronize (len: 162) ^(?:[-+]?([0-9][0-9_,]*)?\.[0-9]*([eE][-+][0-9]+)?(?# base 10) |[-+]?\.(inf|Inf|INF)(?# infinity) |\.(nan|NaN|NAN)(?# not a number))$ (len: 161) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/java_non_concurrent_priority_queue.rb (len: 161) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/ruby_non_concurrent_priority_queue.rb (len: 161) )` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (len: 161) )` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (len: 161) ActiveRecord::ConnectionAdapters::DatabaseStatements#rollback_transaction delegated to transaction_manager.rollback_transaction, but transaction_manager is nil: (len: 161) ^(?:[-+]?([0-9][0-9_,]*)?\.[0-9]*([eE][-+][0-9]+)?(?# base 10) |[-+]?\.(inf|Inf|INF)(?# infinity) |\.(nan|NaN|NAN)(?# not a number))$ (len: 161) )` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (len: 161) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/java_non_concurrent_priority_queue.rb (len: 161) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/ruby_non_concurrent_priority_queue.rb (len: 161) You tried to define an enum named "%{enum}" on the model "%{klass}", but this will generate a %{type} method "%{method}", which is already defined by %{source}. (len: 160) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/w3.css?type=text/css&pipeline=self&id=6e222f2df6ef25ccdc9b8c63caca964a4cac803a5323204fd92d28c6873649db (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/postmark/inbound_emails_controller.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/mandrill/inbound_emails_controller.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/sendgrid/inbound_emails_controller.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/postmark/inbound_emails_controller.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/mandrill/inbound_emails_controller.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/sendgrid/inbound_emails_controller.rb (len: 160) ' Action Cable pubsub adapter. Ensure that the adapter is spelled correctly in config/cable.yml and that you've added the necessary adapter gem to your Gemfile. (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/substitution_context.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/substitution_context.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/substitution_context.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/substitution_context.rb (len: 160) You tried to define an enum named "%{enum}" on the model "%{klass}", but this will generate a %{type} method "%{method}", which is already defined by %{source}. (len: 160) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/w3.css?type=text/css&pipeline=self&id=6e222f2df6ef25ccdc9b8c63caca964a4cac803a5323204fd92d28c6873649db (len: 160) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/w3.css?type=text/css&pipeline=self&id=6e222f2df6ef25ccdc9b8c63caca964a4cac803a5323204fd92d28c6873649db (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/postmark/inbound_emails_controller.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/sendgrid/inbound_emails_controller.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/mandrill/inbound_emails_controller.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/sendgrid/inbound_emails_controller.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/mandrill/inbound_emails_controller.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/postmark/inbound_emails_controller.rb (len: 160) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/w3.css?type=text/css&pipeline=self&id=6e222f2df6ef25ccdc9b8c63caca964a4cac803a5323204fd92d28c6873649db (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/substitution_context.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/substitution_context.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/substitution_context.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/substitution_context.rb (len: 160) ' Action Cable pubsub adapter. Ensure that the adapter is spelled correctly in config/cable.yml and that you've added the necessary adapter gem to your Gemfile. (len: 160) ruby\s (\d+\.\d+\.\d+(?:\.\S+)?) # ruby version (?:p(-?\d+))? # optional patchlevel (?:\s\((\S+)\s(.+)\))? # optional engine info (len: 159) Your session data is larger than the data column in which it is to be stored. You must increase the size of your data column if you intend to store large data. (len: 159) was registered for all adapters, but shadows a native type with the same name for (len: 159) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/mailgun/inbound_emails_controller.rb (len: 159) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/mailgun/inbound_emails_controller.rb (len: 159) Your session data is larger than the data column in which it is to be stored. You must increase the size of your data column if you intend to store large data. (len: 159) ActiveRecord::ConnectionAdapters::DatabaseStatements#current_transaction delegated to transaction_manager.current_transaction, but transaction_manager is nil: (len: 159) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/mailgun/inbound_emails_controller.rb (len: 159) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/mailgun/inbound_emails_controller.rb (len: 159) Your session data is larger than the data column in which it is to be stored. You must increase the size of your data column if you intend to store large data. (len: 159) ruby\s (\d+\.\d+\.\d+(?:\.\S+)?) # ruby version (?:p(-?\d+))? # optional patchlevel (?:\s\((\S+)\s(.+)\))? # optional engine info (len: 159) was registered for all adapters, but shadows a native type with the same name for (len: 159) [-@]?([_A-Za-z]|[^\0-\177]|\\[0-9A-Fa-f]{1,6}(\r\n|[\s])?|\\[^\n\r\f0-9A-Fa-f])([_A-Za-z0-9-]|[^\0-\177]|\\[0-9A-Fa-f]{1,6}(\r\n|[\s])?|\\[^\n\r\f0-9A-Fa-f])* (len: 158) ActiveRecord::Reflection::ThroughReflection#active_record_primary_key delegated to source_reflection.active_record_primary_key, but source_reflection is nil: (len: 158) ActiveRecord::Reflection::ThroughReflection#association_scope_cache delegated to delegate_reflection.association_scope_cache, but delegate_reflection is nil: (len: 158) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (len: 158) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (len: 158) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (len: 158) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (len: 158) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (len: 158) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (len: 158) ActiveRecord::Reflection::ThroughReflection#active_record_primary_key delegated to source_reflection.active_record_primary_key, but source_reflection is nil: (len: 158) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (len: 158) ActiveRecord::Reflection::ThroughReflection#association_scope_cache delegated to delegate_reflection.association_scope_cache, but delegate_reflection is nil: (len: 158) 1000 Sample strings: � (len: 1) fetcher (len: 7) %E8 (len: 3) bundler/vendor/thor/lib/thor/invocation (len: 39) ` does not match column ` (len: 25) inst (len: 4) arg_check (len: 9) %F3 (len: 3) rdoc/mixin (len: 10) rdoc/markup/paragraph (len: 21) An implementation of Matrix and Vector classes. (len: 47) installed_by_version (len: 20) raw_require_paths (len: 17) mutex_m (len: 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/fcntl-1.0.0.gemspec (len: 97) bundler/gemdeps (len: 15) Gem (len: 3) CP874 (len: 5) ext/fcntl/extconf (len: 17) remove_destination (len: 18) bundler/current_ruby (len: 20) Node (len: 4) lcm (len: 3) STRIP (len: 5) PRIO_PROCESS (len: 12) sitearchincludedir (len: 18) AR (len: 2) trace_setlocal_WC_0 (len: 19) trace_setblockparam (len: 19) getspecial (len: 10) ./api/v1/dependencies (len: 21) original_name (len: 13) pthread (len: 7) (len: 0) DSYNC (len: 5) g++ -shared (len: 11) $(includedir)/$(arch) (len: 21) 12.0 (len: 4) excl (len: 4) Converter (len: 9) fixed_encoding? (len: 15) (len: 0) EXDEV (len: 5) Errno::EOVERFLOW (len: 16) REDACTED (len: 8) EDOTDOT (len: 7) nan? (len: 4) /home/ubuntu/.rbenv/versions/2.6.8 (len: 34) 0 (len: 1) block (2 levels) in map_stubs (len: 29) fold (len: 4) inject (len: 6) class_variable_get (len: 18) Kernel (len: 6) method_added (len: 12) ^jruby$ (len: 7) 2.4.22 (len: 6) %eb (len: 3) ri (len: 2) 32$ (len: 3) jruby (len: 5) rss/atom.rb (len: 11) /home/ubuntu/.rbenv/versions/2.6.8/sbin (len: 39) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/stringio-0.0.2 (len: 100) block (2 levels) in to_fullpath (len: 31) compare_file (len: 12) block in check_to (len: 17) path_list (len: 9) CHANGELOG.rdoc (len: 14) attempted_action (len: 16) registry (len: 8) @warnings (len: 9) bundler_major_version (len: 21) @rubyforge_project (len: 18) bindir= (len: 7) homepage_uri (len: 12) block in replace! (len: 17) %BC (len: 3) public_api (len: 10) � (len: 1) %73 (len: 3) each license must be 64 characters or less (len: 42) webrick/config.rb (len: 17) https://github.com/bundler/bundler/blob/master/CHANGELOG.md (len: 59) DigestError (len: 11) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/site_ruby/2.6.0/aarch64-linux (len: 73) test.txt (len: 8) @prefix (len: 7) webrick/httpstatus.rb (len: 21) rspec (len: 5) bundler/source/rubygems/remote.rb (len: 33) webrick/httprequest (len: 19) ext/etc/extconf.rb (len: 18) rss/dublincore/2.0 (len: 18) name can't be nil. (len: 19) rexml/source.rb (len: 15) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/jaro_winkler.rb (len: 111) certs/nobu.pem (len: 14) openssl/cipher.rb (len: 17) OPT_TABLE (len: 9) kpeg (len: 4) undefined method (len: 16) RDoc produces HTML and command-line documentation for Ruby projects. RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentation from the command-line. (len: 176) .* (len: 3) getch (len: 5) DidYouMean::ClassNameChecker (len: 28) bundler/lazy_specification (len: 26) block in remove_file (len: 20) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bundler-2.4.22/lib/bundler/version.rb (len: 97) ipv6_mc_linklocal? (len: 18) @repeatable (len: 11) SC_BC_DIM_MAX (len: 13) INADDR_BROADCAST (len: 16) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bundler-2.4.22/lib/bundler/rubygems_integration.rb (len: 110) /begin_time_monotonic (len: 21) user_support_binaries_dir (len: 25) include_dir (len: 11) Debian packages (len: 15) / (len: 1) show_diff (len: 9) SHUT_RDWR (len: 9) EAI_AGAIN (len: 9) rbx (len: 3) shellescape (len: 11) socktype (len: 8) Unknown socket address type for ' (len: 33) cannot generate temporary name using ` (len: 38) AX25 (len: 4) IPV6_CHECKSUM (len: 13) dlen (len: 4) /response/properties.json (len: 25) LOG_MONITORING_MAX_LINES (len: 24) DEFAULT_BIND_ADDRESS (len: 20) , then you can configure this via the (len: 16) assets_manifest= (len: 16) ^(\d+)(\d\d)(\d\d)(?!\d) (len: 24) block (2 levels) in clear_reloadable_connections (len: 48) games.minecraft.game_mode (len: 25) Faker::Games::LeagueOfLegends (len: 29) @@orm (len: 5) FINALIZER (len: 9) RDiscountTemplate (len: 17) Faker::Games::Overwatch (len: 23) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/tilt-2.0.10/lib/tilt/creole.rb (len: 90) Rolify::Dynamic (len: 15) caching? (len: 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/games/super_mario (len: 114) 1.0.0-nokogiri (len: 14) xtest (len: 5) default_connection_options= (len: 27) next_sequence_value (len: 19) @@draw_routes (len: 13) block (2 levels) in save_http_response (len: 38) MiddlewareRegistry (len: 18) # Nokogiri ( (len: 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/font-awesome-rails-4.7.0.7/app/assets/fonts (len: 103) BLOCK_EXPR (len: 10) block in prepend_path (len: 21) block (2 levels) in (len: 35) one_piece.seas (len: 14) registered_template_handler (len: 27) movie (len: 5) triplet (len: 7) block in find_best_mime_type_match (len: 34) reset_table_name (len: 16) header field value cannot include CR/LF (len: 39) Faraday::NetHttp (len: 16) defined guard in port (len: 21) each_name (len: 9) on_connect (len: 10) is_bol (len: 6) connection_close? (len: 17) 100-continue (len: 12) xq (len: 2) compute_transformers! (len: 21) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/net/http/request (len: 66) x-gzip (len: 6) ActiveRecord::Base#type_for_attribute delegated to self.class.type_for_attribute, but self.class is nil: (len: 105) HTTPUseProxy (len: 12) Net::HTTPExpectationFailed (len: 26) 428 (len: 3) Rack::HttpStreamingResponse (len: 27) block in each_file (len: 18) opera.german.by_ludwig_van_beethoven (len: 36) ))?? (?:\.(? (len: 31) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/turbolinks-5.2.1 (len: 76) assert_equal (len: 12) block (2 levels) in _map_collection (len: 35) block in scoping (len: 16) block in destroy_all (len: 20) block in vat_number (len: 19) XPDS (len: 4) select_values (len: 13) active_model/type/date (len: 22) LA�?` y�o/�o��|d�#����e{�Q�@ (len: 32) AAAA;AACA;AACA;AACA;AACA;AACA (len: 29) environment-paths (len: 17) big_integer (len: 11) add_fragment_back_to_path (len: 25) map (len: 3) three_word_name (len: 15) ensure in reload! (len: 17) Extended Module: (len: 16) audio/amr-wb (len: 12) application/x-xliff+zip (len: 23) Sprockets::FileReader (len: 21) NOCDATA (len: 7) Show (len: 4) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/jbuilder-2.11.3/lib/jbuilder/dependency_tracker.rb (len: 110) as_you_like_it (len: 14) xo (len: 2) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/tv_shows/bojack_horseman.rb (len: 124) volleyball.coach (len: 16) /home/ubuntu/pav/PAVES1/app/datatables/users_roles_datatable.rb (len: 63) \A(?:text|application)/javascript (len: 33) block in _normalize_callback_option (len: 35) remove_event_subscriber (len: 23) rupaul.queens (len: 13) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/tv_shows/new_girl.rb (len: 117) service_url.active_storage (len: 26) xlsm (len: 4) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb (len: 136) Faker::TvShows::StrangerThings (len: 30) association_reflections (len: 23) join_scope (len: 10) TOKEN_REGEX (len: 11) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/web-console-4.2.0/lib/web_console/session.rb (len: 104) (len: 31) WebConsole::Railtie (len: 19) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/models/active_storage/blob/analyzable.rb (len: 126) /home/ubuntu/pav/PAVES1/app/models/payment.rb (len: 45) duration_milliseconds (len: 21) Nokogiri::XML::SAX::Document (len: 28) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/models/active_storage/variation.rb (len: 120) rails:/ (len: 7) /home/ubuntu/pav/PAVES1/app/policies/setting_policy.rb (len: 54) /home/ubuntu/pav/PAVES1/app/controllers/users_roles_controller.rb (len: 65) block in set_viewed (len: 19) variation (len: 9) HasOneThroughAssociation (len: 24) xhtml (len: 5) association_class (len: 17) vertical_position (len: 17) xhtml2 (len: 6) with_profiling (len: 14) # Template Dependency: (\S+) (len: 28) dp (len: 2) action_dispatch.original_request_method (len: 39) LAYOUT_DEPENDENCY (len: 17) @@endpoint (len: 10) ActiveRecord::Reflection::ThroughReflection#parent_reflection delegated to delegate_reflection.parent_reflection, but delegate_reflection is nil: (len: 146) time_elapsed (len: 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/helpers/unique_generator.rb (len: 118) Hasselblad raw image (len: 20) old_secret (len: 10) XPathVisitorOptimallyUseBuiltins (len: 32) Crass (len: 5) number_to_non_number? (len: 21) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sprockets-4.0.2/lib/sprockets/environment.rb (len: 104) CONTROL_CHARACTERS (len: 18) TokenScanner (len: 12) cdo (len: 3) queue_name (len: 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/crass-1.0.6/lib/crass/parser.rb (len: 91) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/marcel-1.0.2/lib/marcel/mime_type.rb (len: 96) _perform_authentication (len: 23) valid_escape? (len: 13) ISO_DATE (len: 8) block in merge_joins (len: 20) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/crass-1.0.6/lib/crass/tokenizer.rb (len: 94) vssm (len: 4) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/faraday-2.6.0/lib/faraday/response/raise_error.rb (len: 109) forced_session_update? (len: 22) block in stringify_keys (len: 23) url_for_snapshots_group (len: 23) : perform gc profiling on this request, analyzes ObjectSpace generated by request (len: 85) ActiveRecord::Reflection::PolymorphicReflection#scope delegated to @reflection.scope, but @reflection is nil: (len: 110) javascript_exception_response (len: 29) cache_headers (len: 13) NamedRouteCollection (len: 20) _url (len: 4) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/routing/polymorphic_routes.rb (len: 128) %14 (len: 3) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/node (len: 97) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionview-6.1.4.1/lib/action_view/locale/en.yml (len: 108) rb (len: 2) %04 (len: 3) ACES Image Container File (len: 25) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/en/animal.yml (len: 112) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/en/dragon_ball.yml (len: 117) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/ca.yml (len: 105) block in generate_url_helpers (len: 29) block in filter_routes (len: 22) block in handle_positional_args (len: 31) xml? (len: 4) (len: 17) source_column (len: 13) block in add_sibling (len: 20) _complete_callbacks= (len: 20) write_xhtml_to (len: 14) %C9 (len: 3) %E3 (len: 3) add_polymorphic_mapping (len: 23) %9D (len: 3) %BC (len: 3) %6A (len: 3) newimage.jpg (len: 12) %31 (len: 3) as_xml? (len: 7) Bundle (len: 6) json_encode (len: 11) gtg (len: 3) ActionView::Helpers::Tags::ActionText#dom_id delegated to ActionView::RecordIdentifier.dom_id, but ActionView::RecordIdentifier is nil: (len: 136) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/element_content.rb (len: 111) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/element_decl.rb (len: 108) display_errors (len: 14) depend_on_env (len: 13) LOCAL_HOSTS (len: 11) Ogg Vorbis Codec Compressed WAV File (len: 36) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/delayed_job-4.1.9/lib/delayed/railtie.rb (len: 100) Racc_arg (len: 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/core_ext/file/atomic.rb (len: 124) racc_action_default (len: 19) racc_print_states (len: 17) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/data-confirm-modal-1.6.3/lib/data-confirm-modal.rb (len: 110) m (len: 1) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/attribute_methods/primary_key (len: 128) create_text_node (len: 16) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/en/futurama.yml (len: 114) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/ca.yml (len: 105) delayed_jobs (len: 12) Musical Instrument Digital Interface (len: 36) subquery (len: 8) default_timezone (len: 16) active_support/time (len: 19) ActionDispatch::Journey::Nodes::Literal (len: 39) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/en/sword_art_online.yml (len: 122) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/en/princess_bride.yml (len: 120) Rails::Dom (len: 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/fr-CA.yml (len: 108) @time_zone_aware_types (len: 22) @to_load (len: 8) @broadcasting (len: 13) @anchored (len: 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/count_describable.rb (len: 157) current? (len: 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/ja/dog.yml (len: 109) .eot (len: 4) TransitionTable (len: 15) ActionDispatch::Journey::GTG (len: 28) block in requirements_for_missing_keys_check (len: 44) .aac (len: 4) block (2 levels) in [] (len: 22) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/notation.rb (len: 104) rescue in dispatch_action (len: 25) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/utils/json.rb (len: 128) @request_method (len: 15) application_policy.rb (len: 21) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/entity_reference.rb (len: 112) action_dispatch/http/parameters (len: 31) raw_post (len: 8) rack_query_params (len: 17) block in cookies (len: 16) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actioncable-6.1.4.1/lib/action_cable/channel/base (len: 109) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/schema.rb (len: 102) HTTP_X_FORWARDED_PROTO (len: 22) stylesheet (len: 10) comma_index (len: 11) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bundler-2.4.22/lib (len: 78) SAS Catalog (len: 11) /home/ubuntu/pav/PAVES1/app/views/user/users/_form.html.erb (len: 59) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actiontext-6.1.4.1/app/views/action_text/attachables (len: 112) ActionDispatch::Http::Cache (len: 27) block in content_mime_type (len: 26) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/kaminari-core-1.2.1/app/views/kaminari/_last_page.html.slim (len: 119) weak_validators (len: 15) _was (len: 4) app_xml (len: 7) parse_trailing_star (len: 19) cannot be lazily loaded. (len: 25) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/websocket-extensions-0.1.5/lib (len: 90) Perl script (len: 11) Sed code (len: 8) I18n::Backend::Base (len: 19) WET (len: 3) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/html4/sax/push_parser.rb (len: 113) worker_src (len: 10) build_directives (len: 16) Africa/Brazzaville (len: 18) Europe/Monaco (len: 13) Europe/Andorra (len: 14) Europe/Tiraspol (len: 15) defined guard in default_url_options (len: 36) timestamp_attributes_for_create (len: 31) Canada/Yukon (len: 12) hspace (len: 6) auth_keys (len: 9) ActiveRecord::LogSubscriber-93826031332540 (len: 42) Antarctica/Casey (len: 16) Erlang source code (len: 18) frame-src (len: 9) block in value_for_key (len: 22) Asia/Omsk (len: 9) Indian/Mayotte (len: 14) (len: 29) frameborder (len: 11) ismap (len: 5) Preprocessors (len: 13) COMPACT_ATTRS (len: 13) sprockets_dependencies (len: 22) ĝ (len: 1) kaminari/activerecord/active_record_model_extension (len: 51) policy (len: 6) Faker::Base (len: 11) show_diff (len: 9) Role (len: 4) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/blood.rb (len: 113) Basic source code (len: 17) saved_change_to_%s (len: 18) .resource_type IN (?) (len: 21) create_role! (len: 12) Newfoundland, Labrador (SE) (len: 27) cond (len: 4) Eastern - KY (Wayne) (len: 20) skip_email_changed_notification! (len: 32) dlen (len: 4) saved_change_to_encrypted_password? (len: 35) Nigeria (len: 7) WS (len: 2) Devise::Strategies::Base (len: 24) source_extracts (len: 15) jar (len: 3) -0'); // Add click listeners for all stack frames for (var i = 0; i < traceFrames.length; i++) { traceFrames[i].addEventListener('click', function(e) { e.preventDefault(); var target = e.target; var frame_id = target.dataset.frameId; if (selectedFrame) { selectedFrame.className = selectedFrame.className.replace("selected", ""); } target.className += " selected"; selectedFrame = target; // Change the extracted source code changeSourceExtract(frame_id); }); function changeSourceExtract(frame_id) { var el = document.getElementById('frame-source- (len: 701) mappings (len: 8) line (len: 4) make_set_cookie_header (len: 22)
  • Enable RVM mixed mode by running:
    rvm user gemsets
  • (len: 170) confirmation_digest (len: 19) disable_ddl_transaction= (len: 24) edit_rails_conductor_inbound_email (len: 34) �PNG  (len: 8) down (len: 4) database_version (len: 16) supports_bulk_alter? (len: 20) @audit_version (len: 14) extract_new_comment_value (len: 25) ER_LOCK_DEADLOCK (len: 16) rbx_1? (len: 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activemodel-6.1.4.1 (len: 79) file-digest:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/custom.css (len: 75) @@ignore_tables (len: 15) add_table_options! (len: 18) RESTRICT (len: 9) stack-2x (len: 8) rollback_transaction (len: 20) savepoint_name (len: 14) cache-control (len: 13) block (2 levels) in column_exists? (len: 34) remove_timestamps (len: 17) sql_type_metadata (len: 17) ActionText::Content#empty? delegated to to_html.empty?, but to_html is nil: (len: 76) �Ԟ~�Ζ�sʩ�x �/�F��W��M�  (len: 32) Missing column name(s) for bigint (len: 33) block (2 levels) in render_template (len: 35) \A(?tiny|medium|long)(?:text|blob) (len: 40) ActiveRecord::ConnectionAdapters::MySQL::DatabaseStatements (len: 59) (len: 15) Exceptions (len: 10) RUBY2_KEYWORDS_KEY (len: 18) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activejob-6.1.4.1/lib/active_job/execution.rb (len: 105) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb (len: 150) block in __home_ubuntu__rbenv_versions_______lib_ruby_gems_______gems_actionpack_________lib_action_dispatch_middleware_templates_rescues__trace_html_erb___423398160941848239_140736414818880 (len: 190) can't find gem (len: 15) rdoc/markup/hard_break.rb (len: 25) bundler/lockfile_parser.rb (len: 26) three_word_name (len: 15) ActiveJob::LogSubscriber-93826022842200 (len: 39) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers/concerns/active_storage/file_server.rb (len: 136) on_connect (len: 10) ���-����7��"�r�4��si��縇=� (len: 32) /home/ubuntu/pav/PAVES1/app/assets/images (len: 41) ActionView::Helpers::Tags::ActionText#dom_id delegated to ActionView::RecordIdentifier.dom_id, but ActionView::RecordIdentifier is nil: (len: 136) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/cache/strategy/local_cache_middleware.rb (len: 141) OBJECT_DESCRIPTOR (len: 17) An object with the method #include? or a proc, lambda or symbol is required, and must be supplied as the :in (or :within) option of the configuration hash (len: 154) Multiple gemfiles (gems.rb and Gemfile) detected. Make sure you remove Gemfile and Gemfile.lock since bundler is ignoring them in favor of gems.rb and gems.locked. (len: 163) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/xpath-3.2.0/lib (len: 75) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/minitest-5.14.4/lib (len: 79) `action_dispatch.hosts_response_app` is deprecated and will be ignored in Rails 6.2. Use the Host Authorization `response_app` setting instead. (len: 164) FORMATTING (len: 10) RFC2183 (len: 7) ((?-mix:(?-mix:(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%])+)\*[1-9][0-9]*\*))=((?-mix:%[0-9a-fA-F]{2}|(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%]))*) (len: 146) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/kaminari-core-1.2.1/lib (len: 83) LONG_ALIGN (len: 10) Devise::Models::MissingAttribute (len: 32) e= (len: 2) bundler/fetcher/downloader.rb (len: 29)

    Response

    Headers:

    (len: 92)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/associations/collection_association.rb
    (len: 137)
    
    
    ismap
    (len: 5)
    
    
    ##value_for delegated to instance.value_for, but instance is nil: 
    (len: 110)
    
    
    nonce_directives
    (len: 16)
    
    
    ActiveRecord::Delegation::DelegateCache
    (len: 39)
    
    
    @generated_relation_methods
    (len: 27)
    
    
    validate_associated_records_for_roles
    (len: 37)
    
    
    ggt
    (len: 3)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/house.rb
    (len: 113)
    
    
    @_has_next
    (len: 10)
    
    
    rescue in length
    (len: 16)
    
    
    
    
    1000 Most common strings:
    
    
    (x 160)
    
    
    >=
    (x 152)
    
    
    ~>
    (x 106)
    
    
    ruby
    (x 102)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/forwardable.rb
    (x 76)
    
    
    �
    (x 70)
    
    
    =
    (x 52)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0
    (x 44)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/platform_info.rb
    (x 41)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb
    (x 41)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
    (x 41)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb
    (x 37)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/layout.erb
    (x 35)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
    (x 35)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb
    (x 34)
    
    
    bin
    (x 31)
    
    
    version
    (x 29)
    
    
    sources
    (x 28)
    
    
    file
    (x 28)
    
    
    map
    (x 28)
    
    
    v
    (x 26)
    
    
    <
    (x 26)
    
    
    names
    (x 26)
    
    
    line
    (x 26)
    
    
    column
    (x 26)
    
    
    mappings
    (x 26)
    
    
    application/vnd.ms-visio.stencil.macroEnabled.12
    (x 26)
    
    
    offset
    (x 25)
    
    
    activesupport
    (x 25)
    
    
    rb
    (x 23)
    
    
    /
    (x 21)
    
    
    application/zip
    (x 21)
    
    
    application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
    (x 20)
    
    
    yml
    (x 20)
    
    
    2024-09-04T12:10:49+00:00
    (x 20)
    
    
    rack
    (x 19)
    
    
    a
    (x 18)
    
    
    yes
    (x 18)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems
    (x 18)
    
    
    rails
    (x 18)
    
    
    generators
    (x 18)
    
    
    /home/ubuntu/pav/PAVES1/public
    (x 18)
    
    
    development.rb
    (x 18)
    
    
    1
    (x 17)
    
    
    n
    (x 16)
    
    
    z
    (x 16)
    
    
    y
    (x 16)
    
    
    nokogiri
    (x 16)
    
    
    application/vnd.openxmlformats-officedocument.presentationml.presentation
    (x 16)
    
    
    /home/ubuntu/pav/PAVES1/app/assets/images
    (x 16)
    
    
    r
    (x 15)
    
    
    h
    (x 15)
    
    
    f
    (x 15)
    
    
    e
    (x 15)
    
    
    []
    (x 15)
    
    
    sassc
    (x 15)
    
    
    railties
    (x 15)
    
    
    1.0
    (x 15)
    
    
    application/vnd.groove-vcard
    (x 15)
    
    
    text/x-uuencode
    (x 15)
    
    
    xhtml
    (x 15)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/extension.rb
    (x 15)
    
    
    SYSTEM_DEFAULT
    (x 15)
    
    
    x
    (x 14)
    
    
    k
    (x 14)
    
    
    m
    (x 14)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/native_support.rb
    (x 14)
    
    
    d
    (x 14)
    
    
    2
    (x 14)
    
    
    c
    (x 14)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib
    (x 14)
    
    
    actionpack
    (x 14)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sprockets-4.0.2/lib
    (x 14)
    
    
    application/vnd.ms-visio.stencil
    (x 14)
    
    
    rescue in serializable_hash
    (x 14)
    
    
    block in build_environment
    (x 14)
    
    
    Sereal binary serialization format
    (x 14)
    
    
    rails-env
    (x 14)
    
    
    environment-paths
    (x 14)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/marcel-1.0.2/lib/marcel/mime_type.rb
    (x 14)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/loader.rb
    (x 14)
    
    
    o
    (x 13)
    
    
    i
    (x 13)
    
    
    aarch64-linux
    (x 13)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/aarch64-linux
    (x 13)
    
    
    x64
    (x 13)
    
    
    nil
    (x 13)
    
    
    environment-version
    (x 13)
    
    
    w
    (x 12)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/mutex_m-0.1.0.gemspec
    (x 12)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8
    (x 12)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0
    (x 12)
    
    
    8
    (x 12)
    
    
    6
    (x 12)
    
    
    -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable
    (x 12)
    
    
    S
    (x 12)
    
    
    p
    (x 12)
    
    
    aarch64
    (x 12)
    
    
    b
    (x 12)
    
    
    q
    (x 12)
    
    
    7
    (x 12)
    
    
    3
    (x 12)
    
    
    j
    (x 12)
    
    
    g
    (x 12)
    
    
    racc
    (x 12)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23
    (x 12)
    
    
    activerecord
    (x 12)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/faraday-2.6.0/lib
    (x 12)
    
    
    sprockets
    (x 12)
    
    
    6.1.4.1
    (x 12)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/syntax_error.rb
    (x 12)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/html4/document_fragment.rb
    (x 12)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/html4/document.rb
    (x 12)
    
    
    roles
    (x 12)
    
    
    ttc
    (x 12)
    
    
    chemical/x-xyz
    (x 12)
    
    
    Basic source code
    (x 12)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers/concerns/active_storage/set_current.rb
    (x 12)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers/concerns/active_storage/file_server.rb
    (x 12)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers/concerns/active_storage/set_headers.rb
    (x 12)
    
    
    5
    (x 11)
    
    
    s
    (x 11)
    
    
    l
    (x 11)
    
    
    :
    (x 11)
    
    
    4
    (x 11)
    
    
    N
    (x 11)
    
    
    t
    (x 11)
    
    
    rake
    (x 11)
    
    
    passenger
    (x 11)
    
    
    byebug
    (x 11)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-assets-jquery-3.6.0/lib
    (x 11)
    
    
    active_storage
    (x 11)
    
    
    new_
    (x 11)
    
    
    /home/ubuntu/pav/PAVES1/public/stylesheets
    (x 11)
    
    
    /home/ubuntu/pav/PAVES1/public/javascripts
    (x 11)
    
    
    vssx
    (x 11)
    
    
    compile=
    (x 11)
    
    
    vssm
    (x 11)
    
    
    application/vnd.vcx
    (x 11)
    
    
    PP::SingleLine
    (x 11)
    
    
    text/x-vcalendar
    (x 11)
    
    
    @en_main
    (x 11)
    
    
    application/x-ustar
    (x 11)
    
    
    ttf
    (x 11)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/active_model_serializers-0.10.12/lib/active_model_serializers/serializable_resource
    (x 11)
    
    
    Pascal source code
    (x 11)
    
    
    CoffeeScript source code
    (x 11)
    
    
     EMF
    (x 11)
    
    
    1.1.34
    (x 11)
    
    
    2.9.12
    (x 11)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/element_content.rb
    (x 11)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/element_decl.rb
    (x 11)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/notation.rb
    (x 11)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/entity_reference.rb
    (x 11)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/schema.rb
    (x 11)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/html4/sax/push_parser.rb
    (x 11)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/hobby.rb
    (x 11)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/crass-1.0.6/lib/crass/parser.rb
    (x 11)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/crass-1.0.6/lib/crass/tokenizer.rb
    (x 11)
    
    
    bundler
    (x 10)
    
    
    yaml
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/bootsnap-1.9.1
    (x 10)
    
    
    development
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/share/doc/ruby
    (x 10)
    
    
    0
    (x 10)
    
    
    zip
    (x 10)
    
    
    J
    (x 10)
    
    
    C
    (x 10)
    
    
    9
    (x 10)
    
    
    u
    (x 10)
    
    
    Y
    (x 10)
    
    
    mysql2
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/turbolinks-5.2.1/lib
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-assets-datatables-1.10.21/lib
    (x 10)
    
    
    application/vnd.openxmlformats-officedocument.wordprocessingml.document
    (x 10)
    
    
    vstx
    (x 10)
    
    
    vhd
    (x 10)
    
    
    vda
    (x 10)
    
    
    Sprockets
    (x 10)
    
    
    vcx
    (x 10)
    
    
    vcs
    (x 10)
    
    
    utz
    (x 10)
    
    
    append_assets_path
    (x 10)
    
    
    txt
    (x 10)
    
    
    _validate_callbacks
    (x 10)
    
    
    invoke_job
    (x 10)
    
    
    failure
    (x 10)
    
    
    Rich Text Format File
    (x 10)
    
    
    Java Class File
    (x 10)
    
    
    Java Archive
    (x 10)
    
    
    application/vnd.openxmlformats-officedocument.spreadsheetml.template
    (x 10)
    
    
    application/vnd.ms-excel.template.macroenabled.12
    (x 10)
    
    
    application/vnd.ms-excel.sheet.macroenabled.12
    (x 10)
    
    
    application/vnd.ms-excel.sheet.binary.macroenabled.12
    (x 10)
    
    
    application/vnd.ms-excel.addin.macroenabled.12
    (x 10)
    
    
    application/vnd.ms-excel
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/ajax-datatables-rails-1.3.1/lib/ajax-datatables-rails.rb
    (x 10)
    
    
    -----BEGIN CERTIFICATE-----
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/loader
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/loader/helpers.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/version/info.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/version/constant.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/loader/callbacks.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/pp/node.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/loader/config.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/pp/character_data.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/parse_options.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/byebug-11.1.3/lib/byebug/attacher.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/registry.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/sax/parser_context.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/inflector.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/sax/document.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/explicit_namespace.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/sax/push_parser.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/gem_inflector.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/sax/parser.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/error.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/searchable.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/kernel.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/version.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/node/save_options.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/ajax-datatables-rails-1.3.1/lib/ajax-datatables-rails/version.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/attribute_decl.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/dtd.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/attr.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/namespace.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/character_data.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/text.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/cdata.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/document.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/processing_instruction.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/document_fragment.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/node_set.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/syntax_error.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/xpath_context.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/xpath/syntax_error.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/builder.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/reader.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/entity_decl.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/relax_ng.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xslt/stylesheet.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/html4/entity_lookup.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/html4/sax/parser.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/html4/sax/parser_context.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/html4/element_description_defaults.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/html4/element_description.rb
    (x 10)
    
    
    ActiveRecord::ExplainRegistry
    (x 10)
    
    
    ����
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/loofah-2.12.0/lib/loofah/html5/scrub.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/loofah-2.12.0/lib/loofah/html5/libxml2_workarounds.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/crass-1.0.6/lib/crass/token-scanner.rb
    (x 10)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/crass-1.0.6/lib/crass/scanner.rb
    (x 10)
    
    
    no
    (x 9)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/byebug-11.1.3
    (x 9)
    
    
    2.6.0
    (x 9)
    
    
    user
    (x 9)
    
    
    2.6.8
    (x 9)
    
    
    main
    (x 9)
    
    
    E
    (x 9)
    
    
    -Wl,-rpath,/home/ubuntu/.rbenv/versions/2.6.8/lib -L/home/ubuntu/.rbenv/versions/2.6.8/lib -lruby-static -lz -lpthread -lrt -lrt -ldl -lcrypt -lm 
    (x 9)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/vendor_ruby
    (x 9)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/vendor_ruby/2.6.0
    (x 9)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/vendor_ruby/2.6.0/aarch64-linux
    (x 9)
    
    
    unknown
    (x 9)
    
    
    xml
    (x 9)
    
    
    W
    (x 9)
    
    
    /home/ubuntu/pav/PAVES1
    (x 9)
    
    
    P
    (x 9)
    
    
    M
    (x 9)
    
    
    L
    (x 9)
    
    
    K
    (x 9)
    
    
    H
    (x 9)
    
    
    G
    (x 9)
    
    
    F
    (x 9)
    
    
    D
    (x 9)
    
    
    B
    (x 9)
    
    
    A
    (x 9)
    
    
    Z
    (x 9)
    
    
    X
    (x 9)
    
    
    V
    (x 9)
    
    
    U
    (x 9)
    
    
    T
    (x 9)
    
    
    R
    (x 9)
    
    
    Q
    (x 9)
    
    
    ubuntu
    (x 9)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bundler-2.4.22/lib
    (x 9)
    
    
    actionview
    (x 9)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/turbolinks-source-5.2.0/lib
    (x 9)
    
    
    ajax-datatables-rails
    (x 9)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sass-rails-6.0.0/lib
    (x 9)
    
    
    tasks
    (x 9)
    
    
    devise
    (x 9)
    
    
    thor
    (x 9)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/globalid-0.5.2/lib
    (x 9)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/websocket-extensions-0.1.5/lib
    (x 9)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-html-sanitizer-1.4.2/lib
    (x 9)
    
    
    kaminari
    (x 9)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/regexp_parser-2.1.1/lib
    (x 9)
    
    
    rails/generators
    (x 9)
    
    
    sass
    (x 9)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/devise-4.8.0/app/helpers
    (x 9)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/font-awesome-rails-4.7.0.7/app/helpers
    (x 9)
    
    
    /home/ubuntu/pav/PAVES1/app/helpers
    (x 9)
    
    
    xmp
    (x 9)
    
    
    rails_service_blob_proxy
    (x 9)
    
    
    AAAA;AACA;AACA;AACA;AACA;AACA
    (x 9)
    
    
    application/x-font-ttf
    (x 9)
    
    
    css_compressor=
    (x 9)
    
    
    Adobe Illustrator Artwork
    (x 9)
    
    
    application/vnd.fujixerox.docuworks
    (x 9)
    
    
    @query_parameters
    (x 9)
    
    
    Go source code
    (x 9)
    
    
    Erlang source code
    (x 9)
    
    
    C source code
    (x 9)
    
    
    msg_id_s
    (x 9)
    
    
    text/x-csrc
    (x 9)
    
    
    Exporters
    (x 9)
    
    
    C# source code
    (x 9)
    
    
    Common Lisp source code
    (x 9)
    
    
    ColdFusion source code
    (x 9)
    
    
    COBOL source code
    (x 9)
    
    
    AWK script
    (x 9)
    
    
    Assembler source code
    (x 9)
    
    
    XPDS
    (x 9)
    
    
    -----BEGIN PUBLIC KEY-----
    (x 9)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/helpers/unique_generator.rb
    (x 9)
    
    
    standard_port
    (x 9)
    
    
    collect?
    (x 9)
    
    
    Kaminari::ActionViewExtension::LogSubscriberSilencer
    (x 9)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/funny_name.rb
    (x 9)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/house.rb
    (x 9)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/gender.rb
    (x 9)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/id_number.rb
    (x 9)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/hipster.rb
    (x 9)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/hacker.rb
    (x 9)
    
    
    Role
    (x 9)
    
    
    application.css
    (x 9)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/count_describable.rb
    (x 9)
    
    
    doc
    (x 8)
    
    
    builder
    (x 8)
    
    
    >
    (x 8)
    
    
    bundler/lockfile_parser.rb
    (x 8)
    
    
    matrix
    (x 8)
    
    
    bundler/source/rubygems.rb
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/rdoc-6.1.2.1.gemspec
    (x 8)
    
    
    I
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/site_ruby/2.6.0/aarch64-linux
    (x 8)
    
    
    https
    (x 8)
    
    
    O
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bundler-2.4.22/lib/bundler/vendor/fileutils/lib/fileutils.rb
    (x 8)
    
    
    i18n
    (x 8)
    
    
    6.0.23
    (x 8)
    
    
    rails-assets-jquery
    (x 8)
    
    
    msgpack
    (x 8)
    
    
    bootsnap
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/web-console-4.2.0/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/webdrivers-5.0.0/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/semantic_range-3.0.0/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rubyzip-2.3.2/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/selenium-webdriver-4.0.3/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rolify-6.0.0/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rexml-3.2.5/lib
    (x 8)
    
    
    active_model_serializers
    (x 8)
    
    
    activemodel
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rack-proxy-0.7.0/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/pundit-2.1.1/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rack-mini-profiler-2.3.3/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/webrick-1.8.1/lib
    (x 8)
    
    
    zeitwerk
    (x 8)
    
    
    tzinfo
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rackup-1.0.0/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/mysql2-0.5.3/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/kaminari-1.2.1/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/kaminari-actionview-1.2.1/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/kaminari-activerecord-1.2.1/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sprockets-rails-3.4.0/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/tilt-2.0.10/lib
    (x 8)
    
    
    xpath
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sassc-rails-2.1.2/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/jwt-2.3.0/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/jbuilder-2.11.3/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/figaro-1.2.0/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/gravatar-1.0/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/gravatar_image_tag-1.2.0/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/faraday-net_http-3.0.1/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/ruby2_keywords-0.0.5/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/faraday-2.6.0/spec/external_adapters
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/delayed_job_active_record-4.1.6/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/orm_adapter-0.5.0/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/responders-3.0.1/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/warden-1.2.9/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/tzinfo-2.0.4/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/minitest-5.14.4/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/i18n-1.8.11/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/delayed_job-4.1.9/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rake-13.0.6/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actioncable-6.1.4.1/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/method_source-1.0.0/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/websocket-driver-0.7.5/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nio4r-2.5.8/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rack-test-1.1.0/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rack-2.2.3/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/thor-1.1.0/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionview-6.1.4.1/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/loofah-2.12.0/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/crass-1.0.6/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/railties-6.1.4.1/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/racc-1.6.0/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/mini_portile2-2.6.1/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/erubi-1.10.0/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/builder-3.2.4/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activesupport-6.1.4.1/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/byebug-11.1.3/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/matrix-0.4.2/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/addressable-2.8.0/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/public_suffix-4.0.6/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/active_model_serializers-0.10.12/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/jsonapi-renderer-0.2.2/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/xpath-3.2.0/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/case_transform-0.2/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actiontext-6.1.4.1/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailer-6.1.4.1/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/capybara-3.36.0/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/mail-2.7.1/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/mini_mime-1.1.2/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/marcel-1.0.2/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/childprocess-4.1.0/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activemodel-6.1.4.1/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activejob-6.1.4.1/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sassc-2.4.0/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bootstrap-sass-3.4.1/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/ffi-1.15.4/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bootsnap-1.9.1/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/msgpack-1.4.2/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bindex-0.8.1/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bcrypt-3.1.16/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/autoprefixer-rails-10.3.3.0/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/execjs-2.8.1/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/audited-5.0.2/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/ajax-datatables-rails-1.3.1/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/font-awesome-rails-4.7.0.7/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/devise-4.8.0/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/data-confirm-modal-1.6.3/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/jquery-rails-4.4.0/lib
    (x 8)
    
    
    turbolinks
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/jquery-datatables-rails-3.4.0/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/jquery-ui-rails-6.0.1/lib
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/kaminari-core-1.2.1/lib
    (x 8)
    
    
    rolify
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/webpacker-5.4.3/lib
    (x 8)
    
    
    assets
    (x 8)
    
    
    generators/rails/templates
    (x 8)
    
    
    rails/generators/test_unit
    (x 8)
    
    
    action_mailbox
    (x 8)
    
    
    xsd
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actiontext-6.1.4.1/app/helpers
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actiontext-6.1.4.1/app/models
    (x 8)
    
    
    /home/ubuntu/pav/PAVES1/app/models
    (x 8)
    
    
    text/plain
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/tzinfo-2.0.4/lib/tzinfo/data_sources/constant_offset_data_timezone_info.rb
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/node
    (x 8)
    
    
    image/png
    (x 8)
    
    
    application/xhtml+xml
    (x 8)
    
    
    users
    (x 8)
    
    
    manifest
    (x 8)
    
    
    scss
    (x 8)
    
    
    vcf
    (x 8)
    
    
    text/x-verilog
    (x 8)
    
    
    application/vnd.uiq.theme
    (x 8)
    
    
    application/vnd.uoml+xml
    (x 8)
    
    
    application/vnd.ufdl
    (x 8)
    
    
    application/vnd.mobius.txf
    (x 8)
    
    
    application/vnd.genomatix.tuxedo
    (x 8)
    
    
    application/vnd.simtech-mindmapper
    (x 8)
    
    
    application/vnd.handheld-entertainment+xml
    (x 8)
    
    
    application/vnd.zzazz.deck+xml
    (x 8)
    
    
    application/vnd.mozilla.xul+xml
    (x 8)
    
    
    application/vnd.syncml+xml
    (x 8)
    
    
    xq
    (x 8)
    
    
    application/vnd.intercon.formnet
    (x 8)
    
    
    application/vnd.olpc-sugar
    (x 8)
    
    
    image/vnd.xiff
    (x 8)
    
    
    application/vnd.adobe.xfdf
    (x 8)
    
    
    application/patch-ops-error+xml
    (x 8)
    
    
    ^!ruby/object
    (x 8)
    
    
    application/vnd.adobe.xdp+xml
    (x 8)
    
    
    application/vnd.syncml.dm+xml
    (x 8)
    
    
    ACES Image Container File
    (x 8)
    
    
    Ogg Vorbis Codec Compressed WAV File
    (x 8)
    
    
    Musical Instrument Digital Interface
    (x 8)
    
    
    Scheme source code
    (x 8)
    
    
    application/x-ole-storage
    (x 8)
    
    
    BA(.
    (x 8)
    
    
    fLaC
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sprockets-4.0.2/lib/sprockets/environment.rb
    (x 8)
    
    
    queue_name
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/faraday-2.6.0/lib/faraday/response/raise_error.rb
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/ext/nokogiri
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/helpers/base58.rb
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/helpers/char.rb
    (x 8)
    
    
    HTTP_X_FORWARDED_PROTO
    (x 8)
    
    
    autoplay
    (x 8)
    
    
    129.151.153.157
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionview-6.1.4.1/config/routes
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/music/music.rb
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers/active_storage/direct_uploads_controller.rb
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/html_selector.rb
    (x 8)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/substitution_context.rb
    (x 8)
    
    
    
    
    (x 7)
    
    
    io
    (x 7)
    
    
    bundler/vendor/thor/lib/thor/shell
    (x 7)
    
    
    bundler/vendor/thor/lib/thor/parser
    (x 7)
    
    
    bundler/vendor/thor/lib/thor/line_editor
    (x 7)
    
    
    %CF
    (x 7)
    
    
    bundler/vendor/thor/lib/thor
    (x 7)
    
    
    bundler/source/rubygems
    (x 7)
    
    
    %F0
    (x 7)
    
    
    localhost
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/bindex-0.8.1
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/bcrypt-3.1.16
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/rubygems/specification.rb
    (x 7)
    
    
    csv
    (x 7)
    
    
    aarch64-unknown-linux-gnu
    (x 7)
    
    
    pthread
    (x 7)
    
    
    ri
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/site_ruby
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/site_ruby/2.6.0
    (x 7)
    
    
    configure
    (x 7)
    
    
    so
    (x 7)
    
    
    one
    (x 7)
    
    
    rss
    (x 7)
    
    
    http
    (x 7)
    
    
    uris
    (x 7)
    
    
    127.0.0.1
    (x 7)
    
    
    types
    (x 7)
    
    
    webrick
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib
    (x 7)
    
    
    bundler/vendor/thor/lib/thor/util.rb
    (x 7)
    
    
    rexml
    (x 7)
    
    
    OcuWjB15fYCbifcn
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/strscan-1.0.0.gemspec
    (x 7)
    
    
    minitest
    (x 7)
    
    
    mail
    (x 7)
    
    
    activejob
    (x 7)
    
    
    standalone
    (x 7)
    
    
    rails-dom-testing
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/passenger-6.0.23
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/mysql2-0.5.3
    (x 7)
    
    
    audited
    (x 7)
    
    
    concurrent-ruby
    (x 7)
    
    
    mini_mime
    (x 7)
    
    
    ffi
    (x 7)
    
    
    faraday
    (x 7)
    
    
    jbuilder
    (x 7)
    
    
    font-awesome-rails
    (x 7)
    
    
    jwt
    (x 7)
    
    
    loofah
    (x 7)
    
    
    rackup
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/ffi-1.15.4
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/sassc-2.4.0
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/msgpack-1.4.2
    (x 7)
    
    
    webpacker
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/nio4r-2.5.8
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/websocket-driver-0.7.5
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/racc-1.6.0
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/nokogiri-1.12.5
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/html4
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/devise-4.8.0/app/controllers
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/devise-4.8.0/app/mailers
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/jobs
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/models
    (x 7)
    
    
    concerns
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers/concerns
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/jobs
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/models
    (x 7)
    
    
    /home/ubuntu/pav/PAVES1/app/channels
    (x 7)
    
    
    /home/ubuntu/pav/PAVES1/app/controllers
    (x 7)
    
    
    /home/ubuntu/pav/PAVES1/app/controllers/concerns
    (x 7)
    
    
    /home/ubuntu/pav/PAVES1/app/datatables
    (x 7)
    
    
    /home/ubuntu/pav/PAVES1/app/jobs
    (x 7)
    
    
    /home/ubuntu/pav/PAVES1/app/mailers
    (x 7)
    
    
    /home/ubuntu/pav/PAVES1/app/policies
    (x 7)
    
    
    /home/ubuntu/pav/PAVES1/app/services
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/config/routes.rb
    (x 7)
    
    
    rails_blob_representation
    (x 7)
    
    
    application/xml
    (x 7)
    
    
    manifest.js
    (x 7)
    
    
    urls
    (x 7)
    
    
    text/uri-list
    (x 7)
    
    
    application/x-uc2-compressed
    (x 7)
    
    
    txf
    (x 7)
    
    
    initialized
    (x 7)
    
    
    Wolfram Mathematica
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/delayed_job-4.1.9/lib/delayed/lifecycle.rb
    (x 7)
    
    
    Flexible Image Transport System
    (x 7)
    
    
    ContentTransferEncodingStruct
    (x 7)
    
    
    Helper
    (x 7)
    
    
    precompiled_asset_checker=
    (x 7)
    
    
    DITA Conditional Processing Profile
    (x 7)
    
    
    resolve_assets_with=
    (x 7)
    
    
    Delayed::PsychExt::ToRuby
    (x 7)
    
    
    des: CorelDraw X4 and newer
    (x 7)
    
    
    Concise Binary Object Representation container
    (x 7)
    
    
    ContentTransferEncodingParser
    (x 7)
    
    
    zoo
    (x 7)
    
    
    rescue in resolve_class
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/mail-2.7.1/lib/mail/parsers/content_transfer_encoding_parser.rb
    (x 7)
    
    
    assets_manifest=
    (x 7)
    
    
    defined guard in jruby_is_seriously_borked
    (x 7)
    
    
    image/x-xwindowdump
    (x 7)
    
    
    xtest
    (x 7)
    
    
    application/xspf+xml
    (x 7)
    
    
    application/xslt+xml
    (x 7)
    
    
    application/vnd.is-xpr
    (x 7)
    
    
    image/x-xpixmap
    (x 7)
    
    
    application/xop+xml
    (x 7)
    
    
    xo
    (x 7)
    
    
    application/x-xliff+zip
    (x 7)
    
    
    xlsm
    (x 7)
    
    
    application/x-tika-msworks-spreadsheet
    (x 7)
    
    
    xlex
    (x 7)
    
    
    ^!ruby/ActiveRecord:(.+)$
    (x 7)
    
    
    xhtml2
    (x 7)
    
    
    Mail::Parsers::ContentLocationParser::ContentLocationStruct
    (x 7)
    
    
    application/vnd.xfdl
    (x 7)
    
    
    application/xenc+xml
    (x 7)
    
    
    Hasselblad raw image
    (x 7)
    
    
    UNIX Portable Bitmap Graphic
    (x 7)
    
    
    Portable Graymap Graphic
    (x 7)
    
    
    Apple Macintosh QuickDraw/PICT Format
    (x 7)
    
    
    
          A lossless image compression standard from the
          Joint Bi-level Image Experts Group.
        
    (x 7)
    
    
    Compressed Enhanced Metafile
    (x 7)
    
    
    Digital Picture Exchange from SMPTE
    (x 7)
    
    
    Better Portable Graphics
    (x 7)
    
    
    ZSoft Paintbrush PiCture eXchange
    (x 7)
    
    
    ZSoft Multi-Page Paintbrush
    (x 7)
    
    
    Wireless Bitmap File Format
    (x 7)
    
    
    Microsoft Document Imaging
    (x 7)
    
    
    Mail::Parsers::EnvelopeFromParser::EnvelopeFromStruct
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activemodel-6.1.4.1/lib/active_model/callbacks
    (x 7)
    
    
    AutoCAD DXF simplified Binary
    (x 7)
    
    
    Tagged Image File Format
    (x 7)
    
    
    Scalable Vector Graphics
    (x 7)
    
    
    Portable Network Graphics
    (x 7)
    
    
    Joint Photographic Experts Group
    (x 7)
    
    
    Mail::Parsers::EnvelopeFromParser
    (x 7)
    
    
    Graphics Interchange Format
    (x 7)
    
    
    Computer Graphics Metafile
    (x 7)
    
    
    Brookhaven Protein Databank File
    (x 7)
    
    
    _render_with_renderer_json
    (x 7)
    
    
    RealMedia Player Plug-in
    (x 7)
    
    
    block (2 levels) in _define_after_model_callback
    (x 7)
    
    
    concat_javascript_sources
    (x 7)
    
    
    Bundle
    (x 7)
    
    
    Free Lossless Audio Codec
    (x 7)
    
    
    com.apple.coreaudio-format
    (x 7)
    
    
    block in _define_after_model_callback
    (x 7)
    
    
    Audio Interchange File Format
    (x 7)
    
    
    _define_after_model_callback
    (x 7)
    
    
    block in _define_around_model_callback
    (x 7)
    
    
    Ogg Speex Codec Compressed WAV File
    (x 7)
    
    
    Ogg Opus Codec Compressed WAV File
    (x 7)
    
    
    _define_around_model_callback
    (x 7)
    
    
    Dolby Digital Audio Compression File
    (x 7)
    
    
    https://tools.ietf.org/id/draft-kucherawy-dispatch-zstd-01.html
    (x 7)
    
    
    XML Shareable Playlist Format
    (x 7)
    
    
    XML Document Type Definition
    (x 7)
    
    
    block in _define_before_model_callback
    (x 7)
    
    
    Extensible Markup Language
    (x 7)
    
    
    _define_before_model_callback
    (x 7)
    
    
    @namespace_for_serializer
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/mail-2.7.1/lib/mail/parsers/envelope_from_parser.rb
    (x 7)
    
    
    block (2 levels) in define_model_callbacks
    (x 7)
    
    
    Standard Formatted Data Units (SFDUs) data
    (x 7)
    
    
    SAS Stored Program (DATA Step)
    (x 7)
    
    
    SAS MDDB Multi-Dimensional Database File
    (x 7)
    
    
    block in define_model_callbacks
    (x 7)
    
    
    SAS Item Store (ItemStor) File
    (x 7)
    
    
    SAS FDB Consolidation Database File
    (x 7)
    
    
    SAS DMDB Data Mining Database File
    (x 7)
    
    
    SAS Catalog
    (x 7)
    
    
    Quattro Pro for Windows, version 6
    (x 7)
    
    
    application/x-quattro-pro;version=6
    (x 7)
    
    
    Quattro Pro for DOS, version 5
    (x 7)
    
    
    Visual basic source code
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sprockets-4.0.2/lib/sprockets/cache.rb
    (x 7)
    
    
    Sed code
    (x 7)
    
    
    ActiveModelSerializers::SerializationContext::UrlHelpers
    (x 7)
    
    
    reStructuredText source code
    (x 7)
    
    
    Perl script
    (x 7)
    
    
    Mail::Parsers::MessageIdsParser::MessageIdsStruct
    (x 7)
    
    
    ActiveModelSerializers::SerializationContext
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sprockets-4.0.2/lib/sprockets/version.rb
    (x 7)
    
    
    Inteface Definition Language
    (x 7)
    
    
    Mail::Parsers::MessageIdsParser
    (x 7)
    
    
    Preprocessors
    (x 7)
    
    
    Clojure source code
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sprockets-4.0.2/lib/sprockets/base.rb
    (x 7)
    
    
    block in 
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/lib/action_mailbox/mail_ext/addresses.rb
    (x 7)
    
    
    AutoCAD Binary DXF
    0x1A00
    (x 7)
    
    
    image/vnd.dxf;format=binary
    (x 7)
    
    
    image/vnd.dxf;format=ascii
    (x 7)
    
    
    initialize_configuration
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/lib/action_mailbox/mail_ext/address_equality.rb
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/mail-2.7.1/lib/mail/elements/address
    (x 7)
    
    
    IMPM
    (x 7)
    
    
    Extended Module:
    (x 7)
    
    
    audio/amr-wb
    (x 7)
    
    
    -----BEGIN DSA PRIVATE KEY-----
    (x 7)
    
    
    block in attributes_to_define_after_schema_loads=
    (x 7)
    
    
    -----BEGIN RSA PRIVATE KEY-----
    (x 7)
    
    
    -----BEGIN PRIVATE KEY-----
    (x 7)
    
    
    application/x-x509-key;format=pem
    (x 7)
    
    
    -----BEGIN EC PARAMETERS-----
    (x 7)
    
    
    application/x-x509-ec-parameters
    (x 7)
    
    
    -----BEGIN DSA PARAMETERS-----
    (x 7)
    
    
    application/x-x509-dsa-parameters
    (x 7)
    
    
    Sprockets::Cache::ReadWriteWrapper
    (x 7)
    
    
    block in each_counter_cached_associations
    (x 7)
    
    
    block in read_bower_main
    (x 7)
    
    
    destroyed_by_association
    (x 7)
    
    
    block in resolve_alternates
    (x 7)
    
    
    ActionText
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actiontext-6.1.4.1/lib/action_text/engine.rb
    (x 7)
    
    
    block in css_compressor=
    (x 7)
    
    
    unregister_bundle_processor
    (x 7)
    
    
    block in register_compressor
    (x 7)
    
    
    font/ttf
    (x 7)
    
    
    HTTP_X_FORWARDED_FOR
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/movies/hitchhikers_guide_to_the_galaxy.rb
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/finance.rb
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/food.rb
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/industry_segments.rb
    (x 7)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/greek_philosophers.rb
    (x 7)
    
    
    processors:type=image/png&file_type=image/png
    (x 7)
    
    
    %CC
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/uri.rb
    (x 6)
    
    
    attribute
    (x 6)
    
    
    %C9
    (x 6)
    
    
    3.0.3.1
    (x 6)
    
    
    %C8
    (x 6)
    
    
    ruby_version
    (x 6)
    
    
    code
    (x 6)
    
    
    bindir
    (x 6)
    
    
    %E8
    (x 6)
    
    
    %E3
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/monitor.rb
    (x 6)
    
    
    bundler/vendor/thor/lib/thor/actions
    (x 6)
    
    
    matrix/lup_decomposition.rb
    (x 6)
    
    
    matrix/eigenvalue_decomposition.rb
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/aarch64-linux/rbconfig.rb
    (x 6)
    
    
    The best way to manage your application's dependencies
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/uri/ftp.rb
    (x 6)
    
    
    -
    (x 6)
    
    
    %F3
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/uri/common.rb
    (x 6)
    
    
    bundler/vendor/net-http-persistent/lib/net/http/persistent
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/matrix-0.1.0.gemspec
    (x 6)
    
    
    dir
    (x 6)
    
    
    timeout
    (x 6)
    
    
    https://bundler.io/
    (x 6)
    
    
    camera
    (x 6)
    
    
    root
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bundler-2.4.22/lib/bundler/shared_helpers.rb
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/aarch64-linux/enc/encdb.so
    (x 6)
    
    
    bundler/compact_index_client
    (x 6)
    
    
    _deprecated_inflate
    (x 6)
    
    
     '--prefix=/home/ubuntu/.rbenv/versions/2.6.8' '--with-openssl-dir=/home/ubuntu/.rbenv/versions/2.6.8/openssl' '--enable-shared' 'LDFLAGS=-L/home/ubuntu/.rbenv/versions/2.6.8/lib ' 'CPPFLAGS=-I/home/ubuntu/.rbenv/versions/2.6.8/include '
    (x 6)
    
    
    exec
    (x 6)
    
    
    -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable
    (x 6)
    
    
    group
    (x 6)
    
    
    gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
    Copyright (C) 2021 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.  There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    (x 6)
    
    
    DOT
    (x 6)
    
    
    cppflags
    (x 6)
    
    
    205
    (x 6)
    
    
    json
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/csv-3.0.9.gemspec
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/rss-0.2.7.gemspec
    (x 6)
    
    
    +
    (x 6)
    
    
    *
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/json-2.1.0.gemspec
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/ipaddr-1.2.2.gemspec
    (x 6)
    
    
    bundler/source/metadata.rb
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/logger-1.3.0.gemspec
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/e2mmap-0.1.0.gemspec
    (x 6)
    
    
    HEAD
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/sdbm-1.0.0.gemspec
    (x 6)
    
    
    REQUEST_METHOD
    (x 6)
    
    
    SCRIPT_NAME
    (x 6)
    
    
    https://github.com/faker-ruby/faker.git
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/cmath-1.0.0.gemspec
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/psych-3.1.0.gemspec
    (x 6)
    
    
    tracer
    (x 6)
    
    
    %3D
    (x 6)
    
    
    %BC
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/bigdecimal-1.4.1.gemspec
    (x 6)
    
    
    bundler/build_metadata.rb
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/irb-1.0.0.gemspec
    (x 6)
    
    
    faker
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/date-2.0.0.gemspec
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/sync-0.5.0.gemspec
    (x 6)
    
    
    /home/ubuntu/.rbenv/rbenv.d/exec/gem-rehash
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/platform_info/binary_compatibility.rb
    (x 6)
    
    
    bundler/vendored_thor.rb
    (x 6)
    
    
    bundler/vendored_fileutils.rb
    (x 6)
    
    
    bundler/vendor/thor/lib/thor/shell/color.rb
    (x 6)
    
    
    bundler/vendor/thor/lib/thor/shell/basic.rb
    (x 6)
    
    
    bundler/vendor/thor/lib/thor/shell.rb
    (x 6)
    
    
    bundler/vendor/thor/lib/thor/parser/options.rb
    (x 6)
    
    
    bundler/vendor/thor/lib/thor/parser/option.rb
    (x 6)
    
    
    bundler/vendor/thor/lib/thor/parser/arguments.rb
    (x 6)
    
    
    bundler/vendor/thor/lib/thor/parser/argument.rb
    (x 6)
    
    
    bundler/vendor/thor/lib/thor/parser.rb
    (x 6)
    
    
    bundler/vendor/thor/lib/thor/line_editor/readline.rb
    (x 6)
    
    
    bundler/vendor/thor/lib/thor/line_editor/basic.rb
    (x 6)
    
    
    bundler/vendor/thor/lib/thor/line_editor.rb
    (x 6)
    
    
    bundler/vendor/thor/lib/thor/invocation.rb
    (x 6)
    
    
    bundler/vendor/thor/lib/thor/error.rb
    (x 6)
    
    
    bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb
    (x 6)
    
    
    bundler/vendor/thor/lib/thor/command.rb
    (x 6)
    
    
    bundler/vendor/thor/lib/thor/base.rb
    (x 6)
    
    
    bundler/vendor/thor/lib/thor.rb
    (x 6)
    
    
    bundler/vendor/fileutils/lib/fileutils.rb
    (x 6)
    
    
    bundler/uri_credentials_filter.rb
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/scanf-1.0.0.gemspec
    (x 6)
    
    
    bundler/stub_specification.rb
    (x 6)
    
    
    bundler/source/rubygems/remote.rb
    (x 6)
    
    
    bundler/source/git/git_proxy.rb
    (x 6)
    
    
    bundler/shared_helpers.rb
    (x 6)
    
    
    bundler/rubygems_integration.rb
    (x 6)
    
    
    bundler/remote_specification.rb
    (x 6)
    
    
    bundler/match_platform.rb
    (x 6)
    
    
    bundler/lockfile_generator.rb
    (x 6)
    
    
    bundler/lazy_specification.rb
    (x 6)
    
    
    bundler/environment_preserver.rb
    (x 6)
    
    
    bundler/endpoint_specification.rb
    (x 6)
    
    
    etc
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/shell-0.7.gemspec
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/ostruct-0.1.0.gemspec
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/bundler-1.17.2.gemspec
    (x 6)
    
    
    rexml/parsers/pullparser.rb
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/zlib-1.0.0.gemspec
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/fiddle-1.0.0.gemspec
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/io-console-0.4.7.gemspec
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/buildout/ruby/ruby-2.6.8-aarch64-linux/passenger_native_support.so
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/thwait-0.1.0.gemspec
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/prime-0.1.0.gemspec
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/utils/native_support_utils.rb
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/openssl-2.1.2.gemspec
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/tracer-0.1.0.gemspec
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb
    (x 6)
    
    
    passenger_root
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bundler-2.4.22/lib/bundler/rubygems_integration.rb
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/platform_info/ruby.rb
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/loader_shared_helpers.rb
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/nodejs_supportlib
    (x 6)
    
    
    rails-assets-datatables
    (x 6)
    
    
    activestorage
    (x 6)
    
    
    DES
    (x 6)
    
    
    rails-html-sanitizer
    (x 6)
    
    
    erubi
    (x 6)
    
    
    GET
    (x 6)
    
    
    bootstrap-sass
    (x 6)
    
    
    asc
    (x 6)
    
    
    ruby2_keywords
    (x 6)
    
    
    capybara
    (x 6)
    
    
    delayed_job
    (x 6)
    
    
    data-confirm-modal
    (x 6)
    
    
    warden
    (x 6)
    
    
    responders
    (x 6)
    
    
    figaro
    (x 6)
    
    
    method_source
    (x 6)
    
    
    pundit
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6
    (x 6)
    
    
    semantic_range
    (x 6)
    
    
    webdrivers
    (x 6)
    
    
    action_text
    (x 6)
    
    
    rails/generators/test_unit/templates
    (x 6)
    
    
    action_mailbox/mail_ext/addresses.rb
    (x 6)
    
    
    action_mailbox/mail_ext/address_equality.rb
    (x 6)
    
    
    application
    (x 6)
    
    
    abstract_controller
    (x 6)
    
    
    edit_
    (x 6)
    
    
    /home/ubuntu/pav/PAVES1/app/models/concerns
    (x 6)
    
    
    FWS
    (x 6)
    
    
    RPAREN
    (x 6)
    
    
    /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/net/protocol.rb
    (x 6)
    
    
    _deprecated_new
    (x 6)
    
    
    gz
    (x 6)
    
    
    js
    (x 6)
    
    
    mp4
    (x 6)
    
    
    png
    (x 6)
    
    
    otf
    (x 6)
    
    
    vtt
    (x 6)
    
    
    vb
    (x 6)
    
    
    uu
    (x 6)
    
    
    ustar
    (x 6)
    
    
    uoml
    (x 6)
    
    
    @en_comment_tail
    (x 6)
    
    
    application/vnd.unity
    (x 6)
    
    
    ufd
    (x 6)
    
    
    udeb
    (x 6)
    
    
    uc2
    (x 6)
    
    
    u32
    (x 6)
    
    
    @first_final
    (x 6)
    
    
    txd
    (x 6)
    
    
    twds
    (x 6)
    
    
    twd
    (x 6)
    
    
    css_compressor
    (x 6)
    
    
    js_compressor=
    (x 6)
    
    
    Gzip Compressed Archive
    (x 6)
    
    
    Electronic Publication
    (x 6)
    
    
    unknown_asset_fallback
    (x 6)
    
    
    DITA Topic
    (x 6)
    
    
    check_precompiled_asset
    (x 6)
    
    
    DITA Map
    (x 6)
    
    
    application/dita+xml
    (x 6)
    
    
    assets_environment=
    (x 6)
    
    
    assets_precompile=
    (x 6)
    
    
    debug_assets=
    (x 6)
    
    
    BizAgi Process Modeler
    (x 6)
    
    
    Delayed::PsychExt
    (x 6)
    
    
    RouteWrapper
    (x 6)
    
    
    assets_prefix
    (x 6)
    
    
    application/zstd
    (x 6)
    
    
    zstd
    (x 6)
    
    
    application/x-zoo
    (x 6)
    
    
    zmm
    (x 6)
    
    
    zirz
    (x 6)
    
    
    application/vnd.zul
    (x 6)
    
    
    resolve_with=
    (x 6)
    
    
    zir
    (x 6)
    
    
    zaz
    (x 6)
    
    
    application/x-compress
    (x 6)
    
    
    text/x-yaml
    (x 6)
    
    
    text/x-yacc
    (x 6)
    
    
    application/x-xz
    (x 6)
    
    
    xz
    (x 6)
    
    
    xyz
    (x 6)
    
    
    build_manifest
    (x 6)
    
    
    xwelcome
    (x 6)
    
    
    xweb
    (x 6)
    
    
    xwd
    (x 6)
    
    
    xvml
    (x 6)
    
    
    xvm
    (x 6)
    
    
    xul
    (x 6)
    
    
    xspf
    (x 6)
    
    
    xsp
    (x 6)
    
    
    build_environment
    (x 6)
    
    
    xsm
    (x 6)
    
    
    xslt
    (x 6)
    
    
    xslfo
    (x 6)
    
    
    xsl
    (x 6)
    
    
    xsamples
    (x 6)
    
    
    xroles
    (x 6)
    
    
    xquery
    (x 6)
    
    
    application/xquery
    (x 6)
    
    
    xpx
    (x 6)
    
    
    xpw
    (x 6)
    
    
    xpt
    (x 6)
    
    
    xps
    (x 6)
    
    
    xpr
    (x 6)
    
    
    application/x-sas-xport
    (x 6)
    
    
    xport
    (x 6)
    
    
    xpm
    (x 6)
    
    
    application/x-xpinstall
    (x 6)
    
    
    xpi
    (x 6)
    
    
    xop
    (x 6)
    
    
    application/x-xmind
    (x 6)
    
    
    xmind
    (x 6)
    
    
    xmap
    (x 6)
    
    
    ^!ruby/DataMapper:(.+)$
    (x 6)
    
    
    xlz
    (x 6)
    
    
    xlw
    (x 6)
    
    
    xltx
    (x 6)
    
    
    xltm
    (x 6)
    
    
    xlt
    (x 6)
    
    
    xlsx
    (x 6)
    
    
    xlsb
    (x 6)
    
    
    xls
    (x 6)
    
    
    xlr
    (x 6)
    
    
    xlog
    (x 6)
    
    
    xlm
    (x 6)
    
    
    xll
    (x 6)
    
    
    FileStore
    (x 6)
    
    
    xliff
    (x 6)
    
    
    Most common causes Solution finder
    The RVM gemset may be broken. Read solution
    The RVM gemset may be broken. Read solution
    You are using a system-wide-installed RVM Ruby installation. It is possible that, at the same time, your gems are installed to the home directory ( (len: 246)
    You are using a system-wide-installed RVM Ruby installation. It is possible that, at the same time, your gems are installed to the home directory ( (len: 246) gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. (len: 242) gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. (len: 242) gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. (len: 242) (*args) monitor = @_monitor monitor or raise("BUG: Internal monitor was not properly initialized. Please report this to the concurrent-ruby developers.") monitor.synchronize { super } end (len: 242) gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. (len: 242) gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. (len: 242) gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. (len: 242)

    Is your gem bundle installed to the home directory, while at the same time you are using a Ruby that is installed by RVM in a system-wide manner?

    Your Ruby interpreter is installed by RVM in a system-wide manner: it is located in (len: 241) \A (\d{4})-(\d\d)-(\d\d)(?:T|\s) # 2020-06-20T (\d\d):(\d\d):(\d\d)(?:\.(\d{1,6})\d*)? # 10:20:30.123456 (?:(Z(?=\z)|[+-]\d\d)(?::?(\d\d))?)? # +09:00 \z (len: 241) \A (\d{4})-(\d\d)-(\d\d)(?:T|\s) # 2020-06-20T (\d\d):(\d\d):(\d\d)(?:\.(\d{1,6})\d*)? # 10:20:30.123456 (?:(Z(?=\z)|[+-]\d\d)(?::?(\d\d))?)? # +09:00 \z (len: 241) (len: 176) respond_to was called multiple times and matched with conflicting formats in this action. Please note that you may only call respond_to and match on a single format per action. (len: 176) RDoc produces HTML and command-line documentation for Ruby projects. RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentation from the command-line. (len: 176) RDoc produces HTML and command-line documentation for Ruby projects. RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentation from the command-line. (len: 176)

    Check that the application has permissions to access the directory from which Bundler loads gems

    Please check whether the application, which is running as the (len: 176) (len: 176) respond_to was called multiple times and matched with conflicting formats in this action. Please note that you may only call respond_to and match on a single format per action. (len: 176) RDoc produces HTML and command-line documentation for Ruby projects. RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentation from the command-line. (len: 176) RDoc produces HTML and command-line documentation for Ruby projects. RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentation from the command-line. (len: 176)

    If the necessary gems are installed, but Bundler may not have permissions to access them. (len: 173) this error message could probably be more useful. Please submit a ticket at https://github.com/rubygems/rubygems/issues/new?labels=Bundler&template=bundler-related-issue.md (len: 173) \A([A-Z]{2}(?:,[A-Z]{2})*)\t(?:([+\-])(\d{2})(\d{2})([+\-])(\d{3})(\d{2})|([+\-])(\d{2})(\d{2})(\d{2})([+\-])(\d{3})(\d{2})(\d{2}))\t([^\t]+)(?:\t([^\t]+))?(?:\t([^\t]+))?\z (len: 173) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap-theme.css?type=text/css&pipeline=self&id=dcfdc4c82e7fd0381a0883a08b7f32999492ba22722dde401cd0b5e9b6abc2d1 (len: 173) environment (and know what you are doing), put this in your Rails application configuration: config.web_console.development_only = false (len: 173)
    If the necessary gems are installed, but Bundler may not have permissions to access them. (len: 173) this error message could probably be more useful. Please submit a ticket at https://github.com/rubygems/rubygems/issues/new?labels=Bundler&template=bundler-related-issue.md (len: 173) ActiveRecord::ConnectionAdapters::DatabaseStatements#disable_lazy_transactions! delegated to transaction_manager.disable_lazy_transactions!, but transaction_manager is nil: (len: 173) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap-theme.css?type=text/css&pipeline=self&id=dcfdc4c82e7fd0381a0883a08b7f32999492ba22722dde401cd0b5e9b6abc2d1 (len: 173) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap-theme.css?type=text/css&pipeline=self&id=dcfdc4c82e7fd0381a0883a08b7f32999492ba22722dde401cd0b5e9b6abc2d1 (len: 173) environment (and know what you are doing), put this in your Rails application configuration: config.web_console.development_only = false (len: 173) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=application/css-sourcemap+json&id=311d9d81255e7bb000d124ac3f1c2ecc6a6c8d7176a9c0f403f526cbcf9e325c (len: 173) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap-theme.css?type=text/css&pipeline=self&id=dcfdc4c82e7fd0381a0883a08b7f32999492ba22722dde401cd0b5e9b6abc2d1 (len: 173) \A([A-Z]{2}(?:,[A-Z]{2})*)\t(?:([+\-])(\d{2})(\d{2})([+\-])(\d{3})(\d{2})|([+\-])(\d{2})(\d{2})(\d{2})([+\-])(\d{3})(\d{2})(\d{2}))\t([^\t]+)(?:\t([^\t]+))?(?:\t([^\t]+))?\z (len: 173) DEPRECATION WARNING: configuration of secure_gravatar= through this method is deprecated! Use the block configuration instead. http://github.com/mdeering/gravatar_image_tag (len: 172) Webpacker::Configuration#check_yarn_integrity=(value) has been deprecated. The integrity check has been removed from Webpacker so changing this setting will have no effect. (len: 172) DEPRECATION WARNING: configuration of secure_gravatar= through this method is deprecated! Use the block configuration instead. http://github.com/mdeering/gravatar_image_tag (len: 172)