ObjectSpace stats: TOTAL: 376212 FREE: 149511 T_STRING: 93372 T_IMEMO: 84137 T_ARRAY: 18014 T_OBJECT: 7767 T_CLASS: 7235 T_DATA: 5390 T_HASH: 3711 T_ICLASS: 1776 T_REGEXP: 1700 T_MODULE: 1186 T_SYMBOL: 957 T_STRUCT: 788 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) -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) ^(?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 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) ;\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) . Read solution
Use the Read solution
Use the Read solution
(len: 495) Read solution
(len: 495) 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) \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) _paves_session=lWtiE3s5r%2BWI3MT%2Fm9WyMLPCPQXpt7x4zsTrWcPC6u5dBiEP5ERIujLbvEzjeXqhe%2FMLGu4N1bsSbcxpSGKFv6lnugo4m9u9dyTLiImcFTyeBMuHLu06MDWc6WJlmBVrBrgC69zit4lPssFlm9j%2B60Qaq1qYbshRy2eV60WREt67NwCGAxgLRtHPGmrXk2DslbC%2F1HyLilk5EhpN5%2Bat2jpf%2FdqL9GzLqMas2769ruQyXJqrYGAZ5mK21PQUarbtuBq0RNTXZi3GfccsVtAgpDOSITpo6w%3D%3D--sRTZwTWUMKMlyePZ--jrPurAkj%2BJKIRvEQ27Dk1A%3D%3D; path=/; HttpOnly; SameSite=Lax __profilin=p%3Dt; path=/; HttpOnly; SameSite=Lax (len: 452) _paves_session=lWtiE3s5r%2BWI3MT%2Fm9WyMLPCPQXpt7x4zsTrWcPC6u5dBiEP5ERIujLbvEzjeXqhe%2FMLGu4N1bsSbcxpSGKFv6lnugo4m9u9dyTLiImcFTyeBMuHLu06MDWc6WJlmBVrBrgC69zit4lPssFlm9j%2B60Qaq1qYbshRy2eV60WREt67NwCGAxgLRtHPGmrXk2DslbC%2F1HyLilk5EhpN5%2Bat2jpf%2FdqL9GzLqMas2769ruQyXJqrYGAZ5mK21PQUarbtuBq0RNTXZi3GfccsVtAgpDOSITpo6w%3D%3D--sRTZwTWUMKMlyePZ--jrPurAkj%2BJKIRvEQ27Dk1A%3D%3D; path=/; HttpOnly; SameSite=Lax __profilin=p%3Dt; path=/; HttpOnly; SameSite=Lax (len: 452) _paves_session=lWtiE3s5r%2BWI3MT%2Fm9WyMLPCPQXpt7x4zsTrWcPC6u5dBiEP5ERIujLbvEzjeXqhe%2FMLGu4N1bsSbcxpSGKFv6lnugo4m9u9dyTLiImcFTyeBMuHLu06MDWc6WJlmBVrBrgC69zit4lPssFlm9j%2B60Qaq1qYbshRy2eV60WREt67NwCGAxgLRtHPGmrXk2DslbC%2F1HyLilk5EhpN5%2Bat2jpf%2FdqL9GzLqMas2769ruQyXJqrYGAZ5mK21PQUarbtuBq0RNTXZi3GfccsVtAgpDOSITpo6w%3D%3D--sRTZwTWUMKMlyePZ--jrPurAkj%2BJKIRvEQ27Dk1A%3D%3D; path=/; HttpOnly; SameSite=Lax __profilin=p%3Dt; path=/; HttpOnly; SameSite=Lax (len: 452) _paves_session=lWtiE3s5r%2BWI3MT%2Fm9WyMLPCPQXpt7x4zsTrWcPC6u5dBiEP5ERIujLbvEzjeXqhe%2FMLGu4N1bsSbcxpSGKFv6lnugo4m9u9dyTLiImcFTyeBMuHLu06MDWc6WJlmBVrBrgC69zit4lPssFlm9j%2B60Qaq1qYbshRy2eV60WREt67NwCGAxgLRtHPGmrXk2DslbC%2F1HyLilk5EhpN5%2Bat2jpf%2FdqL9GzLqMas2769ruQyXJqrYGAZ5mK21PQUarbtuBq0RNTXZi3GfccsVtAgpDOSITpo6w%3D%3D--sRTZwTWUMKMlyePZ--jrPurAkj%2BJKIRvEQ27Dk1A%3D%3D; path=/; HttpOnly; SameSite=Lax __profilin=p%3Dt; path=/; HttpOnly; SameSite=Lax (len: 452) 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) vhwrhetf1kysqv1ovvn8,y4r8q4j28cgqz5cykp9h,sqcf3q8wfnuicellg7il,lemhkfiuca4da84eewet,u05sx22ejie0m49zmtji,refnlghiwtl7ihgda73g,mlln60brus4xqwof9abi,4fuyyquib6rvfmt43kgr,76miz4mxnt6194qb3rnq,ertunde100euncn1acts,ge090zlco072peqirms,sev9lwalv7gsu2t2ztgx,y6v7dv4kyz8qhcer7kfq,kgsziunshfyzxqwb37ya,6703dccprnnsrxgo30ww,xv0dmuymnb9clmy3pbny,1lyf3n4zj1zns5rrkafi,a10n18iohr58vfglymw3,81wwbgx2gqdrx4whrp8x,s4wiqpxgbklxowvy77lk (len: 418) vhwrhetf1kysqv1ovvn8,y4r8q4j28cgqz5cykp9h,sqcf3q8wfnuicellg7il,lemhkfiuca4da84eewet,u05sx22ejie0m49zmtji,refnlghiwtl7ihgda73g,mlln60brus4xqwof9abi,4fuyyquib6rvfmt43kgr,76miz4mxnt6194qb3rnq,ertunde100euncn1acts,ge090zlco072peqirms,sev9lwalv7gsu2t2ztgx,y6v7dv4kyz8qhcer7kfq,kgsziunshfyzxqwb37ya,6703dccprnnsrxgo30ww,xv0dmuymnb9clmy3pbny,1lyf3n4zj1zns5rrkafi,a10n18iohr58vfglymw3,81wwbgx2gqdrx4whrp8x,s4wiqpxgbklxowvy77lk (len: 418) vhwrhetf1kysqv1ovvn8,y4r8q4j28cgqz5cykp9h,sqcf3q8wfnuicellg7il,lemhkfiuca4da84eewet,u05sx22ejie0m49zmtji,refnlghiwtl7ihgda73g,mlln60brus4xqwof9abi,4fuyyquib6rvfmt43kgr,76miz4mxnt6194qb3rnq,ertunde100euncn1acts,ge090zlco072peqirms,sev9lwalv7gsu2t2ztgx,y6v7dv4kyz8qhcer7kfq,kgsziunshfyzxqwb37ya,6703dccprnnsrxgo30ww,xv0dmuymnb9clmy3pbny,1lyf3n4zj1zns5rrkafi,a10n18iohr58vfglymw3,81wwbgx2gqdrx4whrp8x,s4wiqpxgbklxowvy77lk (len: 418) vhwrhetf1kysqv1ovvn8,y4r8q4j28cgqz5cykp9h,sqcf3q8wfnuicellg7il,lemhkfiuca4da84eewet,u05sx22ejie0m49zmtji,refnlghiwtl7ihgda73g,mlln60brus4xqwof9abi,4fuyyquib6rvfmt43kgr,76miz4mxnt6194qb3rnq,ertunde100euncn1acts,ge090zlco072peqirms,sev9lwalv7gsu2t2ztgx,y6v7dv4kyz8qhcer7kfq,kgsziunshfyzxqwb37ya,6703dccprnnsrxgo30ww,xv0dmuymnb9clmy3pbny,1lyf3n4zj1zns5rrkafi,a10n18iohr58vfglymw3,81wwbgx2gqdrx4whrp8x,s4wiqpxgbklxowvy77lk (len: 418) {/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) (?-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) lWtiE3s5r+WI3MT/m9WyMLPCPQXpt7x4zsTrWcPC6u5dBiEP5ERIujLbvEzjeXqhe/MLGu4N1bsSbcxpSGKFv6lnugo4m9u9dyTLiImcFTyeBMuHLu06MDWc6WJlmBVrBrgC69zit4lPssFlm9j+60Qaq1qYbshRy2eV60WREt67NwCGAxgLRtHPGmrXk2DslbC/1HyLilk5EhpN5+at2jpf/dqL9GzLqMas2769ruQyXJqrYGAZ5mK21PQUarbtuBq0RNTXZi3GfccsVtAgpDOSITpo6w==--sRTZwTWUMKMlyePZ--jrPurAkj+JKIRvEQ27Dk1A== (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: 376212 FREE: 149511 T_STRING: 93372 T_IMEMO: 84137 T_ARRAY: 18014 T_OBJECT: 7767 T_CLASS: 7235 T_DATA: 5390 T_HASH: 3711 T_ICLASS: 1776 T_REGEXP: 1700 T_MODULE: 1186 T_SYMBOL: 957 T_STRUCT: 788 T_RATIONAL: 626 T_BIGNUM: 18 T_FILE: 10 T_FLOAT: 9 T_MATCH: 4 T_COMPLEX: 1 1000 Largest strings: (len: 295)

You don't have any routes defined!

(len: 295) ObjectSpace stats: TOTAL: 376212 FREE: 149511 T_STRING: 93372 T_IMEMO: 84137 T_ARRAY: 18014 T_OBJECT: 7767 T_CLASS: 7235 T_DATA: 5390 T_HASH: 3711 T_ICLASS: 1776 T_REGEXP: 1700 T_MODULE: 1186 T_SYMBOL: 957 T_STRUCT: 788 T_RATIONAL: 626 T_BIGNUM: 18 T_FILE: 10 T_FLOAT: 9 T_MATCH: 4 T_COMPLEX: 1 (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) ") # 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: 376212 FREE: 149511 T_STRING: 93372 T_IMEMO: 84137 T_ARRAY: 18014 T_OBJECT: 7767 T_CLASS: 7235 T_DATA: 5390 T_HASH: 3711 T_ICLASS: 1776 T_REGEXP: 1700 T_MODULE: 1186 T_SYMBOL: 957 T_STRUCT: 788 T_RATIONAL: 626 T_BIGNUM: 18 T_FILE: 10 T_FLOAT: 9 T_MATCH: 4 T_COMPLEX: 1 (len: 275) TOTAL: 376212 FREE: 149511 T_STRING: 93372 T_IMEMO: 84137 T_ARRAY: 18014 T_OBJECT: 7767 T_CLASS: 7235 T_DATA: 5390 T_HASH: 3711 T_ICLASS: 1776 T_REGEXP: 1700 T_MODULE: 1186 T_SYMBOL: 957 T_STRUCT: 788 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) 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) (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) ##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) ActiveRecord::ConnectionAdapters::DatabaseStatements#enable_lazy_transactions! delegated to transaction_manager.enable_lazy_transactions!, but transaction_manager 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) ##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) `, 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)
  • 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) file:///home/ubuntu/pav/PAVES1/app/assets/config/manifest.js?type=application/javascript&pipeline=self&id=6a6d3c173214757d82ea0015e6e767fa0c5f1b9752ec522f79d07228ed9cf938 (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) ) (?# 6: registry) ) | (?!//)) (?# XXX: '//' is the mark for hostport) ( (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) [[: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) [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) ##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) ##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) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=71cd0310a4aeb5133e27db0c4df7ab744db2698f766e32fd811e1e69fdd0abaa (len: 166) ', *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) 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) /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/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) DEPRECATION WARNING: configuration of filetype= through this method is deprecated! Use the block configuration instead. http://github.com/mdeering/gravatar_image_tag (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) 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) ActiveRecord::ConnectionAdapters::DatabaseStatements#within_new_transaction delegated to transaction_manager.within_new_transaction, but transaction_manager is nil: (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) 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) /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) [-@]?([_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) `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) /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/css/colours.css?type=text/css&pipeline=self&id=7d9791ff545b0444c237e540c0c999b9f65ab8559eac7188ccb206cc5422a880 (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) 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/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/animate.css?type=text/css&pipeline=self&id=418ed688c0f4a7b41f4c584672fce435adf10cf71c625fbcaaea00f515f59985 (len: 165) /passenger-config about ruby-command (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) (?:\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) (?:\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) `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) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/custom.css?type=text/css&pipeline=self&id=b522ea3fcc99b1cd15700dfbf26a25776a7c018dd85f6d63b86d9391d612a767 (len: 164) /passenger-config about ruby-command (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) 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) 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) (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) 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) (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) /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) ^(?:[-+]?([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/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) 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) /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) 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/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) ' 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/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/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) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/w3.css?type=text/css&pipeline=self&id=6e222f2df6ef25ccdc9b8c63caca964a4cac803a5323204fd92d28c6873649db (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) ruby\s (\d+\.\d+\.\d+(?:\.\S+)?) # ruby version (?:p(-?\d+))? # optional patchlevel (?:\s\((\S+)\s(.+)\))? # optional engine info (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) /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) 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) 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) 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) 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) /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) ruby\s (\d+\.\d+\.\d+(?:\.\S+)?) # ruby version (?:p(-?\d+))? # optional patchlevel (?:\s\((\S+)\s(.+)\))? # optional engine info (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) 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) 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/actionmailbox-6.1.4.1/app/views/rails/conductor/action_mailbox/inbound_emails/sources/new.html.erb (len: 158) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/views/rails/conductor/action_mailbox/inbound_emails/sources/new.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) [-@]?([_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) /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/actionmailbox-6.1.4.1/app/views/rails/conductor/action_mailbox/inbound_emails/sources/new.html.erb (len: 158) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/views/rails/conductor/action_mailbox/inbound_emails/sources/new.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#association_scope_cache delegated to delegate_reflection.association_scope_cache, but delegate_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) 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) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/map/non_concurrent_map_backend.rb (len: 157) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/relay/inbound_emails_controller.rb (len: 157) /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_controller.rb (len: 157) ActiveRecord::ConnectionHandling#clear_reloadable_connections! delegated to connection_handler.clear_reloadable_connections!, but connection_handler is nil: (len: 157) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/relay/inbound_emails_controller.rb (len: 157) /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_controller.rb (len: 157) ' Active Record adapter. Ensure that the adapter is spelled correctly in config/database.yml and that you've added the necessary adapter gem to your Gemfile. (len: 157) /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_controller.rb (len: 157) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/relay/inbound_emails_controller.rb (len: 157) : store flamegraph data for this page and all its AJAX requests. Flamegraph links will be available in the mini-profiler UI (requires the stackprof gem). (len: 157) /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) /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) /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) /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) /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 (len: 157) ActiveRecord::ConnectionHandling#clear_reloadable_connections! delegated to connection_handler.clear_reloadable_connections!, but connection_handler is nil: (len: 157) ActiveRecord::ConnectionAdapters::DatabaseStatements#commit_transaction delegated to transaction_manager.commit_transaction, but transaction_manager is nil: (len: 157) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/map/non_concurrent_map_backend.rb (len: 157) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/relay/inbound_emails_controller.rb (len: 157) /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_controller.rb (len: 157) : store flamegraph data for this page and all its AJAX requests. Flamegraph links will be available in the mini-profiler UI (requires the stackprof gem). (len: 157) /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_controller.rb (len: 157) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/relay/inbound_emails_controller.rb (len: 157) /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) /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) /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) /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) /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 (len: 157) ' Active Record adapter. Ensure that the adapter is spelled correctly in config/database.yml and that you've added the necessary adapter gem to your Gemfile. (len: 157) to an RVM wrapper script inside the home directory:

    1. Login as (len: 156) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/abstract_lockable_object.rb (len: 156) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/non_concurrent_priority_queue.rb (len: 156) ActiveRecord::Reflection::ThroughReflection#polymorphic_inverse_of delegated to delegate_reflection.polymorphic_inverse_of, but delegate_reflection is nil: (len: 156) file:///home/ubuntu/pav/PAVES1/app/assets/config/manifest.js?type=application/javascript&id=9ed2b8567a5b28ada6a3da2591643725a2d494749256c1f886c25b24c0d0e37a (len: 156) file:///home/ubuntu/pav/PAVES1/app/assets/config/manifest.js?type=application/javascript&id=9ed2b8567a5b28ada6a3da2591643725a2d494749256c1f886c25b24c0d0e37a (len: 156) ActiveRecord::Reflection::ThroughReflection#polymorphic_inverse_of delegated to delegate_reflection.polymorphic_inverse_of, but delegate_reflection is nil: (len: 156) to an RVM wrapper script inside the home directory:

      1. Login as (len: 156) file:///home/ubuntu/pav/PAVES1/app/assets/config/manifest.js?type=application/javascript&id=9ed2b8567a5b28ada6a3da2591643725a2d494749256c1f886c25b24c0d0e37a (len: 156) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/non_concurrent_priority_queue.rb (len: 156) ActiveRecord::Reflection::ThroughReflection#polymorphic_inverse_of delegated to delegate_reflection.polymorphic_inverse_of, but delegate_reflection is nil: (len: 156) file:///home/ubuntu/pav/PAVES1/app/assets/config/manifest.js?type=application/javascript&id=9ed2b8567a5b28ada6a3da2591643725a2d494749256c1f886c25b24c0d0e37a (len: 156) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/abstract_lockable_object.rb (len: 156) /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 (len: 155) /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 (len: 155) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/serialized_execution_delegator.rb (len: 155) \A(?: [\x00-\x7e\xa1-\xdf] | [\x81-\x9f\xe0-\xef] [\x40-\x7e\x80-\x9e\x9f-\xfc])\z (len: 155) does not support `serialize` feature. Usually it means that you are trying to use `serialize` on a column that already implements serialization natively. (len: 155) Session contains objects whose class definition isn't available. Remember to require the classes for all objects kept in the session. (Original exception: (len: 155) /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 (len: 155) /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 (len: 155) does not support `serialize` feature. Usually it means that you are trying to use `serialize` on a column that already implements serialization natively. (len: 155) ActiveRecord::ConnectionAdapters::DatabaseStatements#begin_transaction delegated to transaction_manager.begin_transaction, but transaction_manager is nil: (len: 155) ActiveRecord::ConnectionAdapters::DatabaseStatements#open_transactions delegated to transaction_manager.open_transactions, but transaction_manager is nil: (len: 155) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/serialized_execution_delegator.rb (len: 155) \A(?: [\x00-\x7e\xa1-\xdf] | [\x81-\x9f\xe0-\xef] [\x40-\x7e\x80-\x9e\x9f-\xfc])\z (len: 155) /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 (len: 155) /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 (len: 155) does not support `serialize` feature. Usually it means that you are trying to use `serialize` on a column that already implements serialization natively. (len: 155) Session contains objects whose class definition isn't available. Remember to require the classes for all objects kept in the session. (Original exception: (len: 155) \A (\w+\.)? # optional prefix key (https?.*?) # URI (\.(?-mix:fallback_timeout))? # optional suffix key \z (len: 154) 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) ##erb_trim_mode= delegated to ActionView::Template::Handlers::ERB.erb_trim_mode=, but ActionView::Template::Handlers::ERB is nil: (len: 154) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/copy_on_notify_observer_set.rb (len: 154) Faraday::Response#[] at /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/faraday-2.6.0/lib/faraday/response.rb:30 forwarding to private method (len: 154) ActiveRecord::Reflection::ThroughReflection#association_foreign_key delegated to source_reflection.association_foreign_key, but source_reflection is nil: (len: 154) ActiveRecord::Reflection::ThroughReflection#check_eager_loadable! delegated to delegate_reflection.check_eager_loadable!, but delegate_reflection is nil: (len: 154) \A (\w+\.)? # optional prefix key (https?.*?) # URI (\.(?-mix:fallback_timeout))? # optional suffix key \z (len: 154) ActiveRecord::Reflection::ThroughReflection#association_foreign_key delegated to source_reflection.association_foreign_key, but source_reflection is nil: (len: 154) ActiveRecord::Reflection::ThroughReflection#check_eager_loadable! delegated to delegate_reflection.check_eager_loadable!, but delegate_reflection is nil: (len: 154) file:///home/ubuntu/pav/PAVES1/app/assets/images/electronicpayment.jpg?type=image/jpeg&id=a324a03dd40426bb0a5bfb4aafb503195809e846aadfb1bebdc8252270881790 (len: 154) /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 (len: 154) file:///home/ubuntu/pav/PAVES1/app/assets/images/electronicpayment.jpg?type=image/jpeg&id=a324a03dd40426bb0a5bfb4aafb503195809e846aadfb1bebdc8252270881790 (len: 154) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/copy_on_notify_observer_set.rb (len: 154) Faraday::Response#[] at /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/faraday-2.6.0/lib/faraday/response.rb:30 forwarding to private method (len: 154) file:///home/ubuntu/pav/PAVES1/app/assets/images/electronicpayment.jpg?type=image/jpeg&id=a324a03dd40426bb0a5bfb4aafb503195809e846aadfb1bebdc8252270881790 (len: 154) file:///home/ubuntu/pav/PAVES1/app/assets/images/electronicpayment.jpg?type=image/jpeg&id=a324a03dd40426bb0a5bfb4aafb503195809e846aadfb1bebdc8252270881790 (len: 154) /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 (len: 154) 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) ActiveRecord::Reflection::ThroughReflection#association_foreign_key delegated to source_reflection.association_foreign_key, but source_reflection is nil: (len: 154) ##erb_trim_mode= delegated to ActionView::Template::Handlers::ERB.erb_trim_mode=, but ActionView::Template::Handlers::ERB is nil: (len: 154) ActiveRecord::Reflection::ThroughReflection#check_eager_loadable! delegated to delegate_reflection.check_eager_loadable!, but delegate_reflection is nil: (len: 154) \A (\w+\.)? # optional prefix key (https?.*?) # URI (\.(?-mix:fallback_timeout))? # optional suffix key \z (len: 154) \A (?: (?: [\da-f]{1,4} : ){7} [\da-f]{1,4} | ( (?: [\da-f]{1,4} : ){6} ) (\d+) \. (\d+) \. (\d+) \. (\d+) ) \z (len: 153) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/jruby_lockable_object.rb (len: 153) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/mutex_lockable_object.rb (len: 153) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/copy_on_write_observer_set.rb (len: 153) (method, options = {}) # def text_field(method, options = {}) @template.public_send( # @template.public_send( (len: 153) /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 (len: 153) /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 (len: 153) /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 (len: 153) /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 (len: 153) (method, options = {}) # def text_field(method, options = {}) @template.public_send( # @template.public_send( (len: 153) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/copy_on_write_observer_set.rb (len: 153) /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 (len: 153) /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 (len: 153) /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 (len: 153) /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 (len: 153) \A (?: (?: [\da-f]{1,4} : ){7} [\da-f]{1,4} | ( (?: [\da-f]{1,4} : ){6} ) (\d+) \. (\d+) \. (\d+) \. (\d+) ) \z (len: 153) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/jruby_lockable_object.rb (len: 153) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/mutex_lockable_object.rb (len: 153) /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 (len: 152) /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 (len: 152) /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 (len: 152) /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 (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic_reference/numeric_cas_wrapper.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/indirect_immediate_executor.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/java_single_thread_executor.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/ruby_single_thread_executor.rb (len: 152) ActionView::Helpers::ControllerHelper#request_forgery_protection_token delegated to controller.request_forgery_protection_token, but controller is nil: (len: 152) /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 (len: 152) /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 (len: 152) /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 (len: 152) /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 (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/views/rails/conductor/action_mailbox/inbound_emails/index.html.erb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/views/rails/conductor/action_mailbox/inbound_emails/index.html.erb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/relation/predicate_builder/polymorphic_array_value.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/relation/predicate_builder/association_query_value.rb (len: 152) ActionView::Helpers::ControllerHelper#request_forgery_protection_token delegated to controller.request_forgery_protection_token, but controller is nil: (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/indirect_immediate_executor.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/java_single_thread_executor.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/ruby_single_thread_executor.rb (len: 152) /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 (len: 152) /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 (len: 152) /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 (len: 152) /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 (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/views/rails/conductor/action_mailbox/inbound_emails/index.html.erb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/views/rails/conductor/action_mailbox/inbound_emails/index.html.erb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic_reference/numeric_cas_wrapper.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/rbx_lockable_object.rb (len: 151) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers/active_storage/representations/redirect_controller.rb (len: 151) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/models/action_mailbox/inbound_email/incineratable/incineration.rb (len: 151) /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/reroutes_controller.rb (len: 151) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers/active_storage/representations/redirect_controller.rb (len: 151) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/models/action_mailbox/inbound_email/incineratable/incineration.rb (len: 151) /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/reroutes_controller.rb (len: 151) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=text/css&id=bf25da18827e73e2bd94d3ac6849438a89fdcfe9993d4ba8b3beacde679282d2 (len: 151) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/models/action_mailbox/inbound_email/incineratable/incineration.rb (len: 151) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers/active_storage/representations/redirect_controller.rb (len: 151) /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/reroutes_controller.rb (len: 151) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=text/css&id=bf25da18827e73e2bd94d3ac6849438a89fdcfe9993d4ba8b3beacde679282d2 (len: 151) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/views/rails/conductor/action_mailbox/inbound_emails/show.html.erb (len: 151) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/views/rails/conductor/action_mailbox/inbound_emails/show.html.erb (len: 151) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=text/css&id=bf25da18827e73e2bd94d3ac6849438a89fdcfe9993d4ba8b3beacde679282d2 (len: 151) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=text/css&id=bf25da18827e73e2bd94d3ac6849438a89fdcfe9993d4ba8b3beacde679282d2 (len: 151) /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/reroutes_controller.rb (len: 151) /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/reroutes_controller.rb (len: 151) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/models/action_mailbox/inbound_email/incineratable/incineration.rb (len: 151) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers/active_storage/representations/redirect_controller.rb (len: 151) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=text/css&id=bf25da18827e73e2bd94d3ac6849438a89fdcfe9993d4ba8b3beacde679282d2 (len: 151) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/views/rails/conductor/action_mailbox/inbound_emails/show.html.erb (len: 151) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/views/rails/conductor/action_mailbox/inbound_emails/show.html.erb (len: 151) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers/active_storage/representations/redirect_controller.rb (len: 151) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/models/action_mailbox/inbound_email/incineratable/incineration.rb (len: 151) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/rbx_lockable_object.rb (len: 151) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=text/css&id=bf25da18827e73e2bd94d3ac6849438a89fdcfe9993d4ba8b3beacde679282d2 (len: 151) Calling `clear` to an ActiveModel::Errors message array in order to delete all errors is deprecated. Please call `ActiveModel::Errors#delete` instead. (len: 150) \A\s* (-?\d+)-(\d\d)-(\d\d) T (\d\d):(\d\d):(\d\d) (\.\d+)? (Z|[+-]\d\d(?::?\d\d)?)? \s*\z (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/truffleruby_object.rb (len: 150) Passing filename with the 2nd argument of Psych.parse_stream is deprecated. Use keyword argument like Psych.parse_stream(yaml, filename: ...) instead. (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/abstract_executor_service.rb (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/java_thread_pool_executor.rb (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/thread_safe/synchronized_delegator.rb (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/connection_adapters/abstract/database_statements.rb (len: 150) /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) Calling `clear` to an ActiveModel::Errors message array in order to delete all errors is deprecated. Please call `ActiveModel::Errors#delete` instead. (len: 150) /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) /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) /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) /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) /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 (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actiontext-6.1.4.1/app/views/action_text/attachment_galleries/_attachment_gallery.html.erb (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/views/rails/conductor/action_mailbox/inbound_emails/new.html.erb (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actiontext-6.1.4.1/app/views/action_text/attachment_galleries/_attachment_gallery.html.erb (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/views/rails/conductor/action_mailbox/inbound_emails/new.html.erb (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb (len: 150) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/connection_adapters/mysql/explain_pretty_printer.rb (len: 150) Passing filename with the 2nd argument of Psych.parse_stream is deprecated. Use keyword argument like Psych.parse_stream(yaml, filename: ...) instead. (len: 150) /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) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/java_thread_pool_executor.rb (len: 150) Calling `clear` to an ActiveModel::Errors message array in order to delete all errors is deprecated. Please call `ActiveModel::Errors#delete` instead. (len: 150) 1000 Sample strings: %C9 (len: 3) tzinfo-data (len: 11) reset_nil_attributes_to_default (len: 31) rescue in requires_no_tls_direct_seg_refs? (len: 42) block in attr_accessor (len: 22) rubygems/path_support (len: 21) %FE (len: 3) mkdir_p (len: 7) installed_stubs (len: 15) rdoc/markup/raw (len: 15) bundler/definition.rb (len: 21) bundler/vendor/molinillo/lib/molinillo/compatibility (len: 52) parents (len: 7) rdoc/stats/verbose (len: 18) retried (len: 7) target (len: 6) (len: 18) ISO8859_14 (len: 10) iso_8859-5 (len: 10) Windows_1254 (len: 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/aarch64-linux/enc/encdb.so (len: 76) output_dir (len: 10) gcdlcm (len: 6) TRY_LINK (len: 8) HTTPS (len: 5) float_second (len: 12) priority (len: 8) thread_machine_stack_size (len: 25) trace_setconstant (len: 17) setglobal (len: 9) _id2ref (len: 7) PACKAGE_STRING (len: 14) tv_sec (len: 6) nano_num (len: 8) /usr/bin/grep (len: 13) atime (len: 5) libdir (len: 6) fdatasync (len: 9) -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) cp (len: 2) FIXEDENCODING (len: 13) store (len: 5) linux-gnu (len: 9) Errno::EPIPE (len: 12) Errno::ENAVAIL (len: 14) Errno::EEXIST (len: 13) NOERROR (len: 7) koi8 (len: 4) SystemCallError (len: 15) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0 (len: 49) capitalize! (len: 11) none? (len: 5) superclass (len: 10) singleton_class (len: 15) lambda (len: 6) ) (len: 1) require_path= (len: 13) installable? (len: 12) Gem::Requirement.new( (len: 21) bitrig(\d+\.\d+)? (len: 17) default_ext_dir_for (len: 19) e2mmap.rb (len: 9) block in make_components_hash (len: 29) rescue in sanitize_string (len: 25) block (2 levels) in outdated_and_latest_version (len: 47) https (len: 5) gethostname (len: 11) :) (len: 2) %cC (len: 3) bin (len: 3) block in traverse (len: 17) socket (len: 6) rescue in block in data (len: 23) @rubyforge_project (len: 18) (?:[\-_.!~*'()a-zA-Z\d;/?:@&=+$,\[\]]|%[a-fA-F\d]{2}) (len: 53) ) use: add_ (len: 15) 4 (len: 1)  (len: 1) cannot delegate to self (len: 23) PASSENGER_NATIVE_SUPPORT_OUTPUT_DIR (len: 35) %7A (len: 3) %b0 (len: 3) %51 (len: 3) André Arko (len: 10) but no more directories to try. Giving up. (len: 42) (*); super end (len: 14) did_you_mean-1.3.0 (len: 18) sync.rb (len: 7) irb/ext/workspaces (len: 18) bundler/vendor/thor/lib/thor/parser/options.rb (len: 46) bundler/process_lock.rb (len: 23) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/rubygems/util.rb (len: 66) ensure in udp_server_sockets (len: 28) UnknownPrimaryKey (len: 17) rexml/doctype (len: 13) rexml/cdata.rb (len: 14) resolved_path (len: 13) pre (len: 3) (len: 16) `$BUNDLER_VERSION` (len: 18) rdoc/ri.rb (len: 10) rdoc/generator/pot/po.rb (len: 24) block in print_major_deprecations! (len: 34) n (len: 1) else (len: 4) X (len: 1) del_trailing_separator (len: 22) all_errors (len: 10) block in find_directory (len: 23) __ENCODING__ (len: 12) can_display_colors? (len: 19) SC_V7_LPBIG_OFFBIG (len: 18) negotiate_spawn_command (len: 23) block in __materialize__ (len: 24) faker-2.19.0 (len: 12) CS_POSIX_V7_ILP32_OFF32_CFLAGS (len: 30) pbkdf2_hmac (len: 11) @download_cache_dir (len: 19) HOME (len: 4) scrypt (len: 6) ThreadHandler (len: 13) wrappers_path (len: 13) actioncable-6.1.4.1 (len: 19) QueryAborted (len: 12) record_advanced_problem_details (len: 31) clear_active_connections! (len: 25) git_merge_tool (len: 14) GENERICS (len: 8) RXQ_OVFL (len: 8) IFF_AUTOMEDIA (len: 13) IPV6 (len: 4) CONGESTION (len: 10) PASSENGER_VERSION (len: 17) Checking for lfence instruction support (len: 39) rescue in whoami (len: 16) setting to change the Ruby interpreter that (len: 65) bootsnap/load_path_cache (len: 24) !ruby/class (len: 11) Coder (len: 5) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/bootsnap-1.9.1 (len: 100) mri (len: 3) 128 (len: 3) mswin_18? (len: 9) ^!ruby/hash-with-ivars(?::(.*))?$ (len: 33) mswin64_2? (len: 10) mri_33? (len: 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/rubygems/ext/builder.rb (len: 73) development (len: 11) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/utils/shellwords.rb (len: 134) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bundler-2.4.22/lib/bundler/fetcher (len: 94) max_length must be positive (len: 27) info (len: 4) base_prefix (len: 11) @shell (len: 6) new_element (len: 11) Gem::ConsoleUI (len: 14) block in cleanpath_conservative (len: 31) load_config (len: 11) 1.6 (len: 3) BUNDLE_ONLY (len: 11) credentials_for (len: 15) baseclass (len: 9) rescue in main_loop (len: 19) matrix-0.4.2 (len: 12) Bundler::Thor::UnknownArgumentError::SpellChecker (len: 49) query_string (len: 12) rescue in gemfile_install (len: 25) is_userinfo (len: 11) bootstrap-sass (len: 14) @default (len: 8) @arguments (len: 10) block in visit_NameError (len: 24) relative_loaded_from (len: 20) TeeInput (len: 8) RACK_INPUT (len: 10) print_default (len: 13) NestedContext (len: 13) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/fiddle-1.0.0.gemspec (len: 98) escape_globs (len: 12) 0.14.0 (len: 6) block in (len: 28) @locked_sources (len: 15) T_MODULE: 1186 (len: 14) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/scoping/named (len: 112) ext/date/extconf.rb (len: 19) 2.1.1 (len: 5) json-2.1.0 (len: 10) @locked_ruby_version_object (len: 27) --verify (len: 8) ActiveModel::Errors# (len: 20) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/figaro-1.2.0/lib (len: 76) pundit-2.1.1 (len: 12) 5.4.3 (len: 5) defined guard in (len: 35) @install_path (len: 13) _2 (len: 2) Calling `<<` to an ActiveModel::Errors message array in order to add an error is deprecated. Please call `ActiveModel::Errors#add` instead. (len: 139) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/sync-0.5.0.gemspec (len: 96) could not be parsed. Try running bundle update --ruby to resolve this. (len: 71) thor (len: 4) sassc (len: 5) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/loofah-2.19.0.gemspec (len: 91) yaml_tag (len: 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bundler-2.4.22/lib/bundler/lockfile_parser.rb (len: 105) Wed (len: 3) generate_bin (len: 12) verify_wildcard (len: 15) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/nokogiri-1.12.5 (len: 101) because :branch is not specified in Gemfile. Specify a branch or run `bundle config unset local. (len: 97) openssl/buffering (len: 17) Can't cache gem (len: 16) CircularDatastructure (len: 21) ' and try again. (len: 16) install/erb.rb (len: 14) bundler/vendor/pub_grub/lib/pub_grub/version.rb (len: 47) zip/extra_field/unix.rb (len: 23) selenium/webdriver/firefox/extension.rb (len: 39) block in ensure_subdirectories (len: 30) generators/active_record/templates (len: 34) /*.gem (len: 6) ext/byebug/extconf.rb (len: 21) faker/movies/departed.rb (len: 24) faraday/request/authorization.rb (len: 32) encrypted cookie (len: 16) mswin_33 (len: 8) faker/default/chuck_norris.rb (len: 29) ruby_23 (len: 7) phusion_passenger/constants.rb (len: 30) _git_source_value (len: 17) mini_profiler/storage/memcache_store.rb (len: 39) rails/generators (len: 16) jwt/algos/ecdsa.rb (len: 18) perform_deep_munge (len: 18) generators/templates/controllers/unlocks_controller.rb (len: 54) 3.0.3.1 (len: 7) rails/plugin (len: 12) orm_adapter/base.rb (len: 19) devise/strategies/base.rb (len: 25) Array values in the parameter to `Gem.paths=` are deprecated. Please use a String or nil. An Array ( (len: 100) sprockets/autoload/sass.rb (len: 26) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bundler-2.4.22/lib/bundler/vendor/uri/lib/uri/mailto.rb (len: 115) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/passenger-6.0.15.gemspec (len: 94) rails/commands/version/version_command.rb (len: 41) rails/generators/rails/scaffold/scaffold_generator.rb (len: 53) rails/engine (len: 12) capybara/spec/session/select_spec.rb (len: 36) capybara/rack_test/errors.rb (len: 28) block in inspect (len: 16) capybara/registrations/servers.rb (len: 33) regexp_parser/syntax/versions/2.6.0.rb (len: 38) 2.2.3 (len: 5) byebug/remote/client.rb (len: 23) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/mysql2-0.5.3 (len: 98) msgpack.rb (len: 10) ffi/platform/powerpc-aix (len: 24) bootstrap-sass/version.rb (len: 25) action_text/attachment.rb (len: 25) active_model_serializers/model/caching.rb (len: 41) generators/rails/templates/datatable.rb (len: 39) autoprefixer-rails/version.rb (len: 29) mail/parsers/content_type_parser.rb (len: 35) rack/common_logger (len: 18) mail/version_specific/ruby_1_8.rb (len: 33) active_record/connection_adapters/abstract/quoting.rb (len: 53) active_record/relation/finder_methods.rb (len: 40) arel/nodes/count.rb (len: 19) object_nl= (len: 10) global_id/locator.rb (len: 20) active_model.rb (len: 15) active_record/associations/preloader/through_association.rb (len: 59) active_record/connection_adapters/postgresql/oid/hstore.rb (len: 58) action_controller/api/api_rendering.rb (len: 38) _instrument (len: 11) websocket/extensions/parser.rb (len: 30) nokogiri/xml/attribute_decl.rb (len: 30) IPAddr::AddressFamilyError (len: 26) action_view/template/handlers/html.rb (len: 37) assets/compiled (len: 15) active_support/encrypted_configuration.rb (len: 41) active_support/core_ext/string/inquiry.rb (len: 41) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bootsnap-1.9.1/lib/bootsnap/load_path_cache/path_scanner.rb (len: 119) concurrent/array.rb (len: 19) concurrent/collection/map (len: 25) -(\h{12}|(\d+\.)) # msgpack-1.2.3 or msgpack-1234567890ab (len: 66) active_support/testing/file_fixtures.rb (len: 39) aarch64-linux/enc/trans/chinese.so (len: 34) aarch64-linux/enc/trans (len: 23) rake/thread_pool.rb (len: 19) tmpdir.rb (len: 9) rubygems/commands/generate_index_command.rb (len: 43) rubygems/ext.rb (len: 15) net/http/backward.rb (len: 20) AND (len: 5) enc/utf_16le.so (len: 15) \A([+-])(\d\d)(:?)(\d\d)(?:\3(\d\d))?\z (len: 39) UNIX_PATH_MAX (len: 13) block in registered_types (len: 25) write_float32 (len: 13) Concern (len: 7) env= (len: 4) G (len: 1) const_regexp (len: 12) (?:_|(/))([a-z\d]*) (len: 19) \1ovie (len: 6) irregular (len: 9) @key_strategy (len: 13) \b (len: 2) set_defaults (len: 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bootsnap-1.9.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb (len: 130) transaction_id (len: 14) abstract_railtie? (len: 17) = value Rubinius.memory_barrier end (len: 67) block in subscribe (len: 18) OS_TOPS20 (len: 9) 1.0.0 (len: 5) defined guard in init! (len: 22) Rails::Railtie (len: 14) _read_fragment_cache (len: 20) end_sequence (len: 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/transactions.rb (len: 114) (len: 19) (\.[^/]+)?$ (len: 11) bundler/vendor/uri/lib/uri/version.rb (len: 37) did_you_mean/experimental (len: 25) [bootsnap/setup] bytecode caching is not supported on this implementation of Ruby (len: 81) selenium/webdriver/common/zipper.rb (len: 35) web_console/testing/helper.rb (len: 29) bundler/templates/newgem/test/minitest (len: 38) bundler/stub_specification.rb (len: 29) phusion_passenger/platform_info/pcre.rb (len: 39) mini_profiler/gc_profiler.rb (len: 28) rexml/cdata.rb (len: 14) zip/extra_field/zip64.rb (len: 24) sprockets/encoding_utils.rb (len: 27) sassc/rails/functions.rb (len: 24) kaminari (len: 8) generators/devise/controllers_generator.rb (len: 42) faker/books/lovecraft.rb (len: 24) faker/default/string.rb (len: 23) faraday/parameters.rb (len: 21) rails/generators/rails/app/templates/app/helpers (len: 48) rails/api/task.rb (len: 17) rails/command/spellchecker.rb (len: 29) warden.rb (len: 9) capybara/node/finders.rb (len: 24) capybara/spec/session/window/window_opened_by_spec.rb (len: 53) capybara/selenium/driver_specializations/edge_driver.rb (len: 55) thor/parser/arguments.rb (len: 24) rails/generators/rails/encrypted_file (len: 37) sassc/script/value_conversion/string.rb (len: 39) byebug/commands/thread/list.rb (len: 30) regexp_parser/syntax/versions (len: 29) capybara/spec/session/window (len: 28) active_model/serializer (len: 23) generators/rails/templates/datatable.rb (len: 39) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bindex-0.8.1/lib (len: 76) active_record/fixtures.rb (len: 25) arel/nodes/grouping.rb (len: 22) mail/fields/common (len: 18) mail/network/delivery_methods/file_delivery.rb (len: 46) action_cable/subscription_adapter/subscriber_map.rb (len: 51) active_model/attribute_set (len: 26) active_record/tasks (len: 19) active_record/connection_adapters/postgresql/schema_definitions.rb (len: 66) active_record/type/time.rb (len: 26) rack/multipart/uploaded_file.rb (len: 31) action_controller/metal/cookies.rb (len: 34) action_dispatch/http/permissions_policy.rb (len: 42) rails/generators/test_unit/channel_generator.rb (len: 47) active_support/deprecation/disallowed.rb (len: 40) nokogiri/css/parser.rb (len: 22) loofah/html/document_fragment.rb (len: 32) action_view/helpers/tags/translator.rb (len: 38) i18n/backend/pluralization.rb (len: 29) zeitwerk/loader/callbacks.rb (len: 28) active_support/notifications.rb (len: 31) active_support/core_ext/module/deprecation.rb (len: 45) psych/json/tree_builder.rb (len: 26) aarch64-linux/enc/utf_32be.so (len: 29) rake/version.rb (len: 15) concurrent/atomic_reference/mutex_atomic.rb (len: 43) bundler/plugin/index.rb (len: 23) rubygems/resolver/lock_set.rb (len: 29) rubygems/resolver.rb (len: 20) rexml/parsers/ultralightparser.rb (len: 33) uri (len: 3) csv/match_p.rb (len: 14) matrix.rb (len: 9) rdoc/parser/changelog.rb (len: 24) bundler/shared_helpers.rb (len: 25) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/jobs (len: 90) sdbm.so (len: 7) optparse (len: 8) uri/common.rb (len: 13) mb_chars (len: 8) main_controller.rb (len: 18) aarch64-linux/etc (len: 17) rubygems/specification (len: 22) 302 Found (len: 9) bundler/vendor/thor/lib/thor/base.rb (len: 36) bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access (len: 66) end (len: 5) edit_user_user_url (len: 18) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems (len: 59) jbuilder (len: 8) TOTAL: 376212 (len: 13) EMPTY_SEARCH (len: 12) git_retry (len: 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/minitest-5.14.4 (len: 75) Sandbox (len: 7) active_support/core_ext/range/compare_range (len: 43) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/railties-6.1.4.1/lib/rails/test_unit/runner.rb (len: 106) ^((?-mix:[!-9;-~]+))\s*:\s*((?m-ix:.+))?$ (len: 41) anonymous_object (len: 16) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/forwardable.rb (len: 64) FileDelivery (len: 12) @(.*):(\d+) (len: 11) each_with_info (len: 14) 001000 (len: 6) GATEWAY_INTERFACE (len: 17) Connection: (len: 12) CallbackSequence (len: 16) read_from_cmdline (len: 17) ActiveSupport::Callbacks::Callback (len: 34) faraday/adapter_registry (len: 24) @isolated (len: 9) I18n::ExceptionHandler (len: 22) inspection_filter (len: 17) block in keep_if (len: 16) block in once (len: 13) I18n::Config (len: 12) action_cable.routes (len: 19) id_for_database (len: 15) reject_subscription (len: 19) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actioncable-6.1.4.1/lib/action_cable/gem_version.rb (len: 111) SelectCore (len: 10) local_level (len: 11) ActiveSupport::Concern::MultiplePrependBlocks (len: 45) new_fast_executor (len: 17) block (2 levels) in start_exclusive (len: 35) action-cable-url (len: 16) idletime (len: 8) always_permitted_parameters (len: 27) join_sources (len: 12) routing (len: 7) relative_url_root= (len: 18) Arel::Nodes::UpdateStatement (len: 28) _unmemoized_windows_subsystem? (len: 30) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/atomic_reference.rb (len: 139) rescue in shift_log_age (len: 23) @@app_middleware (len: 16) block in render_partial_template (len: 32) unpermitted_parameters! (len: 23) operations (len: 10) phy (len: 3) block in read_binary (len: 20) to_xml (len: 6) unlink_now (len: 10) Array (len: 5) block in release_read_lock (len: 26) @Counter (len: 8) redirect? (len: 9) RCPT TO:< (len: 9) UnionAll (len: 8) newSingleThreadExecutor (len: 23) headers_for_env (len: 15) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/core_ext/big_decimal/conversions.rb (len: 136) active_support/core_ext/date/conversions (len: 40) Buenos Aires (len: 12) delay (len: 5) Asia/Singapore (len: 14) Baku (len: 4) Africa/Algiers (len: 14) @zones_map (len: 10) raise_invalid_identifier (len: 24) same_site (len: 9) encoding_candidates (len: 19) UnaryMinusGlobalStringDeduper (len: 29) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/tzinfo-2.0.4/lib/tzinfo/version.rb (len: 94) compare_and_set_value (len: 21) HTTP_STATUS_CODES (len: 17) rubygems/psych_additions (len: 24) @bin_dir (len: 8) ENGINE_ROOT (len: 11) Nokogiri::HTML5.get is deprecated and will be removed in a future version of Nokogiri. (len: 86) not_found (len: 9) tuple (len: 5) bin_dir (len: 7) @code (len: 5) @posix_tz_parser (len: 16) passed. (len: 8) defined guard in escape (len: 23) TestDatabases (len: 13) Default DataSource (len: 18) cp-850 (len: 6) block in try_take! (len: 18) block in realize (len: 16) block (2 levels) in load_countries (len: 34) standard_names (len: 14) any_resolved_future (len: 19) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/mail-2.7.1/lib/mail/indifferent_hash.rb (len: 99) Concurrent::Promises::FactoryMethods (len: 36) Concurrent::Promises::InnerPromise (len: 34) misdirected_request (len: 19) @Touched (len: 8) active_record/validations/associated (len: 36) new_head (len: 8) variant_also_negotiates (len: 23) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/tzinfo-2.0.4/lib/tzinfo/country.rb (len: 94) shared_timezone (len: 15) build_rack_test_session (len: 23) #get (len: 4) bundler/vendor/thor/lib/thor/shell (len: 34) decomp_type= (len: 12) defined guard in post (len: 21) ActiveModel::LazyAttributeHash#except delegated to materialize.except, but materialize is nil: (len: 95) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/tzinfo-2.0.4/lib/tzinfo/format1/country_definer.rb (len: 110) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/tzinfo-2.0.4/lib/tzinfo/format1/timezone_index_definition.rb (len: 120) @caching_key_generator (len: 22) offset_in_seconds (len: 17) config/secrets (len: 14) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/arel/alias_predication.rb (len: 110) OpenSSL::PKCS7::SignerInfo (len: 26) @yaml_loaded (len: 12) OpenSSL::PKey::EC::Point (len: 24) OP_NO_TLSv1_3 (len: 13) rdoc/class_module (len: 17) block in write_multi_entries (len: 28) action_text (len: 11) V_CERTSTATUS_GOOD (len: 17) UNIVERSALSTRING (len: 15) distinct_value= (len: 15) . Use .unscope(where: :attribute_name) or .unscope(:order), for example. (len: 72) eager_load_values= (len: 18) domain_word (len: 11) report-type (len: 11) content[-_]type (len: 15) values_at (len: 9) identify_and_set_transfer_encoding (len: 34) filenames (len: 9) Status: (len: 7) AttachmentsList (len: 15) scheme (len: 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activemodel-6.1.4.1/lib/active_model/validations/inclusion.rb (len: 121) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activemodel-6.1.4.1/lib/active_model/validator (len: 106) action_view/template (len: 20) (?: # non-capturing group \A | # start of string OR \r\n # line break ) ( -- (len: 183) %F8 (len: 3) stylesheets_directory (len: 21) block in encode_if_needed (len: 25) raw_field (len: 9) stags (len: 5) bundler/vendor/molinillo/lib/molinillo/dependency_graph/tag (len: 59) size (len: 4) delete_if (len: 9) random_tag (len: 10) normalized_encoding (len: 19) record_error (len: 12) (len: 16) validate_model_id (len: 17) rdoc/parser (len: 11) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/jquery-rails-4.4.0/lib/jquery-rails.rb (len: 98) seconds (len: 8) plus_with_duration (len: 18) delayed/performable_mailer (len: 26) ActiveModel::Validations::ConfirmationValidator (len: 47) ([\w\-]+)?'(\w\w)?'(.*) (len: 23) end_of_quarter (len: 14) /home/ubuntu/pav/PAVES1/public/javascripts (len: 42) value_encoding_from_string (len: 26) to_charset (len: 10) send_later (len: 10) bh2 (len: 3) application/x-internet-archive (len: 30) Mail::Encodings::Base64 (len: 23) (len: 19) digest_class= (len: 13) spec (len: 4) audited/sweeper (len: 15) all_changes (len: 11) block in decorate_attribute_type (len: 32) Stateless_ISO_2022_JP (len: 21) MacCroatian (len: 11) DatabaseConfig (len: 14) block in invoke_interceptors (len: 28) creature.animal.name (len: 20) iso-8859-5 (len: 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/associations/builder/singular_association (len: 140) UrlConfig (len: 9) ThroughAssociation (len: 18) ThroughCantAssociateThroughHasOneOrManyReflection (len: 49) address.state (len: 13) with_state (len: 10) __connect_nonblock (len: 18) active_support/core_ext/numeric/bytes (len: 37) unicode (len: 7) BadURIError (len: 11) x (len: 2) (?s)^\\s*(?:strict\\s+)?(?:di)?graph\\b (len: 39) application/vnd.fdsn.seed (len: 25) cmp (len: 3) cdbcmsg (len: 7) fh4 (len: 3) eol (len: 3) dsp (len: 3) iges (len: 4) hdr (len: 3) (len: 15) manifest (len: 8) application/vnd.llamagraphics.life-balance.exchange+xml (len: 55) map_enum_attribute (len: 18) binary_mode (len: 11) gs (len: 2) mkd (len: 3) application/vnd.ms-powerpoint.addin.macroenabled.12 (len: 51) pct (len: 3) application/onenote (len: 19) ContentDispositionParser (len: 24) rld (len: 3) image/vnd.adobe.photoshop (len: 25) swf (len: 3) smi (len: 3) x3f (len: 3) wcm (len: 3) vda (len: 3) manifest (len: 8) xpm (len: 3) 0.073426 (len: 8) Ogg Vorbis Audio (len: 16) SAS Data Set (len: 12) Exporters (len: 9) CoffeeScriptProcessor (len: 21) xyz (len: 3) (len: 2) ftyp3ge7 (len: 8) d� (len: 2) to_js (len: 5) max_attempts (len: 12) �7# (len: 4) -lh4- (len: 5) application/x-berkeley-db;format=hash (len: 37) /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 (len: 116) audio/prs.sid (len: 13) @unpublished{ (len: 14) Minification (len: 12) url_path (len: 8) Exiting... (len: 10) sprockets/uri_utils (len: 19) end_element_namespace (len: 21) LIBXML_COMPILED_VERSION (len: 23) enumeration (len: 11) ignored_paths (len: 13) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/version/constant.rb (len: 108) FAILED ( (len: 8) block (2 levels) in preview (len: 27) @@default_log_level (len: 19) rails_storage_proxy_path (len: 24) Active Storage service. Configurations available for the (len: 58) width (len: 5) run_init_script (len: 15) processor metadata[ (len: 19) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/registry.rb (len: 99) nodict (len: 6) klass_join_scope (len: 16) fetch_asset_from_dependency_cache (len: 33) block in resolve_directories (len: 28) (len: 24) join_table (len: 10) id_before_type_cast (len: 19) Ogg Speex Codec Compressed WAV File (len: 35) 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/activerecord-6.1.4.1/lib/active_record/reflection (len: 109) .woff2 (len: 6) block (2 levels) in decode_source_map (len: 37) PI_NODE (len: 7) as_xhtml (len: 8) UriEncoder (len: 10) ctx_parent (len: 10) block (2 levels) in vlq_encode_mappings (len: 39) vlq_encode_mappings (len: 19) extra_keys (len: 10) %F0 (len: 3) %A9 (len: 3) %5A (len: 3) .aiff (len: 5) format? (len: 7) image_path (len: 10) quoted_name (len: 11) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sprockets-4.0.2/lib (len: 79) action_dispatch/journey/nodes/node (len: 34) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sprockets-4.0.2/lib/sprockets/cache.rb (len: 98) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/en/chiquito.yml (len: 114) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/en/rush.yml (len: 110) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/fr/demographic.yml (len: 117) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/en/bojack_horseman.yml (len: 121) decorated_ast (len: 13) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/en/greek_philosophers.yml (len: 124) Rexx source code (len: 16) @time_zone_aware_types (len: 22) argument must be a relative path (len: 33) unknown lastpos: %s (len: 19) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/i18n-1.8.11/lib/i18n/backend/gettext.rb (len: 99) do_init (len: 7) show_exceptions? (len: 16) TYPE_ENTITY (len: 11) ^\n^/\*# sourceMappingURL=.*\*/$ (len: 32) ACTION_DISPATCH_REQUEST_ID (len: 26) source_filename (len: 15) @silencers (len: 10) Clojure source code (len: 19) AWK script (len: 10) first_page? (len: 11) zoo (len: 3) application/javascript+function (len: 31) Nokogiri::HTML4::Document::EncodingReader::SAXHandler (len: 53) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/html4/sax/parser.rb (len: 108) block in max_updated_column_timestamp (len: 37) ñ (len: 1) į (len: 1) collect= (len: 8) Č (len: 1) ^(?:)(.*)(?:_previously_was)$ (len: 29) attribute_was (len: 13) QUOTE_ATTRS (len: 11) Feature-Policy (len: 14) unsafe_eval (len: 11) M (len: 1) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/tv_shows/the_expanse.rb (len: 120) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/games/dnd.rb (len: 109) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/business.rb (len: 116) ubuntu (len: 6) hex_alphabet (len: 12) 0x9EE210EA5722765F (len: 18) %! (len: 3) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/aarch64-linux/digest/sha1.so (len: 78) �� (len: 2) search_format (len: 13) 1� (len: 4) /javascripts (len: 12) MPX,Microsoft Project for Windows, (len: 34) VOID_ELEMENTS (len: 13) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/color (len: 110) -lh7- (len: 5) locking_column= (len: 15) min_cost (len: 8) ' (len: 4) filedesc:// (len: 11) The :dependent option must be one of (len: 37) routing_num (len: 11) default_shard (len: 13) connection_config (len: 17) request_keys (len: 12) Mailers (len: 7)  (len: 4) failed_attempts (len: 15) Digest::SHA256 (len: 14) :on conditions for after_commit and after_rollback callbacks have to be one of (len: 79)  (len: 8) ipaddr (len: 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/responders-3.0.1/lib/responders.rb (len: 94) construct_relation (len: 18) REGEX (len: 5) emphasis (len: 8) link_to_previous_page (len: 21) CD001 (len: 5) ���� (len: 4) compass.direction (len: 17) mimetypeapplication/x-ibooks+zip (len: 32) block in distance_of_time_in_words (len: 34) rescue in fourth (len: 16) MonthField (len: 10) N#! rnews (len: 9) build_select (len: 12) read_attribute_for_serialization (len: 32) From: (len: 5) = (len: 5) FreeHand12 (len: 10) P2 (len: 2) EP* (len: 4) application/xquery (len: 18) tmp/cache/webpacker (len: 19) num_chars (len: 9) write_store_attribute (len: 21) localhost (len: 9) max_ascent_speed (len: 16) [0-9][A-Z][A-Z] (len: 15) secondary_school (len: 16) sprockets/base (len: 14) MATHML_ATTRIBUTES (len: 17) defined guard in fatal (len: 22) -----BEGIN CERTIFICATE----- (len: 27) auto (len: 4) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/file.rb (len: 112) points (len: 6) Cannot enqueue items which do not respond to perform (len: 52) raise_conflict_error (len: 20) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/real_mod_name.rb (len: 104) block (2 levels) in credit_card (len: 31) application/x-tika-msworks-spreadsheet (len: 38) _root_path (len: 10) devise_group (len: 12) strict_loading_value (len: 20) �7{8e>$5o��|V�������Ґ���ʽ8�w (len: 32) rescue in updated? (len: 18) \d{3}-0{2}-\d{4} (len: 16) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/house.rb (len: 113) block in parse_value (len: 20) /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/pav/PAVES1/app/datatables/application_datatable.rb (len: 63) /home/ubuntu/pav/PAVES1/app/datatables/application_datatable.rb (len: 63) RE_NAME (len: 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/internet.rb (len: 116) /home/ubuntu/pav/PAVES1/app/mailers/application_mailer.rb (len: 57) application/vnd.openxmlformats-officedocument.spreadsheetml.template (len: 68) renderer (len: 8) abstract_controller (len: 19) sanitized_shorthand_css_properties (len: 34) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/data-confirm-modal-1.6.3/config/routes (len: 98) build_join_buckets (len: 18) block in build_keys_from_array (len: 30) gcc -shared (len: 11) No more jobs available. Exiting (len: 31) xld (len: 3) default_controllers (len: 19) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/lorem_pixel.rb (len: 119) ttc (len: 3) inception? (len: 10) config/database.yml (len: 19) @rake_eager_load (len: 16) legacy_repeat (len: 13) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/extension.rb (len: 101) Rails::Application::Configuration (len: 33) RESCUES_TEMPLATE_PATH (len: 21) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/military.rb (len: 116) /home/ubuntu/pav/PAVES1/app/views (len: 33) block in paths_split (len: 20) with_lock (len: 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/devise-4.8.0/lib/devise/models/rememberable.rb (len: 106) Nokogiri::XML::SAX::Parser (len: 26) sassc/util/normalized_map (len: 25) TYPE_BOOL (len: 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/enum (len: 103) c1 (len: 2) get_uint64 (len: 10) converter (len: 9) read_double (len: 11) @ssl_cert_store (len: 15) Mapping omniauth_callbacks on a resource that is not omniauthable Please add `devise :omniauthable` to the ` (len: 108) organizations_url (len: 17) *__qaddr_t (len: 10) Sprockets::PathUtils (len: 20) entity_type (len: 11) __off64_t (len: 9) $(libdir)/$(arch) (len: 17) @predicate_builder (len: 18) ffi_libraries (len: 13) USE_THIS_PROCESS_AS_LIBRARY (len: 27) read_string_length (len: 18) libxml (len: 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/relationship (len: 117) FFI::StructByReference (len: 22) ActionDispatch::Routing::OptionRedirect (len: 39) 1.15.4 (len: 6) SassC::Native::SassColor (len: 24) trust_registration_number (len: 25) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/jwt-2.3.0/lib/jwt/signature.rb (len: 90) JWK (len: 3) xgrm (len: 4) Sprockets::URIUtils (len: 19) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/version/info.rb (len: 104) Hmac (len: 4) sass_context_get_error_file (len: 27) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/version/constant (len: 105) ActiveRecord::Associations::CollectionProxy#create_with delegated to scope.create_with, but scope is nil: (len: 106) ActiveRecord::Associations::CollectionProxy#optimizer_hints_values delegated to scope.optimizer_hints_values, but scope is nil: (len: 128) 1.1.34 (len: 6) sass_make_color (len: 15) color_get_g (len: 11) @@value_get_tag (len: 15) nbf (len: 3) [,:] (len: 4) d (len: 1) Sprockets::Mime (len: 15) open_tempfile (len: 13) xml/entity_decl (len: 15) PoolManager (len: 11) block in find_mime_type_matches (len: 31) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/jwt-2.3.0/lib/jwt/error.rb (len: 86) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sprockets-4.0.2/lib/sprockets/http_utils.rb (len: 103) hsla (len: 4) block (2 levels) in find_q_matches (len: 34) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/jwt-2.3.0/lib/jwt/jwk/key_finder.rb (len: 95) LeftBottom (len: 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/games/dota (len: 107) reducer (len: 7) border= (len: 7) games.elder_scrolls.first_name (len: 30) Zeitwerk::Loader::Callbacks (len: 27) rescue in block (2 levels) in setup (len: 35) @@max_priority (len: 14) block in run_on_load_callbacks (len: 30) validate_processor_result! (len: 26) MarukuTemplate (len: 14) current_file (len: 12) role_table_name= (len: 16) handlebars (len: 10) resource_type (len: 13) games.pokemon.locations (len: 23) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/tilt-2.0.10/lib/tilt/template.rb (len: 92) rescue in probe_from (len: 20) instrument_payload (len: 18) locals= (len: 8) Invalid argument type: only hash or string or symbol allowed (len: 60) ActiveRecord::ConnectionAdapters::ConnectionPool#schema_cache= delegated to pool_config.schema_cache=, but pool_config is nil: (len: 127) with_node_env (len: 13) terms (len: 5) Faraday (len: 7) block in tags_text (len: 18) valid_encoding (len: 14) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionview-6.1.4.1/lib/action_view/template/handlers/html.rb (len: 120) supports_insert_on_duplicate_update? (len: 36) Empty list of attributes passed (len: 31) Service (len: 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionview-6.1.4.1/lib/action_view/template/renderable.rb (len: 117) block in pipeline_run (len: 21) block in erb_implementation= (len: 28) @bufvar (len: 7) stylesheet? (len: 11) block (2 levels) in register_transformer_suffix (len: 47) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sprockets-4.0.2/lib/sprockets/transformers.rb (len: 105) perform_request (len: 15) form_data= (len: 10) add_attachment_reflection (len: 25) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/lib/active_storage/downloader.rb (len: 114) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/movies/princess_bride.rb (len: 121) inverse_updates_counter_cache? (len: 30) Infinity (len: 8) @max_version (len: 12) hitchhikers_guide_to_the_galaxy.quotes (len: 38) IDEMPOTENT_METHODS_ (len: 19) 0 (len: 5) confirmation_path (len: 17) join_scope (len: 10) block in internal_metadata_table_name= (len: 38) [0-9a-fA-F]+ (len: 12) .ace (len: 4) dom7 (len: 4) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/music/music.rb (len: 111) Net::HTTPNotExtended (len: 20) 500 (len: 3) @session (len: 8) BelongsToReflection (len: 19) ActionView::Resolver (len: 20) opera.french.by_christoph_willibald_gluck (len: 41) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/core_ext/array/inquiry.rb (len: 126) _reflections= (len: 13) .fli (len: 4) block in define_delegated_type_methods (len: 38) collecting_queries_for_explain (len: 30) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rack-2.2.3/lib (len: 74) columns_for_distinct (len: 20) layouts/sidebar (len: 15) block in three_word_name (len: 24) forbrugsforeningen (len: 18) MissingWarden (len: 13) sign_out (len: 8) tables_in_string (len: 16) function [a-zA-Z][A-Za-z0-9_]{0,62}\\s*= (len: 40) block in updater (len: 16) joined_includes_values (len: 22) We need to (len: 11) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/config/routes.rb (len: 98) application/vnd.ms-excel.sheet.binary.macroenabled.12 (len: 53) _select (len: 7) mappings (len: 8) old_methods (len: 11) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/house.rb (len: 113) application/vnd.jisp (len: 20) block in with_locale (len: 20) .ghf (len: 4) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/drone.rb (len: 113) block in add_downcased_set_members_to_all_set_constants (len: 55) -----BEGIN PUBLIC KEY----- (len: 26) loofah/metahelpers (len: 18) Educator (len: 8) -----BEGIN DSA KEY----- (len: 23) application/vnd.mseq (len: 20) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/music/show.rb (len: 110) .ltf (len: 4) basketball.coaches (len: 18) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/quotes/shakespeare.rb (len: 118) Sprockets::PathDependencyUtils (len: 30) application/vnd.epson.quickanime (len: 32) /home/ubuntu/pav/PAVES1/app/controllers/clients_controller.rb (len: 61) final_space.characters (len: 22) .sfs (len: 4) Windows bitmap (len: 14) video/vnd.vivo (len: 14) video/mp2t (len: 10) Enhanced Metafile (len: 17) image/vnd.xiff (len: 14) .wqd (len: 4) .wasm (len: 5) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/tv_shows/south_park (len: 116) invention (len: 9) logical_name (len: 12) (len: 29) (len: 19) ActiveRecord::Reflection::ThroughReflection#active_record delegated to delegate_reflection.active_record, but delegate_reflection is nil: (len: 138) typecast (len: 8) expire_page (len: 11) version.rb (len: 10) xpath_impl (len: 10) block in css_rules_to_xpath (len: 27) ActionController::Base (len: 22) ActionController::ParamsWrapper (len: 31) original_line (len: 13) application/js-sourcemap+json (len: 29) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/railties-6.1.4.1/lib/rails/application/default_middleware_stack (len: 123) record_time (len: 11) cleanup_interval (len: 16) block in set_unviewed (len: 21) @renderer (len: 9) DOCUMENT_FRAG_NODE (len: 18) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sprockets-4.0.2/lib/sprockets/source_map_utils.rb (len: 109) ß (len: 1) %0F (len: 3) %1D (len: 3) м (len: 1) toggle_shortcut= (len: 16) RouteWrapper (len: 12) @inject_js (len: 10) .ogx (len: 4) head_routes (len: 11) block in finalize! (len: 18) b (len: 1) @miniprofiler_sql_id (len: 20) remove_attribute (len: 16) UserNotSet (len: 10) mappings (len: 8) /home/ubuntu/pav/PAVES1/app/models/bank.rb (len: 42) consume_simple_block (len: 20) block in asset_request? (len: 23) _fetch_strategy (len: 15) /home/ubuntu/pav/PAVES1/app/mailers/send_mailer.rb (len: 50) RE_NUMBER_DECIMAL (len: 17) block in south_african_id_checksum_digit (len: 40) sub_sector (len: 10) has_include? (len: 12) glue (len: 4) dimension (len: 9) ^10\. (len: 5) ^0\. (len: 4) /home/ubuntu/pav/PAVES1/app/assets/images (len: 41) polymorphic_mappings (len: 20) @prepend (len: 8) hotwireTurboDriveSupport (len: 24) is deprecated, please inherit from (len: 36) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rack-mini-profiler-2.3.3/lib/mini_profiler_rails/railtie_methods.rb (len: 127) Rendering: (len: 11) .mid (len: 4) different_controller? (len: 21) encode_csrf_token (len: 17) Rack::ConditionalGet (len: 20) block (3 levels) in each (len: 24) %DA (len: 3) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/kaminari-core-1.2.1/config/locales/kaminari.yml (len: 107) ActiveRecord::AttributeMethods::TimeZoneConversion::TimeZoneConverter (len: 69) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/fa.yml (len: 105) %7E (len: 3) %93 (len: 3) %55 (len: 3) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/en-TH.yml (len: 108) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/en/hey_arnold.yml (len: 116) SAS Permanent Utility (len: 21) attr_accessible (len: 15) json_decode (len: 11) anchored_routes (len: 15) SAS Transport File (len: 18) action_dispatch/journey/parser_extras (len: 37) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets (len: 104) SAS DMDB Data Mining Database File (len: 34) sass_config? (len: 12) BadRequest (len: 10) Racc_Main_Parsing_Routine (len: 25) @racc_user_yyerror (len: 18) racc_reduce_table (len: 17) jquery/datatables/rails/engine (len: 30) CparseParams (len: 12) sparc.png (len: 9) racc_print_stacks (len: 17) Sed code (len: 8) data-confirm-modal/version (len: 26) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/time.rb (len: 108) \) (len: 2) rails/welcome#index (len: 19) escaper= (len: 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/en/touhou.yml (len: 112) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/ja/studio_ghibli.yml (len: 119) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/jquery-datatables-rails-3.4.0/lib/jquery/datatables/rails (len: 117) @internal (len: 9) VerbMatchers (len: 12) /*# sourceMappingURL=%s */ (len: 27) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/en/sonic_the_hedgehog.yml (len: 124) expression (len: 10) ActionDispatch::Journey::Route::VerbMatchers::LINK (len: 50) @header_pattern (len: 15) param_name= (len: 11) given block not used (len: 20) @optional_names (len: 15) ^(?!$) (len: 6) ActiveJob::Serializers::DateTimeSerializer (len: 42) use_temporary_local_cache (len: 25) block in build_followpos (len: 24) Implementation (len: 14) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/i18n-1.8.11/lib/i18n/backend/key_value.rb (len: 101) Java Server Page (len: 16) params_for (len: 10) INITIAL_STATE (len: 13) action_text/record.rb (len: 21) @arity (len: 6) text/x-csrc (len: 11) Nokogiri::XML::Builder::NodeBuilder (len: 35) sprockets/v4.0.0/WP/WPvZ8rfcNxuH1PK-MBdk6TnAc-erXD_W3EgAkvZVpNc (len: 63) action_view/helpers/tags/text_field (len: 35) reset_runtime (len: 13) ZlibExporter (len: 12) VERSION-CONTROL (len: 15) name_and_id_index (len: 17) media_type (len: 10) translate_localization_format (len: 29) Sprockets::UglifierCompressor (len: 29) block in forwarded_for (len: 22) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/html4 (len: 94) accepts (len: 7) restore_attribute! (len: 18) transmit (len: 8) _resource_errors (len: 16) rescue in load_yml (len: 18) application_cable (len: 17) ActionDispatch::Http::Cache (len: 27) @jumptag (len: 8) generate_strong_etag (len: 20) block in add_stdlib_silencer (len: 28) TRAILING_STAR_REGEXP (len: 20) @transliterators (len: 16) ^\d (len: 3) [a-zA-Z0-9][a-zA-Z0-9!\#\$&\-\^_\.\+]{0,126} (len: 44) jpe (len: 3) Ä (len: 1) Ô (len: 1) var (len: 3) ProcTransliterator (len: 18) @filtered_parameters (len: 20) İ (len: 1) å (len: 1) ActionDispatch::Http::Parameters (len: 32) onfocus (len: 7) relation_delegate_class (len: 23) <%s> expected but was <%s>. (len: 27) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/websocket-extensions-0.1.5/lib (len: 90) next_page_url (len: 13) span (len: 4) @@ignore_accept_header (len: 22) @functions (len: 10) block in build_directives (len: 25) Europe/Zaporozhye (len: 17) ĺ (len: 1) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/utils/tmpio.rb (len: 129) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/japanese_media/one_piece.rb (len: 124) frame_ancestors (len: 15) bplist01 (len: 8) require_sri_for (len: 15) Canada/Central (len: 14) http: (len: 5) root_path_defined? (len: 18) Asia/Ulaanbaatar (len: 16) sending! (len: 8) Asia/Beirut (len: 11) I18n::Backend::Simple::Implementation (len: 37) /home/ubuntu/pav/PAVES1/app/views/transactions/edit.html.erb (len: 60) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/devise-4.8.0/app/views/devise (len: 89) America/Juneau (len: 14) America/Yellowknife (len: 19) ReadWriteWrapper (len: 16) America/Eirunepe (len: 16) America/Argentina/San_Juan (len: 26) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bindex-0.8.1/lib/skiptrace/location.rb (len: 98) �� (len: 2) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/appliance.rb (len: 117) /home/ubuntu/pav/PAVES1/app/views/send_mailer (len: 45) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actiontext-6.1.4.1/app/views/active_storage/blobs/_blob.html.erb (len: 124) \A([a-z][a-z\d\-+\.]*:|//).* (len: 28) /home/ubuntu/pav/PAVES1/app/views/account_numbers/_form.html.erb (len: 64) f) (len: 2) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/associations/builder/has_many (len: 128) %! (len: 2) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/devise-4.8.0/lib/devise/strategies/base.rb (len: 102) role_ids= (len: 9) base must be 10 or 13 (len: 21) before_remove_for_roles (len: 23) Deleted (len: 7) Role (len: 4) ActiveRecord::ConnectionAdapters::Transaction (len: 45) National Park (east coast) (len: 26) MSK+00 - Kirov (len: 14) AL (len: 2) ES (len: 2) Brazil (len: 6) hashed (len: 6) Palau (len: 5) Myanmar (Burma) (len: 15) TL (len: 2) Invalid encoding for parameter: (len: 32) silent_exceptions (len: 17) block in queries (len: 16) association_klass (len: 17) block in all_helpers_from_path (len: 30) You are attempting to modify a database that was last run in ` (len: 62) resend_confirmation_instructions (len: 32) edit_rails_conductor_inbound_email_url (len: 38) maintain_test_schema! (len: 21) /**/[0-9]*_*.rb (len: 15) configure_connection (len: 20) column_spec (len: 11) bigint auto_increment PRIMARY KEY (len: 33) new_column_name (len: 15) ADD (len: 4) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/active_model_serializers-0.10.12 (len: 92) it is already in use by a different thread: (len: 44) @@chk_ignore_pattern (len: 20) new_user_session_path (len: 21) (?:(?:[a-zA-Z\d](?:[-a-zA-Z\d]*[a-zA-Z\d])?)\.)*(?:[a-zA-Z](?:[-a-zA-Z\d]*[a-zA-Z\d])?)\.? (len: 90) rescue in materialize_transactions (len: 34) exec_insert (len: 11) (len: 2) a324a03dd40426bb0a5bfb4aafb503195809e846aadfb1bebdc8252270881790 (len: 64) action_mailbox/ingresses/sendgrid/inbound_emails (len: 48) names (len: 5) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap.min.css?type=text/css&pipeline=self&id=06d53c84711c7a87382400a4d5ac586b57bf5bb96b99b4eea6ea21fa2367b709 (len: 171) logo-white.png (len: 14) block in columns (len: 16) Error adding decimal column: precision cannot be empty if scale is specified (len: 76) @using (len: 6) block in references (len: 19)  (len: 5) Collation (len: 9) ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter::StatementPool (len: 69) _db_runtime= (len: 12) serialize_arguments_if_needed (len: 29) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rack-2.2.3/lib/rack/multipart.rb (len: 92) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rack-2.2.3/lib/rack/multipart/parser.rb (len: 99) _aj_hash_with_indifferent_access (len: 32) _read_fragment_cache (len: 20) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionview-6.1.4.1/lib/action_view/template/handlers/html.rb (len: 120) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/devise-4.8.0/lib/devise/models/rememberable.rb (len: 106) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/mutex_semaphore.rb (len: 138) The value (%s) of the option `as` is not a valid Ruby identifier; make sure it starts with lowercase letter, and is followed by any combination of letters, numbers and underscores. (len: 180) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/active_model_serializers-0.10.12/lib/active_model_serializers/lookup_chain.rb (len: 137) Rack::Test::Methods#custom_request at /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/forwardable.rb:158 forwarding to private method (len: 136) AttachmentsList (len: 15) rescue in load_yml (len: 18) file:///home/ubuntu/pav/PAVES1/app/assets/images/icon-payment.png?type=image/png&id=238fabb25e505f2b4b2f514a4d2205e05a2f77bba383460137e0bbadd48bd081 (len: 148) ThroughCantAssociateThroughHasOneOrManyReflection (len: 49) (%[-+.\d]*)r (len: 12) Faker::ChileRut (len: 15) Responder (len: 9) application/msword5 (len: 19) 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) information (len: 11) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/utility/monotonic_time.rb (len: 138) AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA (len: 124) _reflections= (len: 13) concurrent/atomic_reference/mutex_atomic.rb (len: 43) bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb (len: 79) AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;A (len: 16699) block in find_mime_type_matches (len: 31) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/en/hitchhikers_guide_to_the_galaxy.yml (len: 137) _FIGARO_ (len: 8) webrick/httpauth/userdb.rb (len: 26) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/devise-4.8.0/lib/devise/failure_app.rb (len: 98) role_ids= (len: 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/devise-4.8.0/lib/devise/controllers/helpers.rb (len: 106) Devise::Hooks (len: 13) 1000 Most common strings: >= (x 161) (x 150) ~> (x 107) ruby (x 89) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/forwardable.rb (x 83) � (x 65) = (x 50) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0 (x 46) /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) bin (x 31) < (x 30) version (x 29) �� (x 29) sources (x 28) file (x 28) mappings (x 28) map (x 27) application/zip (x 27) names (x 26) line (x 26) activesupport (x 26) column (x 26) /home/ubuntu/pav/PAVES1/app/assets/images (x 26) offset (x 25) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems (x 23) application/vnd.openxmlformats-officedocument.presentationml.presentation (x 23) rb (x 22) application/vnd.syncml+xml (x 22) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/real_mod_name.rb (x 20) yml (x 20) 2024-09-04T12:10:49+00:00 (x 20) / (x 19) rack (x 19) new_ (x 19) application/vnd.ms-excel.sheet.binary.macroenabled.12 (x 19) application/vnd.openxmlformats-officedocument.spreadsheetml.sheet (x 19) yes (x 18) rails (x 18) development.rb (x 18) a (x 17) 1 (x 17) railties (x 17) generators (x 17) /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 17) n (x 16) nokogiri (x 16) sassc (x 16) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sprockets-4.0.2/lib (x 16) application/x-tika-msworks-spreadsheet (x 16) ���� (x 16) x (x 15) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/aarch64-linux (x 15) [] (x 15) 1.0 (x 15) application/vnd.handheld-entertainment+xml (x 15) application/vnd.zzazz.deck+xml (x 15) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/aarch64-linux/digest/sha1.so (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) r (x 14) h (x 14) f (x 14) v (x 14) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/matrix-0.1.0.gemspec (x 14) d (x 14) 2 (x 14) zip (x 14) x64 (x 14) 3 (x 14) z (x 14) y (x 14) actionpack (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) thor (x 14) /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 14) /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 14) /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 14) des: CorelDraw X4 and newer (x 14) Concise Binary Object Representation container (x 14) /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 14) xsp (x 14) xsm (x 14) environment-paths (x 14) environment-version (x 14) /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 14) /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 14) /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 14) w (x 13) k (x 13) e (x 13) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0 (x 13) -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 13) nil (x 13) 7 (x 13) c (x 13) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/delayed_job_active_record-4.1.6/lib (x 13) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/orm_adapter-0.5.0/lib (x 13) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/responders-3.0.1/lib (x 13) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/warden-1.2.9/lib (x 13) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/delayed_job-4.1.9/lib (x 13) /home/ubuntu/pav/PAVES1/public (x 13) %! (x 13) 0x9EE210EA5722765F (x 13) /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 13) m (x 12) o (x 12) i (x 12) aarch64-linux (x 12) 8 (x 12) 6 (x 12) aarch64 (x 12) b (x 12) 4 (x 12) t (x 12) racc (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) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib (x 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/tzinfo-2.0.4/lib (x 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/minitest-5.14.4/lib (x 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/i18n-1.8.11/lib (x 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby (x 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rake-13.0.6/lib (x 12) sprockets (x 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-assets-jquery-3.6.0/lib (x 12) 6.1.4.1 (x 12) roles (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.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) xyz (x 12) rails-env (x 12) /* Prototype JavaScript (x 12) 1.1.34 (x 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/version/constant.rb (x 12) /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 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/registry.rb (x 12) /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 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/chuck_norris.rb (x 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/code.rb (x 12) 5 (x 11) s (x 11) development (x 11) : (x 11) S (x 11) p (x 11) q (x 11) /home/ubuntu/pav/PAVES1 (x 11) u (x 11) j (x 11) g (x 11) rake (x 11) passenger (x 11) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23 (x 11) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib (x 11) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/faraday-net_http-3.0.1/lib (x 11) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/ruby2_keywords-0.0.5/lib (x 11) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rack-2.2.3/lib (x 11) active_storage (x 11) update_rails_disk_service (x 11) RouteWrapper (x 11) zoo (x 11) chemical/x-xyz (x 11) Ogg Vorbis Audio (x 11) SAS Data Set (x 11) Exporters (x 11) CoffeeScriptProcessor (x 11) (?s)^[\\002\\003\\060\\061\\062\\103\\143\\203\\213\\313\\365\\345\\373].[\\001-\\014][\\001-\\037].{4}(?:.[^\\000]|[\\101-\\377].)(?:[^\\000\\001].|.[^\\000]).{31}(?<=[\\000][^\\000]{0,10})[A-Z@+] (x 11) application/sereal;version=2 (x 11) application/sereal;version=1 (x 11) ensure in block in invoke_job (x 11) rescue in block in invoke_job (x 11) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/digest/sha2.rb (x 11) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/mail-2.7.1/lib/mail/parsers/received_parser.rb (x 11) rescue in payload_object (x 11) # This is a shell archive (x 11) @unpublished{ (x 11) Minification (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/version/info.rb (x 11) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/house.rb (x 11) bundler (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) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/rdoc-6.1.2.1.gemspec (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/mutex_m-0.1.0.gemspec (x 10) l (x 10) /home/ubuntu/.rbenv/versions/2.6.8/share/doc/ruby (x 10) N (x 10) 9 (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/scanf-1.0.0.gemspec (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/fiddle-1.0.0.gemspec (x 10) ubuntu (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sprockets-rails-3.4.0/lib (x 10) byebug (x 10) responders (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nio4r-2.5.8/lib (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/method_source-1.0.0/lib (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rack-test-1.1.0/lib (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-html-sanitizer-1.4.2/lib (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/thor-1.1.0/lib (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/loofah-2.12.0/lib (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/crass-1.0.6/lib (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activesupport-6.1.4.1/lib (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/racc-1.6.0/lib (x 10) kaminari (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/mini_portile2-2.6.1/lib (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/railties-6.1.4.1/lib (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/erubi-1.10.0/lib (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/builder-3.2.4/lib (x 10) mysql2 (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/byebug-11.1.3/lib (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/matrix-0.4.2/lib (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/regexp_parser-2.1.1/lib (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sassc-2.4.0/lib (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/ffi-1.15.4/lib (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bootsnap-1.9.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) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/turbolinks-5.2.1/lib (x 10) rails/generators (x 10) edit_ (x 10) application/vnd.ms-excel.sheet.macroenabled.12 (x 10) application/vnd.openxmlformats-officedocument.wordprocessingml.document (x 10) assets_prefix (x 10) BizAgi Process Modeler (x 10) application/zstd (x 10) resolve_with= (x 10) zstd (x 10) application/x-zoo (x 10) zmm (x 10) zirz (x 10) application/vnd.zul (x 10) zir (x 10) assets_manifest= (x 10) xwelcome (x 10) xlsm (x 10) xlsb (x 10) xls (x 10) FileStore (x 10) %! (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/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/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/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/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/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/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/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/inflector.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/zeitwerk-2.5.1/lib/zeitwerk/kernel.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/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/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/element_content.rb (x 10) /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 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/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/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/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/notation.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_reference.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/xml/schema.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/push_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) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/internet.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/loofah-2.12.0/lib/loofah/elements.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/loofah-2.12.0/lib/loofah/metahelpers.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/loofah-2.12.0/lib/loofah/version.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/loofah-2.12.0/lib/loofah/html5/safelist.rb (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/parser.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/crass-1.0.6/lib/crass/tokenizer.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) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/loofah-2.12.0/lib/loofah/html/document_fragment.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/loofah-2.12.0/lib/loofah/html/document.rb (x 10) /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) no (x 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/bindex-0.8.1 (x 9) 2.6.0 (x 9) localhost (x 9) user (x 9) /home/ubuntu/.rbenv/versions/2.6.8 (x 9) 2.6.8 (x 9) unknown (x 9) 0 (x 9) https (x 9) M (x 9) J (x 9) G (x 9) C (x 9) X (x 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/sync-0.5.0.gemspec (x 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/strscan-1.0.0.gemspec (x 9) i18n (x 9) rails-assets-jquery (x 9) /home/ubuntu/.passenger/support-binaries/6.0.23/PassengerAgent (x 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bundler-2.4.22/lib (x 9) ajax-datatables-rails (x 9) tasks (x 9) devise (x 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/figaro-1.2.0/lib (x 9) ffi (x 9) jbuilder (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/bindex-0.8.1/lib (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) /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 9) application/vnd.ms-excel (x 9) application/vnd.ms-excel.addin.macroenabled.12 (x 9) xweb (x 9) xhtml (x 9) Ogg Speex Codec Compressed WAV File (x 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sprockets-4.0.2/lib/sprockets/cache.rb (x 9) =srl (x 9) {\rtf (x 9) %!PS-Adobe-3.0 EPSF-3.0 (x 9) block in invoke_job (x 9) ReceivedParser (x 9) 0x3084 (x 9) 0x3083 (x 9) 0x3082 (x 9) 0x3080 (x 9) Digest::SHA1 (x 9) -----BEGIN PKCS7 (x 9) vL (x 9)  (x 9)  (x 9) application/msword5 (x 9) application/msword2 (x 9) WordDocument (x 9) @payload_object (x 9) payload_object= (x 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/drone.rb (x 9) /home/ubuntu/pav/PAVES1/app/controllers/concerns/exception_handler.rb (x 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/music/music.rb (x 9) application.css (x 9) builder (x 8) bindir (x 8) > (x 8) bundler/vendor/thor/lib/thor/shell (x 8) matrix (x 8) bundler/lockfile_parser.rb (x 8) /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 8) https://github.com/faker-ruby/faker.git (x 8) E (x 8) % (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/csv-3.0.9.gemspec (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/rss-0.2.7.gemspec (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/json-2.1.0.gemspec (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/ipaddr-1.2.2.gemspec (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/e2mmap-0.1.0.gemspec (x 8) W (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/logger-1.3.0.gemspec (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/sdbm-1.0.0.gemspec (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/cmath-1.0.0.gemspec (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/psych-3.1.0.gemspec (x 8) P (x 8) L (x 8) K (x 8) H (x 8) F (x 8) D (x 8) B (x 8) A (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/bigdecimal-1.4.1.gemspec (x 8) Z (x 8) Y (x 8) V (x 8) U (x 8) T (x 8) R (x 8) Q (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/irb-1.0.0.gemspec (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/date-2.0.0.gemspec (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/shell-0.7.gemspec (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/ostruct-0.1.0.gemspec (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/bundler-1.17.2.gemspec (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/zlib-1.0.0.gemspec (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/io-console-0.4.7.gemspec (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/prime-0.1.0.gemspec (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) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/thwait-0.1.0.gemspec (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/openssl-2.1.2.gemspec (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/tracer-0.1.0.gemspec (x 8) active_model_serializers (x 8) msgpack (x 8) bootsnap (x 8) actionview (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/web-console-4.2.0/lib (x 8) rails-dom-testing (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/turbolinks-source-5.2.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) /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/rack-proxy-0.7.0/lib (x 8) activemodel (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/pundit-2.1.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/extensions/aarch64-linux/2.6.0/mysql2-0.5.3 (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/webrick-1.8.1/lib (x 8) concurrent-ruby (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-activerecord-1.2.1/lib (x 8) xpath (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/tilt-2.0.10/lib (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/sass-rails-6.0.0/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/kaminari-actionview-1.2.1/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/gems/jbuilder-2.11.3/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) faraday (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/actionview-6.1.4.1/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/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/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/actioncable-6.1.4.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/xpath-3.2.0/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/capybara-3.36.0/lib (x 8) loofah (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/childprocess-4.1.0/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/globalid-0.5.2/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/msgpack-1.4.2/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/addressable-2.8.0/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/public_suffix-4.0.6/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) /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) turbolinks (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) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/nokogiri-1.12.5 (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/nokogiri-1.12.5/lib/nokogiri/html4 (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/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/jobs (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/config/routes.rb (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/activestorage-6.1.4.1/app/controllers/concerns/active_storage/set_blob.rb (x 8) application/xhtml+xml (x 8) image/png (x 8) users (x 8) scss (x 8) application/vnd.mozilla.xul+xml (x 8) _notifying_render_to_json (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) SAS DMDB Data Mining Database File (x 8) Rexx source code (x 8) Clojure source code (x 8) /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 8) fLaC (x 8) -----BEGIN PUBLIC KEY----- (x 8) function [a-zA-Z][A-Za-z0-9_]{0,62}\\s*= (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) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/helpers/unique_generator.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/blockchain/bitcoin.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/blockchain/aeternity.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/industry_segments.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/greek_philosophers.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/funny_name.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/electrical_components.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/hobby.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/gender.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/educator.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/id_number.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/hipster.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/hacker.rb (x 8) Responder (x 8)  *�H��  (x 8) ��. (x 8) ۥ (x 8) �7 (x 8) � (x 8) � (x 8) �R\{ (x 8) �M (x 8) /home/ubuntu/pav/PAVES1/app/datatables/application_datatable.rb (x 8) AAAA;AACA;AACA;AACA;AACA;AACA (x 8) 129.151.153.157 (x 8) Role (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/count_describable.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) /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) (x 7) %F0 (x 7) yaml (x 7) webdrivers (x 7) bundler/vendor/thor/lib/thor/parser (x 7) bundler/vendor/thor/lib/thor/line_editor (x 7) bundler/vendor/thor/lib/thor (x 7) bundler/definition.rb (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) I (x 7) csv (x 7) aarch64-unknown-linux-gnu (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) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/site_ruby/2.6.0/aarch64-linux (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/vendor_ruby (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/vendor_ruby/2.6.0 (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/vendor_ruby/2.6.0/aarch64-linux (x 7) so (x 7) one (x 7) rss (x 7) http (x 7) 127.0.0.1 (x 7) O (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/parser/options.rb (x 7) bundler/vendor/thor/lib/thor/base.rb (x 7) bundler/stub_specification.rb (x 7) bundler/shared_helpers.rb (x 7) rexml (x 7) OcuWjB15fYCbifcn (x 7) minitest (x 7) 6.0.23 (x 7) mail (x 7) activejob (x 7) standalone (x 7) erubi (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) audited (x 7) mini_mime (x 7) bootstrap-sass (x 7) font-awesome-rails (x 7) figaro (x 7) jwt (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/ffi-1.15.4 (x 7) webpacker (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/msgpack-1.4.2 (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/nio4r-2.5.8 (x 7) action_text (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/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/models (x 7) /home/ubuntu/pav/PAVES1/app/policies (x 7) /home/ubuntu/pav/PAVES1/app/services (x 7)
    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) __home_ubuntu__rbenv_versions_______lib_ruby_gems_______gems_actionpack_________lib_action_dispatch_middleware_templates_rescues_layout_erb__2736387404513554001_140736520172880 (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)

    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)

    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) 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) 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)
    If the necessary gems are installed, but Bundler may not have permissions to access them. (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) 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/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) environment (and know what you are doing), put this in your Rails application configuration: config.web_console.development_only = false (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) 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)