ObjectSpace stats: TOTAL: 376212 FREE: 149296 T_STRING: 93452 T_IMEMO: 84257 T_ARRAY: 18014 T_OBJECT: 7767 T_CLASS: 7235 T_DATA: 5390 T_HASH: 3711 T_ICLASS: 1776 T_REGEXP: 1715 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: 149296 T_STRING: 93452 T_IMEMO: 84257 T_ARRAY: 18014 T_OBJECT: 7767 T_CLASS: 7235 T_DATA: 5390 T_HASH: 3711 T_ICLASS: 1776 T_REGEXP: 1715 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: 149296 T_STRING: 93452 T_IMEMO: 84257 T_ARRAY: 18014 T_OBJECT: 7767 T_CLASS: 7235 T_DATA: 5390 T_HASH: 3711 T_ICLASS: 1776 T_REGEXP: 1715 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: 149296 T_STRING: 93452 T_IMEMO: 84257 T_ARRAY: 18014 T_OBJECT: 7767 T_CLASS: 7235 T_DATA: 5390 T_HASH: 3711 T_ICLASS: 1776 T_REGEXP: 1715 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: 149296 T_STRING: 93452 T_IMEMO: 84257 T_ARRAY: 18014 T_OBJECT: 7767 T_CLASS: 7235 T_DATA: 5390 T_HASH: 3711 T_ICLASS: 1776 T_REGEXP: 1715 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) 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) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap.min.css?type=text/css&pipeline=self&id=06d53c84711c7a87382400a4d5ac586b57bf5bb96b99b4eea6ea21fa2367b709 (len: 171)
  • Enable RVM mixed mode by running:
    rvm user gemsets
  • (len: 170) `, which contains the dash character (`-`). This is deprecated, because configuration through `ENV` should be possible, but `ENV` keys cannot include dashes. Please edit (len: 170) file:///home/ubuntu/pav/PAVES1/app/assets/config/manifest.js?type=application/javascript&pipeline=self&id=6a6d3c173214757d82ea0015e6e767fa0c5f1b9752ec522f79d07228ed9cf938 (len: 170) file:///home/ubuntu/pav/PAVES1/app/assets/config/manifest.js?type=application/javascript&pipeline=self&id=6a6d3c173214757d82ea0015e6e767fa0c5f1b9752ec522f79d07228ed9cf938 (len: 170) `, 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)
  • 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) ' 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) [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) ##new delegated to ActiveModelSerializers::SerializableResource.new, but ActiveModelSerializers::SerializableResource is nil: (len: 167) ##new delegated to ActiveModelSerializers::SerializableResource.new, but ActiveModelSerializers::SerializableResource is nil: (len: 167) ##escape_html_entities_in_json delegated to ActiveSupport::JSON::Encoding.escape_html_entities_in_json, but ActiveSupport::JSON::Encoding is nil: (len: 167) 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) ##new delegated to ActiveModelSerializers::SerializableResource.new, but ActiveModelSerializers::SerializableResource is nil: (len: 167) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap.css?type=text/css&pipeline=self&id=da2317c1d31bfa216494125389e2a1ff4e2cd95f9dcfbafd184400412745d218 (len: 167) ##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) ##new delegated to ActiveModelSerializers::SerializableResource.new, but ActiveModelSerializers::SerializableResource is nil: (len: 167) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap.css?type=text/css&pipeline=self&id=da2317c1d31bfa216494125389e2a1ff4e2cd95f9dcfbafd184400412745d218 (len: 167) 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) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=336478ddf6ac5848fef3484c3ee40f7fdbfe886c1c30fa3aae8270a73d90fbf2 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/animate.css?type=text/css&pipeline=self&id=418ed688c0f4a7b41f4c584672fce435adf10cf71c625fbcaaea00f515f59985 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/colours.css?type=text/css&pipeline=self&id=7d9791ff545b0444c237e540c0c999b9f65ab8559eac7188ccb206cc5422a880 (len: 165) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/rails/conductor/action_mailbox/inbound_emails/sources_controller.rb (len: 165) `environment` and `name` will be removed as parameters in 6.2.0, you may now pass an ActiveRecord::DatabaseConfigurations::DatabaseConfig as `configuration` instead. (len: 165) ActiveRecord::ConnectionAdapters::DatabaseStatements#within_new_transaction delegated to transaction_manager.within_new_transaction, but transaction_manager is nil: (len: 165) 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/css/colours.css?type=text/css&pipeline=self&id=7d9791ff545b0444c237e540c0c999b9f65ab8559eac7188ccb206cc5422a880 (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) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=336478ddf6ac5848fef3484c3ee40f7fdbfe886c1c30fa3aae8270a73d90fbf2 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/colours.css?type=text/css&pipeline=self&id=7d9791ff545b0444c237e540c0c999b9f65ab8559eac7188ccb206cc5422a880 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/animate.css?type=text/css&pipeline=self&id=418ed688c0f4a7b41f4c584672fce435adf10cf71c625fbcaaea00f515f59985 (len: 165) `environment` and `name` will be removed as parameters in 6.2.0, you may now pass an ActiveRecord::DatabaseConfigurations::DatabaseConfig as `configuration` instead. (len: 165) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/rails/conductor/action_mailbox/inbound_emails/sources_controller.rb (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=336478ddf6ac5848fef3484c3ee40f7fdbfe886c1c30fa3aae8270a73d90fbf2 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/colours.css?type=text/css&pipeline=self&id=7d9791ff545b0444c237e540c0c999b9f65ab8559eac7188ccb206cc5422a880 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/animate.css?type=text/css&pipeline=self&id=418ed688c0f4a7b41f4c584672fce435adf10cf71c625fbcaaea00f515f59985 (len: 165) 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) /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) 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) /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) 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) You tried to define an enum named "%{enum}" on the model "%{klass}", but this will generate a %{type} method "%{method}", which is already defined by %{source}. (len: 160) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/w3.css?type=text/css&pipeline=self&id=6e222f2df6ef25ccdc9b8c63caca964a4cac803a5323204fd92d28c6873649db (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/postmark/inbound_emails_controller.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/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) ' 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) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/w3.css?type=text/css&pipeline=self&id=6e222f2df6ef25ccdc9b8c63caca964a4cac803a5323204fd92d28c6873649db (len: 160) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/w3.css?type=text/css&pipeline=self&id=6e222f2df6ef25ccdc9b8c63caca964a4cac803a5323204fd92d28c6873649db (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/postmark/inbound_emails_controller.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/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) ' 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) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/w3.css?type=text/css&pipeline=self&id=6e222f2df6ef25ccdc9b8c63caca964a4cac803a5323204fd92d28c6873649db (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) 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) /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) 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) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (len: 158) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (len: 158) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (len: 158) ActiveRecord::Reflection::ThroughReflection#active_record_primary_key delegated to source_reflection.active_record_primary_key, but source_reflection is nil: (len: 158) ActiveRecord::Reflection::ThroughReflection#association_scope_cache delegated to delegate_reflection.association_scope_cache, but delegate_reflection is nil: (len: 158) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (len: 158) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (len: 158) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (len: 158) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (len: 158) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/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) /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/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#active_record_primary_key delegated to source_reflection.active_record_primary_key, but source_reflection is nil: (len: 158) ActiveRecord::Reflection::ThroughReflection#association_scope_cache delegated to delegate_reflection.association_scope_cache, but delegate_reflection is nil: (len: 158) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (len: 158) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (len: 158) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/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/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/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) file:///home/ubuntu/pav/PAVES1/app/assets/images/electronicpayment.jpg?type=image/jpeg&id=a324a03dd40426bb0a5bfb4aafb503195809e846aadfb1bebdc8252270881790 (len: 154) ActiveRecord::Reflection::ThroughReflection#check_eager_loadable! delegated to delegate_reflection.check_eager_loadable!, but delegate_reflection is nil: (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) file:///home/ubuntu/pav/PAVES1/app/assets/images/electronicpayment.jpg?type=image/jpeg&id=a324a03dd40426bb0a5bfb4aafb503195809e846aadfb1bebdc8252270881790 (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) /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) 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) ##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) 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) }.+?) (len: 5) mingw (len: 5) ^!(?:seq|ruby/array):(.*)$ (len: 26) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23 (len: 76) maglev_32? (len: 10) gemspec_files (len: 13) OpenSSL::Cipher::DES (len: 20) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/rubygems/ext/builder.rb (len: 73) RAILS_ENV (len: 9) /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) old_ui (len: 6) stream closed (len: 13) Bundler::InvalidOption (len: 22) >= (len: 2) shell-0.7 (len: 9) Dsl (len: 3) socket_address (len: 14) . The underlying error was (len: 27) byebug-11.1.3 (len: 13) erubi-1.11.0 (len: 12) -rbundler/setup (len: 15) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/mysql2-0.5.3/lib (len: 76) set_command_option_if_given (len: 27) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bundler-2.4.22/lib/bundler/vendor/thor/lib/thor/shell/html (len: 118) block in prune_gem_cache (len: 24) printable_tasks (len: 15) block in print_at_least_one_required_options (len: 44) commands: (len: 10) (len: 2) block in invoke_all (len: 19) timeout (len: 7) _requirements_sorted? (len: 21) YamlBackfiller (len: 14) [#'"\\] (len: 7) Using a custom path while using system gems is unsupported. (len: 60) match_spec? (len: 11) DSS1 (len: 4) @no_commands_context (len: 20) 5390 (len: 4) thor_root_glob (len: 14) constant (len: 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rake-13.0.6/lib (len: 75) @locked_specs (len: 13) jwt-2.3.0 (len: 9) mini_portile2-2.6.1 (len: 19) DeprecationHandlingMessageHash (len: 30) resolver (len: 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bootstrap-sass-3.4.1 (len: 80) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/addressable-2.8.0/lib (len: 81) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/mutex_m-0.1.0.gemspec (len: 99) refs/* (len: 6) tzinfo (len: 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/kaminari-core-1.2.1/lib (len: 83) 5.4.3 (len: 5) local! (len: 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/sprockets-4.0.2.gemspec (len: 93) DHE-DSS-AES256-SHA256 (len: 21) direct_requirements (len: 19) rss-0.2.7 (len: 9) The Ruby version (len: 17) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rack-mini-profiler-2.3.3 (len: 84) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/rake-13.0.6.gemspec (len: 89) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/rackup-2.1.0.gemspec (len: 90) openssl/pkey (len: 12) block in remove_invalid_platforms! (len: 34) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib (len: 79) generate_bin_options (len: 20) ruby2_keywords (len: 14) crass (len: 5) rails (len: 5) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/turbolinks-source-5.2.0.gemspec (len: 101) extract_circular_gems (len: 21) @wbuffer (len: 8) ' or gem ' (len: 10) install/typescript.rb (len: 21) bundler/vendor/pub_grub/lib/pub_grub/solve_failure.rb (len: 53) zip/extra_field/generic.rb (len: 26) selenium/webdriver/firefox/options.rb (len: 37) ~> (len: 2) activerecord-6.1.4 (len: 18) child_id (len: 8) rescue in cache (len: 15) faker/movies/star_wars.rb (len: 25) faraday/version.rb (len: 18) signed cookie (len: 13) faker/games/heroes.rb (len: 21) jruby_19 (len: 8) faker/default/fillmurray.rb (len: 27) phusion_passenger/platform_info/ruby.rb (len: 39) phusion_passenger/standalone (len: 28) mini_profiler/storage/redis_store.rb (len: 36) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/jwt-2.3.0.gemspec (len: 87) jwt/encode.rb (len: 13) json/generic_object (len: 19) generators/templates/controllers/registrations_controller.rb (len: 60) x64_mingw_24 (len: 12) rails/command/helpers (len: 21) matches? (len: 8) devise/models/lockable.rb (len: 25) load_plugin_files (len: 17) 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) ensure in with_source (len: 21) erubi-1.11.0 (len: 12) rails/commands/help/help_command.rb (len: 35) rails/generators/rails/credentials/credentials_generator.rb (len: 59) rails/api (len: 9) capybara/spec/session/assert_style_spec.rb (len: 42) capybara/server.rb (len: 18) detail (len: 6) capybara/rspec.rb (len: 17) regexp_parser/syntax/versions/2.5.0.rb (len: 38) 2.2.3 (len: 5) byebug/remote/server.rb (len: 23) ) (len: 2) ActionView (len: 10) ffi/platform/x86_64-netbsd (len: 26) bootstrap-sass.rb (len: 17) action_text/fragment.rb (len: 23) active_model_serializers/logging.rb (len: 35) ajax-datatables-rails/orm/active_record.rb (len: 42) autoprefixer-rails/sprockets.rb (len: 31) mail/parsers/address_lists_parser.rb (len: 36) rack/chunked (len: 12) Memcache (len: 8) active_record/connection_adapters/abstract/savepoints.rb (len: 56) active_record/relation/batches.rb (len: 33) arel/nodes/function.rb (len: 22) to_app (len: 6) global_id/railtie.rb (len: 20) active_model/lint.rb (len: 20) active_record/associations/builder/collection_association.rb (len: 60) active_record/connection_adapters/legacy_pool_manager.rb (len: 56) @iseq_cache_supported (len: 21) action_dispatch/http/response.rb (len: 32) websocket/extensions (len: 20) nokogiri/xml/entity_decl.rb (len: 27) IPAddr::InvalidAddressError (len: 27) action_view/template/handlers/builder.rb (len: 40) action_view/testing (len: 19) active_support/time.rb (len: 22) active_support/core_ext/string/access.rb (len: 40) active_support/core_ext/array (len: 29) concurrent/atomic_reference/numeric_cas_wrapper.rb (len: 50) concurrent/collection (len: 21) block in with_gems (len: 18) active_support/testing/method_call_assertions.rb (len: 48) aarch64-linux/enc/trans/emoji_iso2022_kddi.so (len: 45) aarch64-linux/digest (len: 20) RUBY_SITEDIR (len: 12) coverage.rb (len: 11) rubygems/commands/signin_command.rb (len: 35) rubygems/package_task.rb (len: 24) net/protocol.rb (len: 15) WHERE (len: 7) enc/windows_1250.so (len: 19) InstanceDelegator (len: 17) _rails (len: 6) RFC2822_MONTH_NAME (len: 18) FEB (len: 3) rotation (len: 8) !!null \n (len: 10) F (len: 1) MessagePack::Time (len: 17) ^[a-z\d]* (len: 9) (m)ovies$ (len: 9) (len: 16) ActiveSupport::EncryptedConfiguration#[] delegated to config.[], but config is nil: (len: 84) block in uncountable? (len: 21) visit_Arel_Nodes_NotRegexp (len: 26) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/aarch64-linux (len: 63) packaging= (len: 10) ensure in load (len: 14) Rubinius.memory_barrier (len: 57) _data (len: 5) OS_MACOS (len: 8) Channel (len: 7) Concurrent::Synchronization::Lock (len: 33) OS_QDOS (len: 7) ) from (len: 7) start_sequence (len: 14) alias locked? mu_locked? alias lock mu_lock alias unlock mu_unlock alias try_lock mu_try_lock alias synchronize mu_synchronize (len: 162) Invalid Reference - probably recycled (len: 37) (\.[^/]+)?$ (len: 11) bundler/vendor/uri/lib/uri/common.rb (len: 36) did_you_mean/formatters (len: 23) symbols (len: 7) selenium/webdriver/common/socket_poller.rb (len: 42) web_console/version.rb (len: 22) bundler/templates/newgem/test (len: 29) bundler/worker.rb (len: 17) phusion_passenger/platform_info/networking.rb (len: 45) mini_profiler/version.rb (len: 24) rexml/xpath.rb (len: 14) zip/ioextras/abstract_input_stream.rb (len: 37) sprockets/errors.rb (len: 19) sassc/rails/importer.rb (len: 23) kaminari/actionview/version.rb (len: 30) generators/devise/orm_helpers.rb (len: 32) faker/books/the_kingkiller_chronicle.rb (len: 39) faker/default/date.rb (len: 21) faraday/utils/headers.rb (len: 24) rails/generators/rails/app/templates/app (len: 40) rails/version.rb (len: 16) rails/command/behavior.rb (len: 25) warden/strategies/base.rb (len: 25) capybara/node/simple.rb (len: 23) capybara/spec/session/window/become_closed_spec.rb (len: 50) capybara/selenium/driver.rb (len: 27) thor/parser/options.rb (len: 22) rails/generators/rails/helper (len: 29) sassc/script/value_conversion/bool.rb (len: 37) byebug/commands/info.rb (len: 23) regexp_parser/scanner/properties (len: 32) capybara/spec/session/frame (len: 27) action_controller/serialization.rb (len: 34) ajax-datatables-rails/orm/active_record.rb (len: 42) msgpack/msgpack.so (len: 18) active_record/tasks/sqlite_database_tasks.rb (len: 44) arel/nodes/select_statement.rb (len: 30) mail/elements (len: 13) mail/network/retriever_methods/imap.rb (len: 38) action_cable/subscription_adapter/channel_prefix.rb (len: 51) active_model.rb (len: 15) active_record/fixture_set (len: 25) active_record/connection_adapters/postgresql/referential_integrity.rb (len: 69) active_record/type/type_map.rb (len: 30) rack/multipart/generator.rb (len: 27) action_controller/metal/flash.rb (len: 32) action_dispatch/http/response.rb (len: 32) action_cable/gem_version.rb (len: 27) active_support/deprecation/method_wrappers.rb (len: 45) nokogiri/css/tokenizer.rb (len: 25) loofah/html/document.rb (len: 23) action_view/helpers/tags/color_field.rb (len: 39) i18n/backend/metadata.rb (len: 24) zeitwerk/error.rb (len: 17) active_support/cache/mem_cache_store.rb (len: 39) active_support/core_ext/module/aliasing.rb (len: 42) psych/stream.rb (len: 15) aarch64-linux/enc/euc_jp.so (len: 27) rake/trace_output.rb (len: 20) concurrent/mvar.rb (len: 18) bundler/plugin/installer/git.rb (len: 31) rubygems/resolver/git_set.rb (len: 28) rubygems/safe_yaml.rb (len: 21) rexml/parsers/sax2parser.rb (len: 27) rexml/parsers (len: 13) csv/row.rb (len: 10) shell/builtin-command.rb (len: 24) rdoc/parser/rd.rb (len: 17) bundler/vendor/molinillo/lib/molinillo/modules/specification_provider.rb (len: 72) action_mailbox/inbound_email (len: 28) enc/utf_16le.so (len: 15) shell (len: 5) proxy_class= (len: 12) /home/ubuntu/pav/PAVES1/vendor (len: 30) api/v1/transactions_controller.rb (len: 33) @start_line (len: 11) Z (len: 1) rubygems/source/specific_file.rb (len: 32) bundler/vendor/thor/lib/thor/util (len: 33) phusion_passenger/public_api.rb (len: 31) (ERB) (len: 5) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/fiddle-1.0.0.gemspec (len: 98) set_end_location (len: 16) block in lookup_header (len: 22) 93452 (len: 5) clone_needs_unshallow? (len: 22) block in dependency_names (len: 25) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rake-13.0.6 (len: 71) ^\* (.*)$ (len: 9) block in load_tests (len: 19) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activemodel-6.1.4.1/lib/active_model/validations/clusivity.rb (len: 121) ^((?-mix:[!-9;-~]+))\s*:\s*((?m-ix:.+))?$ (len: 41) PHRASE_UNSAFE (len: 13) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/mail-2.7.1/lib/mail/network/delivery_methods/logger_delivery.rb (len: 123) resent_bcc (len: 10) block in verify_stubbed_calls (len: 29) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/core_ext/class/attribute.rb (len: 128) CGI::InvalidEncoding (len: 20) AUTH_TYPE (len: 9) Connection: (len: 12) escaped_path (len: 12) read_from_cmdline (len: 17) CGI::Cookie (len: 11) @generated_attribute_methods (len: 28) collection_without_template (len: 27) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/cgi/html.rb (len: 61) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailer-6.1.4.1/lib/action_mailer/delivery_job.rb (len: 114) ^@@ (len: 3) Loader (len: 6) read_for_editing (len: 16) DEF_SAFE_NAME (len: 13) unload_interlock (len: 16) copy_blame! (len: 11) /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) (nth|first|last|only)-of-type(\()? (len: 34) local_level (len: 11) ActiveSupport::Concern::MultipleIncludedBlocks (len: 46) Arel::Nodes::Node (len: 17) concurrent/mutable_struct (len: 25) No Action Cable URL configured -- please configure this at config.action_cable.url (len: 82) idletime (len: 8) always_permitted_parameters (len: 27) ActiveJob::Timezones (len: 20) _eager_load_paths= (len: 18) relative_url_root (len: 17) HAS (len: 3) active_support.set_hash_digest_class (len: 36) /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) capable? (len: 8) RubyThreadPoolExecutor (len: 22) get_time (len: 8) operations (len: 10) check_auth_method (len: 17) read_timeout (len: 12) to_xml (len: 6) unlink_now (len: 10) Array (len: 5) Unary (len: 5) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/arel/nodes/false.rb (len: 104) beginning_of_day (len: 16) tainted to_addr (len: 15) CONTENT_KEY (len: 11) newSingleThreadExecutor (len: 23) headers_for_env (len: 15) expired? (len: 8) active_support/core_ext/date_time/conversions (len: 45) each_message_chunk (len: 18) delay (len: 5) Asia/Singapore (len: 14) Baku (len: 4) Observable (len: 10) < (len: 4) Asia/Kamchatka (len: 14) tzinfo/timezone (len: 15) sink (len: 4) 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) minute must be an Integer (len: 25) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/mini_mime-1.1.2/lib/mini_mime.rb (len: 92) Use Proxy (len: 9) @@default_form_builder (len: 22) migrations_paths= (len: 17) Nokogiri::HTML5.get is deprecated and will be removed in a future version of Nokogiri. (len: 86) period_for (len: 10) transition_on_or_after_timestamp? (len: 33) YAMLColumn (len: 10) zones must be specified (len: 23) @posix_tz_parser (len: 16) passed. (len: 8) abbrev_end (len: 10) TestDatabases (len: 13) Default DataSource (len: 18) cp-850 (len: 6) JSONAPI (len: 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/tzinfo-2.0.4/lib/tzinfo/data_sources/zoneinfo_data_source.rb (len: 120) block (2 levels) in load_countries (len: 34) moved_permanently (len: 17) _validators (len: 11) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/gem_version.rb (len: 113) :signed_id (len: 10) Concurrent::Promises::ResolvableFuturePromise (len: 45) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/faraday-2.6.0/lib/faraday/encoders/flat_params_encoder.rb (len: 117) contains_requirable_file? (len: 25) resolve_on_timeout (len: 18) replace_if (len: 10) rescue in consumes? (len: 19) /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) kc (len: 2) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actiontext-6.1.4.1/lib/action_text/attachable.rb (len: 108) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/callbacks.rb (len: 113) decomp_type= (len: 12) NotEqual (len: 8) 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) block in assert_valid_keys (len: 26) @secrets (len: 8) /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) cert= (len: 5) Point (len: 5) @original_attribute (len: 19) npn_select_cb (len: 13) set_default_paths (len: 17) 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) monitor (len: 7) add_encoding_to_body (len: 20) identify_and_set_transfer_encoding (len: 34) filenames (len: 9) delivery-status (len: 15) AttachmentsList (len: 15) block in register_default_spec (len: 30) /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) make_components_hash (len: 20) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/mail-2.7.1/lib/mail/attachments_list.rb (len: 99) block in extract_parts (len: 22) %F8 (len: 3) stylesheets_directory (len: 21) find_files (len: 10) raw_field (len: 9) stags (len: 5) app/assets (len: 10) size (len: 4) delete_if (len: 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/active_model_serializers-0.10.12/lib/active_model/serializer/attribute.rb (len: 133) ActiveStorage (len: 13) record_error (len: 12) global_id= (len: 10) validate_model_id (len: 17) log_arguments= (len: 14) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/globalid-0.5.2/lib/global_id/locator.rb (len: 99) seconds (len: 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/jquery-ui-rails-6.0.1/lib/jquery/ui/rails.rb (len: 104) defined guard in block in
        (len: 32) ActiveModel::Validations::ConfirmationValidator (len: 47) filter_word (len: 11) 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) Date (len: 4) application/x-internet-archive (len: 30) Mail::Encodings::Base64 (len: 23) (len: 19) digest_class= (len: 13) spec (len: 4) audited/sweeper (len: 15) /tmp/passenger.spawn.XXXXFgYBle/stdin (len: 37) audits_to (len: 9) api (len: 3) MACCYRILLIC (len: 11) .css.erb (len: 8) CP865 (len: 5) bundler/dsl (len: 11) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/books/the_kingkiller_chronicle.rb (len: 130) block in __home_ubuntu__rbenv_versions_______lib_ruby_gems_______gems_actionpack_________lib_action_dispatch_middleware_templates_rescues__trace_html_erb___3995146169061050403_93825537415960 (len: 190) has_rdoc= (len: 9) SingularAssociation (len: 19) No routes were found for this controller. (len: 41) state_abbr (len: 10) %fD (len: 3) Office Open XML Workbook Template (macro-enabled) (len: 49) ActiveModelSerializers::SerializableResource. (len: 45) Dalvik Executable Format (len: 24) Office Open XML Presentation Template (len: 37) � (len: 2) action_mailbox/mail_ext/from_source (len: 35) data (len: 4) chemical/x-cmdf (len: 15) ccxml (len: 5) fh11 (len: 4) application/x-endnote-refer (len: 27) matches_on_sender? (len: 18) ifm (len: 3) application/vnd.hbci (len: 20) application/vnd.dynageo (len: 23) block in bump (len: 13) Cannot validate uniqueness for persisted record without primary key. (len: 68) find_finder_class_for (len: 21) image/vnd.net-fpx (len: 17) mqy (len: 3) defined guard in visit_Psych_Nodes_Mapping (len: 42) ppa (len: 3) valid_object? (len: 13) onepkg (len: 6) application/x-sas-program-data (len: 30) rl (len: 2) application/vnd.mobius.txf (len: 26) image/svg+xml (len: 13) PP::PPMethods (len: 13) token_string_s (len: 14) wbs (len: 3) vcx (len: 3) text/x-vcalendar (len: 16) xpr (len: 3) Portable Any Map (len: 16) .js.map (len: 7) SAS DMDB Data Mining Database File (len: 34) css_compressor (len: 14) Active Server Page (len: 18) [Content_Types].xml (len: 19) 8BPS (len: 6) Mail::Parsers::PhraseListsParser (len: 32) MSISAM Database (len: 19) (len: 4) WordPro � (len: 9) PO^Q` (len: 5) -lh3- (len: 5) application/x-berkeley-db;format=btree (len: 38) XPDS (len: 4) audio/eac3 (len: 10) @techreport{ (len: 13) application/vnd.openxmlformats-officedocument.presentationml.slideshow (len: 70) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sprockets-4.0.2/lib/sprockets/utils.rb (len: 98) block (2 levels) in start (len: 25) all_dirs (len: 8) pipeline_old (len: 12) @ssl_cert_store (len: 15) attribute_type (len: 14) 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) (queue= (len: 8) draw_first_page_from (len: 20) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/faraday-2.6.0/lib/faraday (len: 85) _\w+$ (len: 5) 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) polymorphic_name (len: 16) remove_tracker (len: 14) @compressed_path (len: 16) block in render_dependencies (len: 28) application/vnd.xfdl (len: 20) id_was (len: 6) Better Portable Graphics (len: 24) parse_memory (len: 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/error.rb (len: 96) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/searchable.rb (len: 106) (len: 28) DOCUMENT_TYPE_NODE (len: 18) %1D (len: 3) й (len: 1) k (len: 1) Sprockets::SourceMapUtils (len: 25) optimized_helper (len: 16) RESERVED_OPTIONS (len: 16) record_or_hash_or_array (len: 23) %B3 (len: 3) %66 (len: 3) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/jquery-datatables-rails-3.4.0/lib/jquery-datatables-rails.rb (len: 120) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sprockets-4.0.2/lib/sprockets/manifest_utils.rb (len: 107) ActionController::UrlGenerationError (len: 36) XML Shareable Playlist Format (len: 29) worker_name (len: 11) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/en-GB.yml (len: 108) block in racc_print_states (len: 26) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/kaminari-core-1.2.1/lib/kaminari/core.rb (len: 100) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/en/measurement.yml (len: 117) default_timezone (len: 16) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/en/crypto_coin.yml (len: 117) block in requirements (len: 21) page_method_name (len: 16) .mp4 (len: 4) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/en-CA.yml (len: 108) EnvelopeFromParser (len: 18) block in build_followpos (len: 24) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/journey/gtg/builder.rb (len: 121) block in transitions (len: 20) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/notation.rb (len: 104) HTTP_CLIENT_IP (len: 14) is marked for strict loading. The (len: 35) public_id= (len: 10) Sprockets::UglifierCompressor (len: 29) last_modified? (len: 14) payload_name (len: 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/html4/entity_lookup.rb (len: 111) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/html4.rb (len: 97) AcceptList (len: 10) font/woff (len: 9) Mime::Type::AcceptList (len: 22) ZlibExporter (len: 12) small (len: 5) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/http/parameters (len: 114) İ (len: 1) mount_i18n_options (len: 18) LIST (len: 4) (len: 29) Ņ (len: 1) onload (len: 6) font_url (len: 8) http: (len: 5) Q (len: 1) ActiveRecord::Callbacks::ClassMethods (len: 37) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/games/myst.rb (len: 110) attribute_change_to_be_saved (len: 28) rescue in shuffle (len: 17) text/x-c (len: 8) delegated to name.<=>, but name is nil: (len: 62) sha384 (len: 6) set1 (len: 4) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/avatar.rb (len: 114) connection_handlers (len: 19) current_role (len: 12) Microsoft Word Document (len: 23)
        117 (len: 41) find_by! (len: 8) unlock_strategy (len: 15) RENDERERS (len: 9) //= link_directory ../stylesheets .css (len: 41) ���� (len: 4) record_count (len: 12)  (len: 4) conditions_to_fields (len: 20) silence_redefinition_of_method : (len: 44) @approximations (len: 15) thead (len: 5) ActiveRecord::Querying#take! delegated to all.take!, but all is nil: (len: 69) rack.hijack? (len: 12) cardinal_azimuth (len: 16) assign_controller (len: 17) ActiveRecord::Querying#first_or_initialize delegated to all.first_or_initialize, but all is nil: (len: 97) rescue in forty_two! (len: 20) @techreport{ (len: 12) 070707 (len: 6) spren (len: 5) 12 PM (len: 5) URL_LOGO (len: 8) rescue in destroy_by (len: 20) rem (len: 4) scoped_views= (len: 13) Pipe to (len: 7) has_secure_token (len: 16) .woff (len: 5) nofollow (len: 8) set_priority (len: 12) @_cycles (len: 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/railties-6.1.4.1/lib (len: 80) FreeHand10 (len: 10) select_values= (len: 14) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/xpath-3.2.0/lib (len: 75) baseProfile (len: 11) SIMPLE = (len: 11) mtable (len: 6) inset (len: 5) align-self (len: 10) rx (len: 2) big_integer (len: 11) PSID (len: 4) counter (len: 7) limited_ids_for (len: 15) �7zXZ (len: 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib (len: 79) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib (len: 87) ensure in _scoping (len: 18) is out of range for (len: 21) /home/ubuntu/pav/PAVES1/public/stylesheets (len: 42) {/home/ubuntu/pav/PAVES1/app/channels/**/*.{rb},/home/ubuntu/pav/PAVES1/app/controllers/**/*.{rb},/home/ubuntu/pav/PAVES1/app/controllers/concerns/**/*.{rb},/home/ubuntu/pav/PAVES1/app/datatables/**/*.{rb},/home/ubuntu/pav/PAVES1/app/helpers/**/*.{rb},/home/ubuntu/pav/PAVES1/app/jobs/**/*.{rb},/home/ubuntu/pav/PAVES1/app/mailers/**/*.{rb},/home/ubuntu/pav/PAVES1/app/models/**/*.{rb},/home/ubuntu/pav/PAVES1/app/models/concerns/**/*.{rb},/home/ubuntu/pav/PAVES1/app/policies/**/*.{rb},/home/ubuntu/pav/PAVES1/app/services/**/*.{rb},/home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/devise-4.8.0/app/controllers/**/*.{rb},/home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/devise-4.8.0/app/helpers/**/*.{rb},/home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/devise-4.8.0/app/mailers/**/*.{rb},/home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/font-awesome-rails-4.7.0.7/app/helpers/**/*.{rb},/home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actiontex (len: 1930) WEBVTT (len: 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/jobs/active_storage/base_job.rb (len: 117) OFF (len: 3) on_request (len: 10) block in brazilian_document_checksum (len: 36) RE_NAME_START (len: 13) Loofah::HTML5::Scrub (len: 20) Faker::IDNumber (len: 15) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-html-sanitizer-1.4.2/lib/rails/html/scrubbers.rb (len: 114) ActionView::Helpers::SanitizeHelper::ClassMethods (len: 49) Faker::Internet::HTTP (len: 21) block in reverse_sql_order (len: 26) block in creditor_reference (len: 27) Faker:: (len: 7) FixtureSet (len: 10) collection_radio_buttons (len: 24) active_support/number_helper/number_to_percentage_converter (len: 59) @path_names (len: 11) default_used_route (len: 18) zip (len: 3) run_on_unload_callbacks (len: 23) secure_subresource_integrity_context? (len: 37) notification (len: 12) application/x-ole-storage (len: 25) block in find_in (len: 16) unordered_list (len: 14) console= (len: 8) font-awesome-4.5.0/css/font-awesome.css (len: 39) @failed_reserve_count (len: 21) Instead, please use :username, :password, :host, :port, :database, :socket, :flags for the options. (len: 99) nokogiri/nokogiri (len: 17) default_group= (len: 14) mysql2/statement (len: 16) -----BEGIN CERTIFICATE----- (len: 27) read_int16 (len: 10) BUFFER_OUT (len: 10) ActiveRecord::Enum::EnumMethods (len: 31) block in each_record (len: 20) read_array_of_int32 (len: 19) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/omniauth.rb (len: 116) default_profile_image (len: 21) pipeline_old (len: 12) CPU (len: 3) with ' (len: 7) -L%1$-s (len: 8) default_connection_handler= (len: 27) 0002-Fix-xml2-config-check-in-configure-script.patch (len: 52) Nokogiri::SyntaxError (len: 21) merge_constraints_scope (len: 23) PACKAGED_LIBRARIES (len: 18) convention (len: 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/ffi-1.15.4/lib/ffi/library.rb (len: 89) ffi/pointer (len: 11) EntityReference (len: 15) Concerns (len: 8) wrong type (expected subclass of FFI::Struct) (len: 45) @ptr (len: 4) ffi/version (len: 11) heap_free_slots (len: 15) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sassc-2.4.0/lib/sassc/native/sass_input_style.rb (len: 108) sass_context_get_error_message (len: 30) ActiveRecord::Associations::CollectionProxy#includes! delegated to scope.includes!, but scope is nil: (len: 102) sass_data_context_set_options (len: 29) encode_special_chars (len: 20) block (2 levels) in register_mime_type (len: 38) Subscription (len: 12) sprockets/encoding_utils (len: 24) @@service_urls_expire_in (len: 24) sass_error_get_message (len: 22) libxml2_using_system? (len: 21) @@binary_content_type (len: 21) encoded_body (len: 12) media_url_https (len: 15) retweeted (len: 9) nbf (len: 3) Invalid audience. Expected (len: 27) e (len: 1) 0123456789X (len: 11) Λ (len: 1) validate_numeric_claims (len: 23) rails_representation_url (len: 24) unit_str (len: 8) license_plate (len: 13) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/connection_adapters/deduplicable.rb (len: 134) hsla (len: 4) warnings (len: 8) /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) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sassc-2.4.0/lib/sassc/script/value/map.rb (len: 101) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/games/dota (len: 107) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/lib/active_storage/transformers/image_processing_transformer.rb (len: 145) @rating (len: 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/jwt-2.3.0/lib/jwt/jwk/hmac.rb (len: 89) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sassc-2.4.0/lib/sassc/dependency (len: 92) function_arguments (len: 18) default_connection= (len: 19) ^(.+?)([!?=])?$ (len: 15) games.league_of_legends.champion (len: 32) mkd (len: 3) new_assigns (len: 11) /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 (len: 113) yajl (len: 4) role_name (len: 9) games.pokemon.names (len: 19) image/x-xpixmap (len: 15) ActiveRecord::ConnectionAdapters::QueryCache (len: 44) Rolify::Resource::ClassMethods (len: 30) games.street_fighter.characters (len: 31) games.super_smash_bros.stage (len: 28) rescue in schema_cache= (len: 23) call_processor (len: 14) load_paths= (len: 11) faraday/middleware (len: 18) application/xml (len: 15) exc_msg_and_response! (len: 21) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/faraday-2.6.0/lib/faraday/version.rb (len: 96) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/parse_options.rb (len: 109) Faraday::Error (len: 14) rescue in last_compilation_digest (len: 33) pedantic (len: 8) block in pipeline_run (len: 21) Webpacker::Commands#logger delegated to @webpacker.logger, but @webpacker is nil: (len: 82) Webpacker::Compiler#logger delegated to webpacker.logger, but webpacker is nil: (len: 80) implicit_order_column (len: 21) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/jquery-datatables-rails-3.4.0/app/assets/media (len: 106) processor metadata result was expected to be a Hash, but was (len: 61) param= (len: 6) departed.characters (len: 19) @inheritance_column (len: 19) http/header (len: 11) Faker::Movie (len: 12) registration_path (len: 17) DEFAULT_PROCS (len: 13) ghostbusters.actors (len: 19) hitchhikers_guide_to_the_galaxy.marvin_quote (len: 44) set_body_internal (len: 17) utf8_filename (len: 13) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/byebug-11.1.3/lib/byebug/attacher (len: 93) Net::HTTP::Patch (len: 16) internal_metadata_table_name? (len: 29) chunk_data_io (len: 13) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/movies/v_for_vendetta.rb (len: 121) InverseOfAssociationNotFoundError (len: 33) .bz (len: 3) Net::HTTPInternalServerError (len: 28) 421 (len: 3) in_parallel (len: 11) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/net/http/backward.rb (len: 70) (?< (len: 3) build_url (len: 9) loader_for (len: 10) assert_equal (len: 12) ArrayError (len: 10) reset_password_keys= (len: 20) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/utils/unseekable_socket.rb (len: 141) /home/ubuntu/pav/PAVES1/app/views/layouts/application.html.erb (len: 62) file.mime_type (len: 14) -----BEGIN RSA PRIVATE KEY----- (len: 31) -----BEGIN EC PARAMETERS----- (len: 29) rotatez (len: 7)  (len: 1) des: CorelDraw X4 and newer (len: 27) food.ethnic_category (len: 20) Rails::Application::RoutesReloader (len: 34) build_joins (len: 11) UC2 (len: 4) settings_path (len: 13) apply_column_aliases (len: 20) rounded_off_nsec (len: 16) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/hipster.rb (len: 115) file (len: 4) sign_in_after_change_password= (len: 30) block in force_correct_attribute_escaping! (len: 42) @random (len: 7) application/winhlp (len: 18) .fvt (len: 4) battery_type (len: 12) (?-mix:(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%])+)(?-mix:\*[0-9]+)? (len: 68) find_by! (len: 8) around (len: 6) AC1.2 (len: 5) scrub_xml_document (len: 18) /home/ubuntu/\.rbenv/versions/2\.6\.8/lib/ruby/gems/2\.6\.0 (len: 59) remove_tracker (len: 14) block in unregister_loader (len: 26) Sprockets::URITar (len: 17) .ods (len: 4) application/resource-lists+xml (len: 30) bojack_horseman.characters (len: 26) Zeitwerk::Inflector (len: 19) text/srt (len: 8) .setreg (len: 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/inflector.rb (len: 100) BelongsToAssociation (len: 20) .tpt (len: 4) file:///home/ubuntu/pav/PAVES1/app/assets/images/electronicpayment.jpg?type=image/jpeg&id=a324a03dd40426bb0a5bfb4aafb503195809e846aadfb1bebdc8252270881790 (len: 154) block in inverse_name (len: 21) derive_join_table_name (len: 22) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/tv_shows/stargate (len: 114) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/explicit_namespace.rb (len: 109) image/x-xwindowdump (len: 19) stat_sorted_tree_with_dependencies (len: 34) DeviseHelper (len: 12) (len: 29) parent_reflection= (len: 18) reset_primary_key (len: 17) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers/active_storage/blobs (len: 118) ` is deprecated. Use keyword argument like ` (len: 44) @warned (len: 7) SetHeaders (len: 10) full_backtrace (len: 14) UCS4-2143 (len: 9) \\002f (len: 7) ActiveStorage::Reflection::ActiveRecordExtensions::ClassMethods (len: 63) /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) move_custom (len: 11) @timer_struct_cache (len: 19) last_chunk (len: 10) mapped_hmget (len: 12) @redis_connection (len: 17) (len: 23) RoutingError (len: 12) method_override (len: 15) pre_authorize_cb (len: 16) JPEG 2000 Part 6 (JPM) (len: 22) ENTITY_REF_NODE (len: 15) Tagged Image File Format (len: 24) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/node.rb (len: 100) %05 (len: 3) Audio Interchange File Format (len: 29) rack_file (len: 9) secure_random (len: 13) request_without_mini_profiler (len: 29) ENV_SESSION_KEY (len: 15) Loofah::LibxmlWorkarounds (len: 25) map (len: 3) decl (len: 4) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/jobs/active_storage/mirror_job.rb (len: 119) on_request (len: 10) /home/ubuntu/pav/PAVES1/app/policies/setting_policy.rb (len: 54) ActiveModel::Type::Boolean (len: 26) group_columns (len: 13) /home/ubuntu/pav/PAVES1/app/controllers/settings_controller.rb (len: 62) sprockets/v4.0.0/u2/u26JhakVTDJC2_1Gb0KdDnFglhN8Ihg2XcHBoh0TySw (len: 63) edit_profile_url (len: 16) industry_segments.industry (len: 26) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/crass-1.0.6/lib/crass/token-scanner.rb (len: 98) before_failure (len: 14) _after_set_user (len: 15) /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 (len: 143) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/logger-1.3.0.gemspec (len: 98) pp=enable (len: 9) authorized (len: 10) block (3 levels) in generate_url_helpers (len: 40) default_resources_path_names (len: 28) block in namespaces (len: 19) Connection: close (len: 21) alert= (len: 6) masked_token (len: 12) _render_with_renderer_json (len: 26) indent_times (len: 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rack-2.2.3/lib/rack/files.rb (len: 88) t (len: 1) prepend_around_action (len: 21) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/de-CH.yml (len: 108) no_declaration? (len: 15) Ogg Vorbis Codec Compressed WAV File (len: 36) %BE (len: 3) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/en/conan.yml (len: 111) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/en/the_expanse.yml (len: 117) %65 (len: 3) %80 (len: 3) default_xhtml (len: 13) %32 (len: 3) @legacy_manifest (len: 16) ENVProxy (len: 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/jquery-datatables-rails-3.4.0/lib/jquery-datatables-rails.rb (len: 120) Є (len: 1) MULT (len: 4) Delayed::Railtie (len: 16) env_proxy (len: 9) ActionController::RoutingError (len: 30) _racc_yyparse_c (len: 15) _racc_evalact (len: 13) table_name= (len: 11) 6e57b4aa98a88788d83c882c7a48a8e8d7fc1285d8a14a4747b5d87e4093ea73 (len: 64) racc_error (len: 10) (len: 18) goto_pointer (len: 12) ] (len: 2) /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) active_support/core_ext/string/conversions (len: 42) elm (len: 3) Delayed::Backend::ActiveRecord::Configuration (len: 45) ' already exists (len: 16) _default_form_builder? (len: 22) drop_all (len: 8) ActiveRecord::Tasks::DatabaseTasks (len: 34) attributes_in_database (len: 22) decorated_ast (len: 13) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/core_ext/digest.rb (len: 119) map_type (len: 8) Memoize (len: 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/en/job.yml (len: 109) BASE58_ALPHABET (len: 15) ZeroPerPageOperation (len: 20) patch? (len: 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/node_set.rb (len: 104) ActionController::Renderer (len: 26) @str1 (len: 5) @closed (len: 7) block in process_bundle_reducers (len: 32) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers/concerns (len: 106) dtrans (len: 6) @original_config (len: 16) [\w\.]+ (len: 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/journey/gtg/builder.rb (len: 121) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionview-6.1.4.1/lib/action_view/helpers/tags/hidden_field.rb (len: 123) RFC5789 (len: 7) casted_params (len: 13) block in remote_connections (len: 27) TYPE_ENTITY (len: 11) build_view_context_class (len: 24) SAS DMDB Data Mining Database File (len: 34) parse_formatted_parameters (len: 26) Kaminari::Helpers::Page (len: 23) block in (len: 29) body_stream (len: 11) block in changed_attribute_names (len: 32) ActionController::RespondWith::ClassMethods (len: 43) extract_proto_header (len: 20) transmit_subscription_rejection (len: 31) subscribe_to_channel (len: 20) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sprockets-4.0.2/lib/sprockets/uglifier_compressor.rb (len: 112) (len: 16) application_controller.rb (len: 25) select .*for update (len: 19) ActiveModelSerializers::SerializationContext (len: 44) accepts (len: 7) vcg (len: 3) @cache_control (len: 14) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/turbolinks-5.2.1/lib (len: 80) unregister (len: 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/models (len: 92) Inteface Definition Language (len: 28) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/kaminari-core-1.2.1/lib/kaminari/models/configuration_methods.rb (len: 124) audio/ogg (len: 9) Í (len: 1) html? (len: 5) HashTransliterator (len: 18) __home_ubuntu__rbenv_versions_______lib_ruby_gems_______gems_actionpack_________lib_action_dispatch_middleware_templates_rescues_routing_error_html_erb___2248482242398220994_93825551857820 (len: 188) startTag (len: 8) _limit_value (len: 12) _offset_value= (len: 14) timestamp_attributes_for_create (len: 31) normalize_protocol (len: 18) x_forwarded_host (len: 16) Ė (len: 1) extract_subdomains (len: 18) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/kaminari-core-1.2.1/lib/kaminari/engine.rb (len: 102) block in assert_recognizes (len: 26) onsubmit (len: 8) Europe/Simferopol (len: 17) PROMPT_ATTRS (len: 12) Ŕ (len: 1) HyperText Markup Language (len: 25) ambient_light_sensor (len: 20) ij (len: 1) attribute_change (len: 16) š (len: 1) policy_empty? (len: 13) block in body_parts (len: 19) @sent (len: 5) MAPPINGS (len: 8) Asia/Barnaul (len: 12) ActionController::Metal#content_type= delegated to @_response.content_type=, but @_response is nil: (len: 100) /home/ubuntu/pav/PAVES1/app/views/banks/_form.html.erb (len: 54) /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 (len: 122) Activerecord (len: 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/music/pearl_jam.rb (len: 115) America/Grenada (len: 15) EjsProcessor (len: 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/games/myst.rb (len: 110) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/house.rb (len: 113) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/crypto.rb (len: 114) /home/ubuntu/pav/PAVES1/app/views/transactions/show.html.erb (len: 60) rescue in shuffle (len: 17) rescue in media_type (len: 20) CA +4606-06447 America/Moncton Atlantic - New Brunswick (len: 55) /home/ubuntu/pav/PAVES1/app/views/users_roles/index.html.erb (len: 60) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bindex-0.8.1/lib/skiptrace.rb (len: 89) MSCF (len: 4) (len: 33) ActiveRecord::MigrationContext (len: 30) -> (len: 5) this and (len: 9) caff� (len: 6) indexes_in_create (len: 17) SELECT GET_LOCK( (len: 16) block in audited_options= (len: 25) MysqlString (len: 11) longblob (len: 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailer-6.1.4.1 (len: 80) users (len: 5) index_parts (len: 11) rescue in supports_partial_index? (len: 33) rescue in select_all (len: 20) beta (len: 4) *v�\�-�R �)�b��1�V�Uч�!�U�p} (len: 32) .//script (len: 9) wb_protected (len: 12) column (len: 6) application (len: 11) version (len: 7) cancel (len: 6) generated_index_name (len: 20) DROP (len: 5) new_user_confirmation_url (len: 25) ActiveRecord::ConnectionAdapters::ColumnMethods::ClassMethods (len: 61) \A/rails/active_storage/blobs/([^/.?]+)/((?-mix:.+?))(?:\.([^/.?]+))?\Z (len: 71) smallint (len: 8) block in exec_delete (len: 20) sgid (len: 4) queue_with_priority (len: 19) serialize_indifferent_hash (len: 26) @head_regex (len: 11) role_name (len: 9) bundler/vendor/thor/lib/thor/runner.rb (len: 38) sass_color_set_b (len: 16) active_record/associations/builder/collection_association.rb (len: 60) 7��̅� �֤�-^� �tG���>(���ک� (len: 32) ENVProxy (len: 8) sprockets/v4.0.0/-C/-CU3zZJ4uHbtyVQhdApoxs1Mhe5X-RxhXlmcAOG3uOQ (len: 63) BOOLEAN (len: 7) Rack::Test::Session#clear_cookies at /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/forwardable.rb:158 forwarding to private method (len: 135) find_files (len: 10) send_later (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/collection_association.rb (len: 137) ifm (len: 3) Responders::ControllerMethod (len: 28) block in format (len: 15) Zeitwerk::Inflector (len: 19) \1ove (len: 5) font-awesome-4.5.0/css/font-awesome.min.css (len: 43) http/requests (len: 13) bundler/plugin/installer/git.rb (len: 31) rdoc/markup/to_html_crossref.rb (len: 31) bundler/lockfile_parser.rb (len: 26) �h��{x�F�� ax}�h�OC`����X^�9 (len: 32) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sassc-2.4.0/lib/sassc/script/value/map.rb (len: 101) ruby\s (\d+\.\d+\.\d+(?:\.\S+)?) # ruby version (?:p(-?\d+))? # optional patchlevel (?:\s\((\S+)\s(.+)\))? # optional engine info (len: 159) Tilt::CoffeeScriptTemplate (len: 26) matrix/eigenvalue_decomposition.rb (len: 34) mimetypeapplication/vnd.oasis.opendocument.formula (len: 50) rescue in hook (len: 14) destroy_failed_jobs (len: 19) block (2 levels) in __home_ubuntu__rbenv_versions_______lib_ruby_gems_______gems_actionpack_________lib_action_dispatch_middleware_templates_rescues__trace_html_erb___3995146169061050403_93825552192560 (len: 201) 1000 Most common strings: >= (x 161) (x 150) ~> (x 108) ruby (x 89) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/forwardable.rb (x 82) � (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) version (x 29) < (x 29) file (x 29) sources (x 28) map (x 28) names (x 26) line (x 26) activesupport (x 26) column (x 26) mappings (x 26) offset (x 25) /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 25) /home/ubuntu/pav/PAVES1/app/assets/images (x 25) /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 23) /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 23) rb (x 22) /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 22) /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 22) (x 21) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems (x 20) application/vnd.openxmlformats-officedocument.spreadsheetml.sheet (x 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 (x 20) yml (x 20) 2024-09-04T12:10:49+00:00 (x 20) / (x 19) rack (x 19) rails (x 19) new_ (x 19) text/x-vcalendar (x 19) yes (x 18) /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 18) development.rb (x 18) a (x 17) 1 (x 17) z (x 17) railties (x 17) generators (x 17) application/vnd.openxmlformats-officedocument.presentationml.presentation (x 17) block in build_environment (x 17) n (x 16) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/aarch64-linux (x 16) nokogiri (x 16) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sprockets-4.0.2/lib (x 16) vcg (x 16) x (x 15) [] (x 15) y (x 15) sassc (x 15) 1.0 (x 15) update_rails_disk_service (x 15) mimetypeapplication/vnd.oasis.opendocument.chart (x 15) SYSTEM_DEFAULT (x 15) r (x 14) h (x 14) f (x 14) v (x 14) k (x 14) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/matrix-0.1.0.gemspec (x 14) 2 (x 14) x64 (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) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rake-13.0.6/lib (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) application/x-uc2-compressed (x 14) Mail::Parsers::ContentTransferEncodingParser (x 14) asset_sourcemap_url_processor (x 14) rails-env (x 14) SAS DMDB Data Mining Database File (x 14) environment-paths (x 14) environment-version (x 14) text/x-c (x 14) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/extension.rb (x 14) w (x 13) e (x 13) d (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) t (x 13) c (x 13) thor (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/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib (x 13) /home/ubuntu/pav/PAVES1/public/stylesheets (x 13) /home/ubuntu/pav/PAVES1/public (x 13) application/zip (x 13) SMIL Multimedia (x 13) m (x 12) o (x 12) i (x 12) aarch64-linux (x 12) 8 (x 12) 6 (x 12) aarch64 (x 12) 4 (x 12) 3 (x 12) racc (x 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23 (x 12) activerecord (x 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/faraday-2.6.0/lib (x 12) /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/rails-dom-testing-2.0.3/lib (x 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/railties-6.1.4.1/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) /home/ubuntu/pav/PAVES1/public/javascripts (x 12) css_compressor (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/zeitwerk-2.5.1/lib/zeitwerk/error.rb (x 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/searchable.rb (x 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/notation.rb (x 12) /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 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/blockchain/aeternity.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) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/mutex_m-0.1.0.gemspec (x 11) : (x 11) S (x 11) p (x 11) b (x 11) zip (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/bundler-2.4.22/lib (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/turbolinks-5.2.1/lib (x 11) active_storage (x 11) -----BEGIN CERTIFICATE----- (x 11) Helper (x 11) xpr (x 11) Portable Any Map (x 11) Active Server Page (x 11) AutoCAD Design Web Format (x 11) Initial Graphics Exchange Specification Format (x 11) mimetypeapplication/vnd.oasis.opendocument.graphics (x 11) mimetypeapplication/vnd.oasis.opendocument.formula-template (x 11) mimetypeapplication/vnd.oasis.opendocument.formula (x 11) mimetypeapplication/vnd.oasis.opendocument.chart-template (x 11) rescue in destroy_failed_jobs? (x 11) (x 8) matrix (x 8) bundler/lockfile_parser.rb (x 8) localhost (x 8) bundler/definition.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) % (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/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) M (x 8) L (x 8) K (x 8) H (x 8) G (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) Y (x 8) V (x 8) U (x 8) T (x 8) R (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/sync-0.5.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) /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) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rackup-1.0.0/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/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/faraday-2.6.0/spec/external_adapters (x 8) faraday (x 8) jbuilder (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/websocket-extensions-0.1.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/byebug-11.1.3/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/matrix-0.4.2/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/regexp_parser-2.1.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/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/sassc-2.4.0/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/ffi-1.15.4/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/msgpack-1.4.2/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bindex-0.8.1/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bcrypt-3.1.16/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/autoprefixer-rails-10.3.3.0/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/execjs-2.8.1/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/audited-5.0.2/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/ajax-datatables-rails-1.3.1/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/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) rolify (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/webpacker-5.4.3/lib (x 8) assets (x 8) generators/rails/templates (x 8) rails/generators/test_unit (x 8) action_mailbox (x 8) xsd (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actiontext-6.1.4.1/app/helpers (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actiontext-6.1.4.1/app/models (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers/concerns (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/models (x 8) %% (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) application/xml (x 8) image/png (x 8) application/x-ole-storage (x 8) users (x 8) manifest (x 8) scss (x 8) application/vnd.groove-vcard (x 8) Wolfram Mathematica (x 8) application/vnd.zzazz.deck+xml (x 8) text/x-yacc (x 8) image/x-xwindowdump (x 8) application/vnd.mozilla.xul+xml (x 8) application/vnd.syncml+xml (x 8) application/vnd.intercon.formnet (x 8) image/x-xpixmap (x 8) application/vnd.olpc-sugar (x 8) application/vnd.xfdl (x 8) application/vnd.adobe.xfdf (x 8) Tagged Image File Format (x 8) _render_with_renderer_json (x 8) Audio Interchange File Format (x 8) Ogg Vorbis Codec Compressed WAV File (x 8) ActiveModelSerializers::SerializationContext (x 8) Inteface Definition Language (x 8) HyperText Markup Language (x 8) FreeHand10 (x 8) fLaC (x 8) -----BEGIN RSA PRIVATE KEY----- (x 8) -----BEGIN EC PARAMETERS----- (x 8) WAVE (x 8) integrity (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/gems/nokogiri-1.12.5/lib/nokogiri/html4.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/default/food.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/internet.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/drone.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/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/hacker.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bindex-0.8.1/lib/skiptrace (x 8) x�>" (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/bundler/gems/faker-0ad488ec44f6/lib/faker/music/music.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/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) webdrivers (x 7) bundler/vendor/thor/lib/thor/shell (x 7) bundler/vendor/thor/lib/thor/parser (x 7) bundler/vendor/thor/lib/thor/line_editor (x 7) bundler/vendor/thor/lib/thor (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) api (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) * (x 7) one (x 7) rss (x 7) http (x 7) // (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) constant (x 7) bundler/vendor/thor/lib/thor/parser/options.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) rails-dom-testing (x 7) rails-html-sanitizer (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) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/mysql2-0.5.3 (x 7) audited (x 7) mini_mime (x 7) ruby2_keywords (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/utils/unseekable_socket.rb (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/nokogiri-1.12.5 (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/nokogiri-1.12.5/lib/nokogiri/html4 (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/devise-4.8.0/app/controllers (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/devise-4.8.0/app/mailers (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/jobs (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/models (x 7) concerns (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/jobs (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) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/config/routes.rb (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) __home_ubuntu__rbenv_versions_______lib_ruby_gems_______gems_actionpack_________lib_action_dispatch_middleware_templates_rescues_layout_erb__2736387404513554001_140736519932220 (len: 176) __home_ubuntu__rbenv_versions_______lib_ruby_gems_______gems_actionpack_________lib_action_dispatch_middleware_templates_rescues_layout_erb__2736387404513554001_140736519930000 (len: 176) __home_ubuntu__rbenv_versions_______lib_ruby_gems_______gems_actionpack_________lib_action_dispatch_middleware_templates_rescues_layout_erb__2736387404513554001_140736519931400 (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) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap-theme.css?type=text/css&pipeline=self&id=dcfdc4c82e7fd0381a0883a08b7f32999492ba22722dde401cd0b5e9b6abc2d1 (len: 173) environment (and know what you are doing), put this in your Rails application configuration: config.web_console.development_only = false (len: 173)
    If the necessary gems are installed, but Bundler may not have permissions to access them. (len: 173) 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/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) 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)