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

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

To make Bundler and RVM able to load gems from the home directory, set (?x-mi: [[:alpha:]_] # at least one uppercase letter, lowercase letter or underscore [[:word:]]* # followed by optional letters, numbers or underscores )) # and a final valid identifier, captured as DYNAMIC (len: 605) (?:\$|@{1,2})? # optional global, instance or class variable indicator (?:(?x-mi: [[:alpha:]_] # at least one uppercase letter, lowercase letter or underscore [[:word:]]* # followed by optional letters, numbers or underscores )\.)* # followed by an optional chain of zero-argument method calls (?(?x-mi: [[:alpha:]_] # at least one uppercase letter, lowercase letter or underscore [[:word:]]* # followed by optional letters, numbers or underscores )) # and a final valid identifier, captured as DYNAMIC (len: 605) //(?:(?:(?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*@)?(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)?|(?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+)(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)? (len: 601) //(?:(?:(?:[\-_.!~*'()a-zA-Z\d;:&=+$,]|%[a-fA-F\d]{2})*@)?(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)?|(?:[\-_.!~*'()a-zA-Z\d$,;:@&=+]|%[a-fA-F\d]{2})+)(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)? (len: 601) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fPIC (len: 600) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fPIC (len: 600) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fPIC (len: 600) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fPIC (len: 600) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 593) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 593) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 593) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 593) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 593) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 593) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 593) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 593) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 593) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 593) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 593) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (len: 593) ^(?i-mx:Content-Disposition:\s*(?-mix:[^\s()<>,;:\\"\/\[\]?=]+)\s*)((?-mix:;\s*(?:(?-mix:((?-mix:(?-mix:(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%])+)(?-mix:\*[0-9]+)?))=((?-mix:"(?:\\"|[^"])*"|(?-mix:[^\s()<>,;:\\"\/\[\]?=]+))))|(?-mix:(?-mix:((?-mix:(?-mix:(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%])+)(?:\*0)?\*))=((?-mix:[a-zA-Z0-9\-]*'[a-zA-Z0-9\-]*'(?-mix:%[0-9a-fA-F]{2}|(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%]))*)))|(?-mix:((?-mix:(?-mix:(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%])+)\*[1-9][0-9]*\*))=((?-mix:%[0-9a-fA-F]{2}|(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%]))*))))\s*))+$ (len: 586) ^(?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) ;\s*(?:(?-mix:((?-mix:(?-mix:(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%])+)(?-mix:\*[0-9]+)?))=((?-mix:"(?:\\"|[^"])*"|(?-mix:[^\s()<>,;:\\"\/\[\]?=]+))))|(?-mix:(?-mix:((?-mix:(?-mix:(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%])+)(?:\*0)?\*))=((?-mix:[a-zA-Z0-9\-]*'[a-zA-Z0-9\-]*'(?-mix:%[0-9a-fA-F]{2}|(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%]))*)))|(?-mix:((?-mix:(?-mix:(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%])+)\*[1-9][0-9]*\*))=((?-mix:%[0-9a-fA-F]{2}|(?-mix:[^ \t\v\n\r)(><@,;:\\"\/\[\]?='*%]))*))))\s* (len: 507) \A(?: [\x00-\x7f] | [\xc2-\xdf] [\x80-\xbf] | \xe0 [\xa0-\xbf] [\x80-\xbf] | [\xe1-\xef] [\x80-\xbf] [\x80-\xbf] | \xf0 [\x90-\xbf] [\x80-\xbf] [\x80-\xbf] | [\xf1-\xf3] [\x80-\xbf] [\x80-\xbf] [\x80-\xbf] | \xf4 [\x80-\x8f] [\x80-\xbf] [\x80-\xbf])\z (len: 507) . Read solution
Use the Read solution
Use the Read solution
(len: 495) Read solution
(len: 495) 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) _paves_session=ntmMHtIsX9Np2DMykg5MgJ127cPoSzR92ngdeeI0S2bWSJqIRAqhWnNFMruLz%2FPzvav14rSIcHI1V1aF8iPnBRjIVTefQI5GpkRf4GaBX4cSn7UGoBBVH7p0Htg600MFQPhq2QpkExrYpnsPUGpAubjZAQnGrx1n7F63%2BMAaRXNkCWz2OH7GuuXc7RaMoB6sFO8w0Q8aQAEi1FDdw%2B1GAvTVeJ0zjkBRtmW2lID5lw4rukagAjisa7hkx4OCTEqNkq7p5ZapuL8KcBTz%2BDwF637mpKHE%2BA%3D%3D--vEVV2k7ei%2B8nctP4--FZzQI%2FIlS%2FY9wZVpGiymaw%3D%3D; path=/; HttpOnly; SameSite=Lax __profilin=p%3Dt; path=/; secure; HttpOnly; SameSite=Lax (len: 460) _paves_session=ntmMHtIsX9Np2DMykg5MgJ127cPoSzR92ngdeeI0S2bWSJqIRAqhWnNFMruLz%2FPzvav14rSIcHI1V1aF8iPnBRjIVTefQI5GpkRf4GaBX4cSn7UGoBBVH7p0Htg600MFQPhq2QpkExrYpnsPUGpAubjZAQnGrx1n7F63%2BMAaRXNkCWz2OH7GuuXc7RaMoB6sFO8w0Q8aQAEi1FDdw%2B1GAvTVeJ0zjkBRtmW2lID5lw4rukagAjisa7hkx4OCTEqNkq7p5ZapuL8KcBTz%2BDwF637mpKHE%2BA%3D%3D--vEVV2k7ei%2B8nctP4--FZzQI%2FIlS%2FY9wZVpGiymaw%3D%3D; path=/; HttpOnly; SameSite=Lax __profilin=p%3Dt; path=/; secure; HttpOnly; SameSite=Lax (len: 460) _paves_session=ntmMHtIsX9Np2DMykg5MgJ127cPoSzR92ngdeeI0S2bWSJqIRAqhWnNFMruLz%2FPzvav14rSIcHI1V1aF8iPnBRjIVTefQI5GpkRf4GaBX4cSn7UGoBBVH7p0Htg600MFQPhq2QpkExrYpnsPUGpAubjZAQnGrx1n7F63%2BMAaRXNkCWz2OH7GuuXc7RaMoB6sFO8w0Q8aQAEi1FDdw%2B1GAvTVeJ0zjkBRtmW2lID5lw4rukagAjisa7hkx4OCTEqNkq7p5ZapuL8KcBTz%2BDwF637mpKHE%2BA%3D%3D--vEVV2k7ei%2B8nctP4--FZzQI%2FIlS%2FY9wZVpGiymaw%3D%3D; path=/; HttpOnly; SameSite=Lax __profilin=p%3Dt; path=/; secure; HttpOnly; SameSite=Lax (len: 460) _paves_session=ntmMHtIsX9Np2DMykg5MgJ127cPoSzR92ngdeeI0S2bWSJqIRAqhWnNFMruLz%2FPzvav14rSIcHI1V1aF8iPnBRjIVTefQI5GpkRf4GaBX4cSn7UGoBBVH7p0Htg600MFQPhq2QpkExrYpnsPUGpAubjZAQnGrx1n7F63%2BMAaRXNkCWz2OH7GuuXc7RaMoB6sFO8w0Q8aQAEi1FDdw%2B1GAvTVeJ0zjkBRtmW2lID5lw4rukagAjisa7hkx4OCTEqNkq7p5ZapuL8KcBTz%2BDwF637mpKHE%2BA%3D%3D--vEVV2k7ei%2B8nctP4--FZzQI%2FIlS%2FY9wZVpGiymaw%3D%3D; path=/; HttpOnly; SameSite=Lax __profilin=p%3Dt; path=/; secure; HttpOnly; SameSite=Lax (len: 460) local zset_key = KEYS[1] local hash_key = KEYS[2] local id = ARGV[1] local score = tonumber(ARGV[2]) local bytes = ARGV[3] local limit = tonumber(ARGV[4]) redis.call("ZADD", zset_key, score, id) redis.call("HSET", hash_key, id, bytes) if redis.call("ZCARD", zset_key) > limit then local lowest_snapshot_id = redis.call("ZRANGE", zset_key, 0, 0)[1] redis.call("ZREM", zset_key, lowest_snapshot_id) redis.call("HDEL", hash_key, lowest_snapshot_id) end (len: 456) Enumerating ActiveModel::Errors as a hash has been deprecated. In Rails 6.1, `errors` is an array of Error objects, therefore it should be accessed by a block with a single block parameter like this: person.errors.each do |error| attribute = error.attribute message = error.message end You are passing a block expecting two parameters, so the old hash behavior is simulated. As this is deprecated, this will result in an ArgumentError in Rails 6.2. (len: 455) SELECT fk.referenced_table_name AS 'to_table', fk.referenced_column_name AS 'primary_key', fk.column_name AS 'column', fk.constraint_name AS 'name', rc.update_rule AS 'on_update', rc.delete_rule AS 'on_delete' FROM information_schema.referential_constraints rc JOIN information_schema.key_column_usage fk USING (constraint_schema, constraint_name) WHERE fk.referenced_column_name IS NOT NULL AND fk.table_schema = (len: 451)

Make sure the gem bundle is installed

Run the following from the application directory:

bundle install

Check the application process's execution environment

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

Make sure the gem bundle is installed

Run the following from the application directory:

bundle install

Check the application process's execution environment

Is the application running under the expected execution environment? A common problem is that the application runs under a different user than it is supposed to. The application is currently running as the (len: 436) is currently disabled, likely because your application is still in its loading phase. This method is meant to display text in the user locale, so calling it before the user locale has been set is likely to display text from the wrong locale to some users. If you have a legitimate reason to access i18n data outside of the user flow, you can do so by passing the desired locale explictly with the `locale` argument, e.g. `I18n. (len: 430) -----BEGIN DH PARAMETERS----- MIIBCAKCAQEA7E6kBrYiyvmKAMzQ7i8WvwVk9Y/+f8S7sCTN712KkK3cqd1jhJDY JbrYeNV3kUIKhPxWHhObHKpD1R84UpL+s2b55+iMd6GmL7OYmNIT/FccKhTcveab VBmZT86BZKYyf45hUF9FOuUM9xPzuK3Vd8oJQvfYMCd7LPC0taAEljQLR4Edf8E6 YoaOffgTf5qxiwkjnlVZQc3whgnEt9FpVMvQ9eknyeGB5KHfayAc3+hUAvI3/Cr3 1bNveX5wInh5GDx1FGhKBZ+s1H+aedudCm7sCgRwv8lKWYGiHzObSma8A86KG+MD 7Lo5JquQ3DlBodj3IDyPrxIv96lvRPFtAwIBAg== -----END DH PARAMETERS----- (len: 424) {/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) ntmMHtIsX9Np2DMykg5MgJ127cPoSzR92ngdeeI0S2bWSJqIRAqhWnNFMruLz/Pzvav14rSIcHI1V1aF8iPnBRjIVTefQI5GpkRf4GaBX4cSn7UGoBBVH7p0Htg600MFQPhq2QpkExrYpnsPUGpAubjZAQnGrx1n7F63+MAaRXNkCWz2OH7GuuXc7RaMoB6sFO8w0Q8aQAEi1FDdw+1GAvTVeJ0zjkBRtmW2lID5lw4rukagAjisa7hkx4OCTEqNkq7p5ZapuL8KcBTz+DwF637mpKHE+A==--vEVV2k7ei+8nctP4--FZzQI/IlS/Y9wZVpGiymaw== (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: 374982 FREE: 148179 T_STRING: 93409 T_IMEMO: 84212 T_ARRAY: 18013 T_OBJECT: 7757 T_CLASS: 7237 T_DATA: 5383 T_HASH: 3708 T_ICLASS: 1776 T_REGEXP: 1707 T_MODULE: 1186 T_SYMBOL: 957 T_STRUCT: 790 T_RATIONAL: 626 T_BIGNUM: 18 T_FILE: 10 T_FLOAT: 9 T_MATCH: 4 T_COMPLEX: 1 1000 Largest strings: (len: 295) In Rails 6.2, `after_enqueue`/`after_perform` callbacks no longer run if `before_enqueue`/`before_perform` respectively halts with `throw :abort`. To enable this behavior, uncomment the `config.active_job.skip_after_callbacks_if_terminated` config in the new 6.1 framework defaults initializer. (len: 295)

You don't have any routes defined!

(len: 295) ObjectSpace stats: TOTAL: 374982 FREE: 148179 T_STRING: 93409 T_IMEMO: 84212 T_ARRAY: 18013 T_OBJECT: 7757 T_CLASS: 7237 T_DATA: 5383 T_HASH: 3708 T_ICLASS: 1776 T_REGEXP: 1707 T_MODULE: 1186 T_SYMBOL: 957 T_STRUCT: 790 T_RATIONAL: 626 T_BIGNUM: 18 T_FILE: 10 T_FLOAT: 9 T_MATCH: 4 T_COMPLEX: 1 (len: 295) ") # cache_file = File.join(@@cache_dir, "httpd") end # end read_from_cache_file = false # read_from_cache_file = false if (len: 293) ") # cache_file = File.join(@@cache_dir, "httpd") end # end read_from_cache_file = false # read_from_cache_file = false if (len: 293) \A ( (?: # `table_name`.`column_name` | function(one or no argument) ((?:\w+\.|`\w+`\.)?(?:\w+|`\w+`)) | \w+\((?:|\g<2>)\) ) (?:\s+ASC|\s+DESC)? ) (?:\s*,\s*\g<1>)* \z (len: 291) \A ( (?: # table_name.column_name | function(one or no argument) ((?:\w+\.)?\w+) | \w+\((?:|\g<2>)\) ) (?:\s+ASC|\s+DESC)? (?:\s+NULLS\s+(?:FIRST|LAST))? ) (?:\s*,\s*\g<1>)* \z (len: 288) (?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)? (len: 281) (?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])(?::\d*)? (len: 281) \A(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])\z (len: 276) does not respond to 'devise' method. This usually means you haven't loaded your ORM file or it's being loaded too late. To fix it, be sure to require 'devise/orm/YOUR_ORM' inside 'config/initializers/devise.rb' or before your application definition in 'config/application.rb' (len: 276) \A(?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\])\z (len: 276) TOTAL: 374982 FREE: 148179 T_STRING: 93409 T_IMEMO: 84212 T_ARRAY: 18013 T_OBJECT: 7757 T_CLASS: 7237 T_DATA: 5383 T_HASH: 3708 T_ICLASS: 1776 T_REGEXP: 1707 T_MODULE: 1186 T_SYMBOL: 957 T_STRUCT: 790 T_RATIONAL: 626 T_BIGNUM: 18 T_FILE: 10 T_FLOAT: 9 T_MATCH: 4 T_COMPLEX: 1 (len: 275) TOTAL: 374982 FREE: 148179 T_STRING: 93409 T_IMEMO: 84212 T_ARRAY: 18013 T_OBJECT: 7757 T_CLASS: 7237 T_DATA: 5383 T_HASH: 3708 T_ICLASS: 1776 T_REGEXP: 1707 T_MODULE: 1186 T_SYMBOL: 957 T_STRUCT: 790 T_RATIONAL: 626 T_BIGNUM: 18 T_FILE: 10 T_FLOAT: 9 T_MATCH: 4 T_COMPLEX: 1 (len: 275) You can no longer specify a path source by itself. Instead, either use the :path option on a gem, or specify the gems that bundler should find in the path source by passing a block to the path method, like: path 'dir/containing/rails' do gem 'rails' end (len: 274) def initialize(*args) @hash = RBTree.new super end def add(o) o.respond_to?(:<=>) or raise ArgumentError, "value must respond to <=>" super end alias << add (len: 274) You can no longer specify a git source by itself. Instead, either use the :git option on a gem, or specify the gems that bundler should find in the git source by passing a block to the git method, like: git 'git://github.com/rails/rails.git' do gem 'rails' end (len: 273) Psych is a YAML parser and emitter. Psych leverages libyaml[https://pyyaml.org/wiki/LibYAML] for its YAML parsing and emitting capabilities. In addition to wrapping libyaml, Psych also knows how to serialize and de-serialize most Ruby objects to and from the YAML format. (len: 272) (?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\]) (len: 272) (?:(?:[a-zA-Z0-9\-.]|%\h\h)+|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|\[(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:(?:[a-fA-F\d]{1,4}:)*[a-fA-F\d]{1,4})?::(?:(?:[a-fA-F\d]{1,4}:)*(?:[a-fA-F\d]{1,4}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}))?)\]) (len: 272) def respond_to_missing?(name, include_private = false) # It may look like an oversight, but we deliberately do not pass # +include_private+, because they do not get delegated. return false if name == :marshal_dump || name == :_dump (len: 271) 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) \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) \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) . 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) shard was `nil`. Please check your configuration. If you want your writing role to be something other than `:writing` set `config.active_record.writing_role` in your application configuration. The same setting should be applied for the `reading_role` if applicable. (len: 266) \A(?:[\-_.!~*'()a-zA-Z\d;@&=+$,]|%[a-fA-F\d]{2})+(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?\z (len: 263) \A(?:[\-_.!~*'()a-zA-Z\d;@&=+$,]|%[a-fA-F\d]{2})+(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)?\z (len: 263) environment. This is usually a mistake. To ensure it's only activated in development mode, move it to the development group of your Gemfile: gem 'web-console', group: :development If you still want to run it in the (len: 262) \A(?:[\(\s]|(?m-ix:(?:\-\-.*\n)*|\/\*(?:[^\*]|\*[^\/])*\*\/))*(?-mix:(?i-mx:desc)|(?i-mx:describe)|(?i-mx:set)|(?i-mx:show)|(?i-mx:use)|(?i-mx:begin)|(?i-mx:commit)|(?i-mx:explain)|(?i-mx:release)|(?i-mx:rollback)|(?i-mx:savepoint)|(?i-mx:select)|(?i-mx:with)) (len: 260) (?:[\-_.!~*'()a-zA-Z\d;@&=+$,]|%[a-fA-F\d]{2})+(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)? (len: 259) (?:[\-_.!~*'()a-zA-Z\d;@&=+$,]|%[a-fA-F\d]{2})+(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*(?:/(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*(?:;(?:[\-_.!~*'()a-zA-Z\d:@&=+$,]|%[a-fA-F\d]{2})*)*)*)? (len: 259) -' + frame_id); if (currentSource && el) { currentSource.className += " hidden"; el.className = el.className.replace(" hidden", ""); currentSource = el; } } } })(); (len: 258) Your Gemfile contains multiple global sources. Using `source` more than once without a block is a security risk, and may result in installing unexpected gems. To resolve this warning, use a block to indicate which gems should come from the secondary source. (len: 257) Using `Range#include?` to check the inclusion of a value in a date time range is deprecated. It is recommended to use `Range#cover?` instead of `Range#include?` to check the inclusion of a value in a date time range. (len: 257) . However, because you are using RVM, this is not allowed: the option must point to an RVM wrapper script, not a raw Ruby binary. This is because RVM is implemented through various environment variables, which are set through the wrapper script. (len: 253) . However, because you are using RVM, this is not allowed: the option must point to an RVM wrapper script, not a raw Ruby binary. This is because RVM is implemented through various environment variables, which are set through the wrapper script. (len: 253) (*args) # _unmemoized_httpd(*args) end # end end # end (len: 252) (*args) # _unmemoized_httpd(*args) end # end end # end (len: 252) config.eager_load is set to nil. Please update your config/environments/*.rb files accordingly: * development - set it to false * test - set it to false (unless you use a tool that preloads your test environment) * production - set it to true (len: 251) (*args) monitor = @_monitor monitor or raise("BUG: Internal monitor was not properly initialized. Please report this to the concurrent-ruby developers.") monitor.synchronize { super } end (len: 250) \A ( (?: # table_name.column_name | function(one or no argument) ((?:\w+\.)?\w+) | \w+\((?:|\g<2>)\) ) (?:(?:\s+AS)?\s+\w+)? ) (?:\s*,\s*\g<1>)* \z (len: 249) (len: 172) Webpacker::Configuration#check_yarn_integrity=(value) has been deprecated. The integrity check has been removed from Webpacker so changing this setting will have no effect. (len: 172) 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) 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) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap.min.css?type=text/css&pipeline=self&id=06d53c84711c7a87382400a4d5ac586b57bf5bb96b99b4eea6ea21fa2367b709 (len: 171) ##use_standard_json_time_format= delegated to ActiveSupport::JSON::Encoding.use_standard_json_time_format=, but ActiveSupport::JSON::Encoding is nil: (len: 171) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap.min.css?type=text/css&pipeline=self&id=06d53c84711c7a87382400a4d5ac586b57bf5bb96b99b4eea6ea21fa2367b709 (len: 171) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap.min.css?type=text/css&pipeline=self&id=06d53c84711c7a87382400a4d5ac586b57bf5bb96b99b4eea6ea21fa2367b709 (len: 171) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap.min.css?type=text/css&pipeline=self&id=06d53c84711c7a87382400a4d5ac586b57bf5bb96b99b4eea6ea21fa2367b709 (len: 171) 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) ActiveRecord::ConnectionAdapters::DatabaseStatements#enable_lazy_transactions! delegated to transaction_manager.enable_lazy_transactions!, but transaction_manager is nil: (len: 171) ##use_standard_json_time_format= delegated to ActiveSupport::JSON::Encoding.use_standard_json_time_format=, but ActiveSupport::JSON::Encoding is nil: (len: 171) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap.min.css?type=text/css&pipeline=self&id=06d53c84711c7a87382400a4d5ac586b57bf5bb96b99b4eea6ea21fa2367b709 (len: 171) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap.min.css?type=text/css&pipeline=self&id=06d53c84711c7a87382400a4d5ac586b57bf5bb96b99b4eea6ea21fa2367b709 (len: 171) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap.min.css?type=text/css&pipeline=self&id=06d53c84711c7a87382400a4d5ac586b57bf5bb96b99b4eea6ea21fa2367b709 (len: 171)
  • Enable RVM mixed mode by running:
    rvm user gemsets
  • (len: 170) `, which contains the dash character (`-`). This is deprecated, because configuration through `ENV` should be possible, but `ENV` keys cannot include dashes. Please edit (len: 170) file:///home/ubuntu/pav/PAVES1/app/assets/config/manifest.js?type=application/javascript&pipeline=self&id=6a6d3c173214757d82ea0015e6e767fa0c5f1b9752ec522f79d07228ed9cf938 (len: 170) `, which contains the dash character (`-`). This is deprecated, because configuration through `ENV` should be possible, but `ENV` keys cannot include dashes. Please edit (len: 170) file:///home/ubuntu/pav/PAVES1/app/assets/config/manifest.js?type=application/javascript&pipeline=self&id=6a6d3c173214757d82ea0015e6e767fa0c5f1b9752ec522f79d07228ed9cf938 (len: 170)
  • Enable RVM mixed mode by running:
    rvm user gemsets
  • (len: 170) file:///home/ubuntu/pav/PAVES1/app/assets/config/manifest.js?type=application/javascript&pipeline=self&id=6a6d3c173214757d82ea0015e6e767fa0c5f1b9752ec522f79d07228ed9cf938 (len: 170) `, which contains the dash character (`-`). This is deprecated, because configuration through `ENV` should be possible, but `ENV` keys cannot include dashes. Please edit (len: 170) file:///home/ubuntu/pav/PAVES1/app/assets/config/manifest.js?type=application/javascript&pipeline=self&id=6a6d3c173214757d82ea0015e6e767fa0c5f1b9752ec522f79d07228ed9cf938 (len: 170) (?['"]) # an opening quote (?.*?) # with anything inside, captured as STATIC \k # and a matching closing quote (len: 169) ##escape_html_entities_in_json= delegated to ActiveSupport::JSON::Encoding.escape_html_entities_in_json=, but ActiveSupport::JSON::Encoding is nil: (len: 169) ##use_standard_json_time_format delegated to ActiveSupport::JSON::Encoding.use_standard_json_time_format, but ActiveSupport::JSON::Encoding is nil: (len: 169) (?['"]) # an opening quote (?.*?) # with anything inside, captured as STATIC \k # and a matching closing quote (len: 169) (?['"]) # an opening quote (?.*?) # with anything inside, captured as STATIC \k # and a matching closing quote (len: 169) ActiveRecord::ConnectionAdapters::DatabaseStatements#materialize_transactions delegated to transaction_manager.materialize_transactions, but transaction_manager is nil: (len: 169) ##use_standard_json_time_format delegated to ActiveSupport::JSON::Encoding.use_standard_json_time_format, but ActiveSupport::JSON::Encoding is nil: (len: 169) ##escape_html_entities_in_json= delegated to ActiveSupport::JSON::Encoding.escape_html_entities_in_json=, but ActiveSupport::JSON::Encoding is nil: (len: 169) (?['"]) # an opening quote (?.*?) # with anything inside, captured as STATIC \k # and a matching closing quote (len: 169) (?['"]) # an opening quote (?.*?) # with anything inside, captured as STATIC \k # and a matching closing quote (len: 169) ) (?# 6: registry) ) | (?!//)) (?# XXX: '//' is the mark for hostport) ( (len: 168) [DEPRECATED] Bootsnap's `disable_trace:` option is deprecated and will be removed. If you use Ruby 2.5 or newer this option is useless, if not upgrading is recommended. (len: 168) ' 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) 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) 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) ) (?# 6: registry) ) | (?!//)) (?# XXX: '//' is the mark for hostport) ( (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) ' 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) 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) ) (?# 6: registry) ) | (?!//)) (?# XXX: '//' is the mark for hostport) ( (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) 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) ##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/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) 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) ', *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) DEPRECATION WARNING: configuration of filetype= through this method is deprecated! Use the block configuration instead. http://github.com/mdeering/gravatar_image_tag (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/css/animate.css?type=text/css&pipeline=self&id=418ed688c0f4a7b41f4c584672fce435adf10cf71c625fbcaaea00f515f59985 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/colours.css?type=text/css&pipeline=self&id=7d9791ff545b0444c237e540c0c999b9f65ab8559eac7188ccb206cc5422a880 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=336478ddf6ac5848fef3484c3ee40f7fdbfe886c1c30fa3aae8270a73d90fbf2 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/animate.css?type=text/css&pipeline=self&id=418ed688c0f4a7b41f4c584672fce435adf10cf71c625fbcaaea00f515f59985 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/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/css/colours.css?type=text/css&pipeline=self&id=7d9791ff545b0444c237e540c0c999b9f65ab8559eac7188ccb206cc5422a880 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=336478ddf6ac5848fef3484c3ee40f7fdbfe886c1c30fa3aae8270a73d90fbf2 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/animate.css?type=text/css&pipeline=self&id=418ed688c0f4a7b41f4c584672fce435adf10cf71c625fbcaaea00f515f59985 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/colours.css?type=text/css&pipeline=self&id=7d9791ff545b0444c237e540c0c999b9f65ab8559eac7188ccb206cc5422a880 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=336478ddf6ac5848fef3484c3ee40f7fdbfe886c1c30fa3aae8270a73d90fbf2 (len: 165) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/rails/conductor/action_mailbox/inbound_emails/sources_controller.rb (len: 165) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/rails/conductor/action_mailbox/inbound_emails/sources_controller.rb (len: 165) `environment` and `name` will be removed as parameters in 6.2.0, you may now pass an ActiveRecord::DatabaseConfigurations::DatabaseConfig as `configuration` instead. (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/animate.css?type=text/css&pipeline=self&id=418ed688c0f4a7b41f4c584672fce435adf10cf71c625fbcaaea00f515f59985 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/colours.css?type=text/css&pipeline=self&id=7d9791ff545b0444c237e540c0c999b9f65ab8559eac7188ccb206cc5422a880 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=336478ddf6ac5848fef3484c3ee40f7fdbfe886c1c30fa3aae8270a73d90fbf2 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=336478ddf6ac5848fef3484c3ee40f7fdbfe886c1c30fa3aae8270a73d90fbf2 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=336478ddf6ac5848fef3484c3ee40f7fdbfe886c1c30fa3aae8270a73d90fbf2 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/colours.css?type=text/css&pipeline=self&id=7d9791ff545b0444c237e540c0c999b9f65ab8559eac7188ccb206cc5422a880 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/animate.css?type=text/css&pipeline=self&id=418ed688c0f4a7b41f4c584672fce435adf10cf71c625fbcaaea00f515f59985 (len: 165) ActiveRecord::ConnectionAdapters::DatabaseStatements#within_new_transaction delegated to transaction_manager.within_new_transaction, but transaction_manager is nil: (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/animate.css?type=text/css&pipeline=self&id=418ed688c0f4a7b41f4c584672fce435adf10cf71c625fbcaaea00f515f59985 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=336478ddf6ac5848fef3484c3ee40f7fdbfe886c1c30fa3aae8270a73d90fbf2 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/colours.css?type=text/css&pipeline=self&id=7d9791ff545b0444c237e540c0c999b9f65ab8559eac7188ccb206cc5422a880 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/animate.css?type=text/css&pipeline=self&id=418ed688c0f4a7b41f4c584672fce435adf10cf71c625fbcaaea00f515f59985 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/colours.css?type=text/css&pipeline=self&id=7d9791ff545b0444c237e540c0c999b9f65ab8559eac7188ccb206cc5422a880 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=336478ddf6ac5848fef3484c3ee40f7fdbfe886c1c30fa3aae8270a73d90fbf2 (len: 165) DEPRECATION WARNING: configuration of filetype= through this method is deprecated! Use the block configuration instead. http://github.com/mdeering/gravatar_image_tag (len: 165) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/rails/conductor/action_mailbox/inbound_emails/sources_controller.rb (len: 165) `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) [-@]?([_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/css/animate.css?type=text/css&pipeline=self&id=418ed688c0f4a7b41f4c584672fce435adf10cf71c625fbcaaea00f515f59985 (len: 165) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/animate.css?type=text/css&pipeline=self&id=418ed688c0f4a7b41f4c584672fce435adf10cf71c625fbcaaea00f515f59985 (len: 165) 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/application.css?type=text/css&pipeline=self&id=336478ddf6ac5848fef3484c3ee40f7fdbfe886c1c30fa3aae8270a73d90fbf2 (len: 165) Y - yes, overwrite n - no, do not overwrite a - all, overwrite this and all others q - quit, abort h - help, show this help (len: 164) /passenger-config about ruby-command (len: 164) 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) 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) 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) Y - yes, overwrite n - no, do not overwrite a - all, overwrite this and all others q - quit, abort h - help, show this help (len: 164) /passenger-config about ruby-command (len: 164) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/custom.css?type=text/css&pipeline=self&id=b522ea3fcc99b1cd15700dfbf26a25776a7c018dd85f6d63b86d9391d612a767 (len: 164) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/custom.css?type=text/css&pipeline=self&id=b522ea3fcc99b1cd15700dfbf26a25776a7c018dd85f6d63b86d9391d612a767 (len: 164) `action_dispatch.hosts_response_app` is deprecated and will be ignored in Rails 6.2. Use the Host Authorization `response_app` setting instead. (len: 164) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/custom.css?type=text/css&pipeline=self&id=b522ea3fcc99b1cd15700dfbf26a25776a7c018dd85f6d63b86d9391d612a767 (len: 164) (?:\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) 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) 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) (?:\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) (?:\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_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) The CSV library provides a complete interface to CSV files and data. It offers tools to enable you to read and write to and from Strings or IO objects, as needed. (len: 162) The CSV library provides a complete interface to CSV files and data. It offers tools to enable you to read and write to and from Strings or IO objects, as needed. (len: 162) 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) 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) (len: 162) alias locked? mu_locked? alias lock mu_lock alias unlock mu_unlock alias try_lock mu_try_lock alias synchronize mu_synchronize (len: 162) ^(?:[-+]?([0-9][0-9_,]*)?\.[0-9]*([eE][-+][0-9]+)?(?# base 10) |[-+]?\.(inf|Inf|INF)(?# infinity) |\.(nan|NaN|NAN)(?# not a number))$ (len: 161) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/ruby_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/java_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) ActiveRecord::ConnectionAdapters::DatabaseStatements#rollback_transaction delegated to transaction_manager.rollback_transaction, but transaction_manager is nil: (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/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/ruby_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/java_non_concurrent_priority_queue.rb (len: 161) 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) You tried to define an enum named "%{enum}" on the model "%{klass}", but this will generate a %{type} method "%{method}", which is already defined by %{source}. (len: 160) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/w3.css?type=text/css&pipeline=self&id=6e222f2df6ef25ccdc9b8c63caca964a4cac803a5323204fd92d28c6873649db (len: 160) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/w3.css?type=text/css&pipeline=self&id=6e222f2df6ef25ccdc9b8c63caca964a4cac803a5323204fd92d28c6873649db (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/postmark/inbound_emails_controller.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/mandrill/inbound_emails_controller.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/sendgrid/inbound_emails_controller.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/postmark/inbound_emails_controller.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/mandrill/inbound_emails_controller.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/sendgrid/inbound_emails_controller.rb (len: 160) ' Action Cable pubsub adapter. Ensure that the adapter is spelled correctly in config/cable.yml and that you've added the necessary adapter gem to your Gemfile. (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/substitution_context.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/substitution_context.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/substitution_context.rb (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/substitution_context.rb (len: 160) 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) You tried to define an enum named "%{enum}" on the model "%{klass}", but this will generate a %{type} method "%{method}", which is already defined by %{source}. (len: 160) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/w3.css?type=text/css&pipeline=self&id=6e222f2df6ef25ccdc9b8c63caca964a4cac803a5323204fd92d28c6873649db (len: 160) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/w3.css?type=text/css&pipeline=self&id=6e222f2df6ef25ccdc9b8c63caca964a4cac803a5323204fd92d28c6873649db (len: 160) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/action_mailbox/ingresses/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) /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) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/w3.css?type=text/css&pipeline=self&id=6e222f2df6ef25ccdc9b8c63caca964a4cac803a5323204fd92d28c6873649db (len: 160) ruby\s (\d+\.\d+\.\d+(?:\.\S+)?) # ruby version (?:p(-?\d+))? # optional patchlevel (?:\s\((\S+)\s(.+)\))? # optional engine info (len: 159) Your session data is larger than the data column in which it is to be stored. You must increase the size of your data column if you intend to store large data. (len: 159) was registered for all adapters, but shadows a native type with the same name for (len: 159) 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) /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) ActiveRecord::ConnectionAdapters::DatabaseStatements#current_transaction delegated to transaction_manager.current_transaction, but transaction_manager is nil: (len: 159) ruby\s (\d+\.\d+\.\d+(?:\.\S+)?) # ruby version (?:p(-?\d+))? # optional patchlevel (?:\s\((\S+)\s(.+)\))? # optional engine info (len: 159) was registered for all adapters, but shadows a native type with the same name for (len: 159) 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) /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) [-@]?([_A-Za-z]|[^\0-\177]|\\[0-9A-Fa-f]{1,6}(\r\n|[\s])?|\\[^\n\r\f0-9A-Fa-f])([_A-Za-z0-9-]|[^\0-\177]|\\[0-9A-Fa-f]{1,6}(\r\n|[\s])?|\\[^\n\r\f0-9A-Fa-f])* (len: 158) ActiveRecord::Reflection::ThroughReflection#active_record_primary_key delegated to source_reflection.active_record_primary_key, but source_reflection is nil: (len: 158) ActiveRecord::Reflection::ThroughReflection#association_scope_cache delegated to delegate_reflection.association_scope_cache, but delegate_reflection is nil: (len: 158) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (len: 158) ActiveRecord::Reflection::ThroughReflection#active_record_primary_key delegated to source_reflection.active_record_primary_key, but source_reflection is nil: (len: 158) ActiveRecord::Reflection::ThroughReflection#association_scope_cache delegated to delegate_reflection.association_scope_cache, but delegate_reflection is nil: (len: 158) /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) ActiveRecord::Reflection::ThroughReflection#active_record_primary_key delegated to source_reflection.active_record_primary_key, but source_reflection is nil: (len: 158) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (len: 158) ActiveRecord::Reflection::ThroughReflection#association_scope_cache delegated to delegate_reflection.association_scope_cache, but delegate_reflection is nil: (len: 158) /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/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/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/map/non_concurrent_map_backend.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) ActiveRecord::ConnectionHandling#clear_reloadable_connections! delegated to connection_handler.clear_reloadable_connections!, but connection_handler is nil: (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/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) /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) /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) /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) ActiveRecord::ConnectionAdapters::DatabaseStatements#commit_transaction delegated to transaction_manager.commit_transaction, but transaction_manager is nil: (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/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) ' 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/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) 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) 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) 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) ActiveRecord::Reflection::ThroughReflection#polymorphic_inverse_of delegated to delegate_reflection.polymorphic_inverse_of, but delegate_reflection is nil: (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) 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/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) 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/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/serialized_execution_delegator.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/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb (len: 155) \A(?: [\x00-\x7e\xa1-\xdf] | [\x81-\x9f\xe0-\xef] [\x40-\x7e\x80-\x9e\x9f-\xfc])\z (len: 155) \A (\w+\.)? # optional prefix key (https?.*?) # URI (\.(?-mix:fallback_timeout))? # optional suffix key \z (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) ##erb_trim_mode= delegated to ActionView::Template::Handlers::ERB.erb_trim_mode=, but ActionView::Template::Handlers::ERB is nil: (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) 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) Faraday::Response#[] at /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/faraday-2.6.0/lib/faraday/response.rb:30 forwarding to private method (len: 154) file:///home/ubuntu/pav/PAVES1/app/assets/images/electronicpayment.jpg?type=image/jpeg&id=a324a03dd40426bb0a5bfb4aafb503195809e846aadfb1bebdc8252270881790 (len: 154) file:///home/ubuntu/pav/PAVES1/app/assets/images/electronicpayment.jpg?type=image/jpeg&id=a324a03dd40426bb0a5bfb4aafb503195809e846aadfb1bebdc8252270881790 (len: 154) 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) 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) /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) Faraday::Response#[] at /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/faraday-2.6.0/lib/faraday/response.rb:30 forwarding to private method (len: 154) file:///home/ubuntu/pav/PAVES1/app/assets/images/electronicpayment.jpg?type=image/jpeg&id=a324a03dd40426bb0a5bfb4aafb503195809e846aadfb1bebdc8252270881790 (len: 154) \A (\w+\.)? # optional prefix key (https?.*?) # URI (\.(?-mix:fallback_timeout))? # optional suffix key \z (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) 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) /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) 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) /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) 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/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) \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/collection/copy_on_write_observer_set.rb (len: 153) (method, options = {}) # def text_field(method, options = {}) @template.public_send( # @template.public_send( (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) /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) (method, options = {}) # def text_field(method, options = {}) @template.public_send( # @template.public_send( (len: 153) \A (?: (?: [\da-f]{1,4} : ){7} [\da-f]{1,4} | ( (?: [\da-f]{1,4} : ){6} ) (\d+) \. (\d+) \. (\d+) \. (\d+) ) \z (len: 153) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/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) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/platform_info/binary_compatibility.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/platform_info/binary_compatibility.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic_reference/numeric_cas_wrapper.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/indirect_immediate_executor.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/java_single_thread_executor.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/ruby_single_thread_executor.rb (len: 152) ActionView::Helpers::ControllerHelper#request_forgery_protection_token delegated to controller.request_forgery_protection_token, but controller is nil: (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/views/rails/conductor/action_mailbox/inbound_emails/index.html.erb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/views/rails/conductor/action_mailbox/inbound_emails/index.html.erb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/relation/predicate_builder/polymorphic_array_value.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/relation/predicate_builder/association_query_value.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/platform_info/binary_compatibility.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/platform_info/binary_compatibility.rb (len: 152) ActionView::Helpers::ControllerHelper#request_forgery_protection_token delegated to controller.request_forgery_protection_token, but controller is nil: (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic_reference/numeric_cas_wrapper.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/indirect_immediate_executor.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/java_single_thread_executor.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/ruby_single_thread_executor.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/views/rails/conductor/action_mailbox/inbound_emails/index.html.erb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/views/rails/conductor/action_mailbox/inbound_emails/index.html.erb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/relation/predicate_builder/association_query_value.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/relation/predicate_builder/polymorphic_array_value.rb (len: 152) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/rbx_lockable_object.rb (len: 151) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=text/css&id=bf25da18827e73e2bd94d3ac6849438a89fdcfe9993d4ba8b3beacde679282d2 (len: 151) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=text/css&id=bf25da18827e73e2bd94d3ac6849438a89fdcfe9993d4ba8b3beacde679282d2 (len: 151) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=text/css&id=bf25da18827e73e2bd94d3ac6849438a89fdcfe9993d4ba8b3beacde679282d2 (len: 151) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/models/action_mailbox/inbound_email/incineratable/incineration.rb (len: 151) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/rails/conductor/action_mailbox/reroutes_controller.rb (len: 151) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers/active_storage/representations/redirect_controller.rb (len: 151) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/models/action_mailbox/inbound_email/incineratable/incineration.rb (len: 151) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/controllers/rails/conductor/action_mailbox/reroutes_controller.rb (len: 151) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers/active_storage/representations/redirect_controller.rb (len: 151) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/views/rails/conductor/action_mailbox/inbound_emails/show.html.erb (len: 151) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/views/rails/conductor/action_mailbox/inbound_emails/show.html.erb (len: 151) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=text/css&id=bf25da18827e73e2bd94d3ac6849438a89fdcfe9993d4ba8b3beacde679282d2 (len: 151) 1000 Sample strings: val (len: 3) %C0 (len: 3) rdoc/token_stream (len: 17) rdoc/ri/store (len: 13) contains_requirable_file? (len: 25) load_path_insert_index (len: 22) all= (len: 4) RFC3986_PARSER (len: 14) The gem that has been saving people from typos since 2014. (len: 58) userinfo= (len: 9) env_req (len: 7) bundler/cli/check (len: 17) SO_MAX_PACING_RATE (len: 18) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/rubygems/requirement.rb (len: 73) post (len: 4) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems (len: 59) email (len: 5) ecma-114 (len: 8) block in find_active_stub_by_path (len: 33) CP437 (len: 5) Big5_HKSCS (len: 10) ruby (len: 4) angle (len: 5) DLDFLAGS (len: 8) RLIMIT_NOFILE (len: 13) exit! (len: 5) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/vendor_ruby/2.6.0/aarch64-linux (len: 75) rmdir --ignore-fail-on-non-empty -p (len: 35) trace_concatarray (len: 17) newrange (len: 8) build_os (len: 8) topdir (len: 6) psdir (len: 5) (len: 0) dev_minor (len: 9) (len: 0) : (len: 1) (len: 0) p (len: 1) UNDEF_REPLACE (len: 13) (len: 0) has_key? (len: 8) -lm (len: 4) ld (len: 2) ENOKEY (len: 6) Errno::EISCONN (len: 14) EBADMSG (len: 7) negative? (len: 9) instance_exec (len: 13) set_not_nil_attributes_to_default_values (len: 40) gsub! (len: 5) bytesize (len: 8) default_internal= (len: 17) NilClass (len: 8) (len: 7) || (len: 2) %4a (len: 3) post_install_hooks (len: 18) bundler/ruby_version (len: 20) bundler/plugin/api/source (len: 25) ipv6_v4compat? (len: 14) (mswin\d+)(\_(\d+))? (len: 20) generators (len: 10) limit (len: 5) . It will be removed on or after %4d-%02d-01. (len: 45) Please report a bug if this causes problems. (len: 44) do_not_reverse_lookup= (len: 22) dst (len: 3) URIC (len: 4) %8a (len: 3) %e2 (len: 3) psych/nodes/mapping.rb (len: 22) #(?//(?(?:(?(?:%\h\h|[!$&-.0-;=A-Z_a-z~])*)@)?(?(?\[(?(?:\h{1,4}:){6}(?\h{1,4}:\h{1,4}|(?(?[1-9]\d|1\d{2}|2[0-4]\d|25[0-5]|\d)\.\g\.\g\.\g))|::(?:\h{1,4}:){5}\g|\h{1,4}?::(?:\h{1,4}:){4}\g|(?:(?:\h{1,4}:){,1}\h{1,4})?::(?:\h{1,4}:){3}\g|(?:(?:\h{1,4}:){,2}\h{1,4})?::(?:\h{1,4}:){2}\g|(?:(?:\h{1,4}:){,3}\h{1,4})?::\h{1,4}:\g|(?:(?:\h{1,4}:){,4}\h{1,4})?::\g|(?:(?:\h{1,4}:){,5}\h{1,4})?::\h{1,4}|(?:(?:\h{1,4}:){,6}\h{1,4})?::)|(?v\h+\.[!$&-.0-;=A-Z_a-z~]+)\])|\g|(?(?:%\h\h|[!$&-.0-9;=A-Z_a-z~])+))?(?::(?\d*))?)(?(?:/(?(?:%\h\h|[!$&-.0-;=@-Z_a-z~])*))*)|(?/(?:(?(?:%\h\h|[!$&-.0-;=@-Z_a-z~])+)(?:/\g)*)?)|(?(?(?:%\h\h|[!$&-.0-9;=@-Z_a-z~])+)(?:/\g)*)|(?))(?:\?(?(?//(?(?:(?(?:%\h\h|[!$&-.0-;=A-Z_a-z~])*+)@)?(?(?\[(?:(?(?:\h{1,4}:){6}(?\h{1,4}:\h{1,4}|(?(?[1-9]\d|1\d{2}|2[0-4]\d|25[0-5]|\d)\.\g\.\g\.\g))|::(?:\h{1,4}:){5}\g|\h{1,4}?::(?:\h{1,4}:){4}\g|(?:(?:\h{1,4}:){,1}\h{1,4})?::(?:\h{1,4}:){3}\g|(?:(?:\h{1,4}:){,2}\h{1,4})?::(?:\h{1,4}:){2}\g|(?:(?:\h{1,4}:){,3}\h{1,4})?::\h{1,4}:\g|(?:(?:\h{1,4}:){,4}\h{1,4})?::\g|(?:(?:\h{1,4}:){,5}\h{1,4})?::\h{1,4}|(?:(?:\h{1,4}:){,6}\h{1,4})?::)|(?v\h++\.[!$&-.0-;=A-Z_a-z~]++))\])|\g|(?(?:%\h\h|[!$&-.0-9;=A-Z_a-z~])++))?(?::(?\d*+))?)(?(?:/(?(?:%\h\h|[!$&-.0-;=@-Z_a-z~])*+))*+)|(?/(?:(?(?:%\h\h|[!$&-.0-;=@-Z_a-z~])++)(?:/\g)*+)?)|(?(?(?:%\h\h|[!$&-.0-9;=@-Z_a-z~])++)(?:/\g)*+)|(?
    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) (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) __home_ubuntu__rbenv_versions_______lib_ruby_gems_______gems_actionpack_________lib_action_dispatch_middleware_templates_rescues_layout_erb___3220624124878492141_93825942095440 (len: 176) RDoc produces HTML and command-line documentation for Ruby projects. RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentation from the command-line. (len: 176)

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

    Please check whether the application, which is running as the (len: 176)

    If the necessary gems are installed, but Bundler may not have permissions to access them. (len: 173) this error message could probably be more useful. Please submit a ticket at https://github.com/rubygems/rubygems/issues/new?labels=Bundler&template=bundler-related-issue.md (len: 173) \A([A-Z]{2}(?:,[A-Z]{2})*)\t(?:([+\-])(\d{2})(\d{2})([+\-])(\d{3})(\d{2})|([+\-])(\d{2})(\d{2})(\d{2})([+\-])(\d{3})(\d{2})(\d{2}))\t([^\t]+)(?:\t([^\t]+))?(?:\t([^\t]+))?\z (len: 173) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap-theme.css?type=text/css&pipeline=self&id=dcfdc4c82e7fd0381a0883a08b7f32999492ba22722dde401cd0b5e9b6abc2d1 (len: 173) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap-theme.css?type=text/css&pipeline=self&id=dcfdc4c82e7fd0381a0883a08b7f32999492ba22722dde401cd0b5e9b6abc2d1 (len: 173) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=application/css-sourcemap+json&id=311d9d81255e7bb000d124ac3f1c2ecc6a6c8d7176a9c0f403f526cbcf9e325c (len: 173) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap-theme.css?type=text/css&pipeline=self&id=dcfdc4c82e7fd0381a0883a08b7f32999492ba22722dde401cd0b5e9b6abc2d1 (len: 173) environment (and know what you are doing), put this in your Rails application configuration: config.web_console.development_only = false (len: 173) 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)
    If the necessary gems are installed, but Bundler may not have permissions to access them. (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) ActiveRecord::ConnectionAdapters::DatabaseStatements#disable_lazy_transactions! delegated to transaction_manager.disable_lazy_transactions!, but transaction_manager is nil: (len: 173) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap-theme.css?type=text/css&pipeline=self&id=dcfdc4c82e7fd0381a0883a08b7f32999492ba22722dde401cd0b5e9b6abc2d1 (len: 173) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap-theme.css?type=text/css&pipeline=self&id=dcfdc4c82e7fd0381a0883a08b7f32999492ba22722dde401cd0b5e9b6abc2d1 (len: 173) environment (and know what you are doing), put this in your Rails application configuration: config.web_console.development_only = false (len: 173) \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) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=application/css-sourcemap+json&id=311d9d81255e7bb000d124ac3f1c2ecc6a6c8d7176a9c0f403f526cbcf9e325c (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)
    The application may be run under the wrong Ruby interpreter.
    It is currently being run under (len: 200) /response/error/problem_description.html (len: 40) /System/Library/Frameworks/Foundation.framework/Foundation (len: 58) DEFAULT_TERMINAL_WIDTH (len: 22) instance_delegate (len: 17) can figure out the path for you). (len: 53) UNSPEC (len: 6) ensure in writing (len: 17) rbx_2? (len: 6) column (len: 6) generators/templates/controllers/sessions_controller.rb (len: 55) RBENV_DIR (len: 9) prompt (len: 6) bcrypt-3.1.16 (len: 13) devise/controllers/url_helpers.rb (len: 33) (len: 21) delayed/plugins/clear_locks.rb (len: 30) shelljoin (len: 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/net-telnet-0.2.0.gemspec (len: 94) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/websocket-driver-0.7.5.gemspec (len: 100) rails-6.1.4.1 (len: 13) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/rubygems/text.rb (len: 66) chop_basename (len: 13) \&, (len: 3) concurrent-ruby-1.1.9 (len: 21) rails/generators/rails/db (len: 25) rails/generators/rails/generator/templates (len: 42) 1.5 (len: 3) rails/commands/console/console_command.rb (len: 41) childprocess/windows (len: 20) 4.1.6 (len: 5) install_path (len: 12) block in unbundled_env (len: 22) capybara/rspec/matchers/base.rb (len: 31) capybara/spec/session/within_spec.rb (len: 36) capybara/node/finders.rb (len: 24) create_task (len: 11) except (len: 6) invoked_via_subcommand (len: 22) uninstall (len: 9) ^([A-Za-z]+) (.+?) (HTTP/\d\.\d)$ (len: 33) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/thwait-0.1.0.gemspec (len: 98) ruby2_keywords (len: 14) byebug/helpers/var.rb (len: 21) i18n-1.8.11 (len: 11) byebug/commands/finish.rb (len: 25) with (len: 4) Gem sources must be absolute. You provided '%s'. (len: 48) CONNECTION_CLOSE_CRLF2 (len: 22) MINGW (len: 5) handle_no_task_error (len: 20) , " (len: 3) ajax-datatables-rails/datatable.rb (len: 34) cli_help (len: 8) 2.6.0 (len: 5) public_suffix/domain.rb (len: 23) bcrypt.rb (len: 9) kaminari-core-1.2.1 (len: 19) block in lookup_header (len: 22) debugging (len: 9) active_model/serializer/adapter.rb (len: 34) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/tracer-0.1.0.gemspec (len: 98) CGI (len: 3) mail/elements/content_disposition_element.rb (len: 44) WHITE (len: 5) >= (len: 2) ReadOnlyError (len: 13) Namespace (len: 10) block in (len: 29) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/marcel-1.0.2.gemspec (len: 90) arel/nodes/values_list.rb (len: 25) font-awesome-rails (len: 18) rails/dom/testing/assertions.rb (len: 31) specs_changed? (len: 14) active_record/connection_adapters/sqlite3/schema_statements.rb (len: 62) xpath-3.2.0 (len: 11) active_record/base.rb (len: 21) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/jquery-rails-4.4.0.gemspec (len: 96) nokogiri/xml/pp (len: 15) ruby (len: 4) active_support/core_ext/integer.rb (len: 34) active_support/core_ext/string/multibyte.rb (len: 43) faraday (len: 7) active_model/attribute_assignment.rb (len: 36) sprockets (len: 9) Cannot write a changed lockfile while frozen. (len: 45) tilt-2.0.10 (len: 11) global_id/identification.rb (len: 27) gravatar_image_tag-1.2.0 (len: 24) block in change_reason (len: 22) Your Ruby engine is (len: 20) parse_dependency (len: 16) 0.1.5 (len: 5) rack/request.rb (len: 15) tzinfo/timestamp.rb (len: 19) active_support/locale (len: 21) active_support/testing/method_call_assertions.rb (len: 48) aarch64-linux/enc/utf_16le.so (len: 29) prime.rb (len: 8) concurrent/atomic_reference (len: 27) concurrent/scheduled_task.rb (len: 28) i18n/tests/pluralization.rb (len: 27) block (2 levels) in what_required (len: 33) rss/dublincore/2.0.rb (len: 21) ~> (len: 2) rexml/validation/relaxng.rb (len: 27) optparse.rb (len: 11) webrick-1.8.1 (len: 13) benchmark.rb (len: 12) irb/magic-file.rb (len: 17) rails-assets-jquery-3.6.0 (len: 25) rdoc/markup/document.rb (len: 23) rdoc/parser/rd.rb (len: 17) bundler/cli/viz.rb (len: 18) rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_vertex.rb (len: 72) \Ahttps://github\.com/([A-Za-z0-9_\-\.]+/[A-Za-z0-9_\-\.]+)/pull/(\d+)\z (len: 72) bundler/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb (len: 70) enc/iso_8859_10.so (len: 18) json (len: 4) bundler/vendor/fileutils (len: 24) normalize_ruby_file (len: 19) @system (len: 7) @path_sources (len: 13) assets (len: 6) active_storage/set_current.rb (len: 29) windows_25 (len: 10) rubygems/platform (len: 17) rack-2.2.4 (len: 10) wrap_ipv6 (len: 9) block in github (len: 15) default_connection_handler? (len: 27) setting.rb (len: 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/mutex_m-0.1.0.gemspec (len: 99) Psych::Handler (len: 14) pathname.rb (len: 11) OpenSSL::Config (len: 15) hexencode (len: 9) Arel::Nodes::Regexp (len: 19) bundler/vendor/thor/lib/thor/error.rb (len: 37) ^null$ (len: 6) 2.19.0 (len: 6) rails-assets-jquery-3.6.0 (len: 25) pundit-2.1.1 (len: 12) rack/version (len: 12) rescue in block in require (len: 26) msgpack/symbol.rb (len: 17) @signed (len: 7) 790 (len: 3) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/psych/nodes/alias.rb (len: 70) session_add (len: 11) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/globalid-0.5.2 (len: 74) npn_protocols_encoded (len: 21) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/kaminari-activerecord-1.2.1/lib (len: 91) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/ruby2_keywords-0.0.5/lib (len: 84) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/responders-3.0.1/lib (len: 80) OpenSSL::X509::Certificate (len: 26) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/ffi-1.15.4 (len: 96) OpenSSL::X509::RevokedError (len: 27) if_modified_since (len: 17) DEFAULT_PRIVATE_DIR (len: 19) infinite_length (len: 15) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activejob-6.1.4.1/lib (len: 81) long_name (len: 9) OpenSSL::ASN1::BitString (len: 24) partitions= (len: 11) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/faraday-net_http-3.0.1/lib (len: 86) rescue in <=> (len: 13) bundler/vendor/thor/lib/thor/shell/lcs_diff.rb (len: 46) did_you_mean/formatters (len: 23) OpenSSL::Cipher::Cipher (len: 23) Saturday (len: 8) selenium/webdriver/firefox/options.rb (len: 37) selenium/webdriver/common/driver_extensions/prints_page.rb (len: 58) jwt/encode.rb (len: 13) rfc3339 (len: 7) phusion_passenger/config/api_call_command.rb (len: 44) faraday/methods.rb (len: 18) sprockets/cache.rb (len: 18) sprockets/rails/context.rb (len: 26) sass/rails (len: 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rack-2.2.3/lib/rack.rb (len: 82) faker/quotes/chiquito.rb (len: 24) faker/default/emotion.rb (len: 24) faker/creature (len: 14) rails/commands/encrypted (len: 24) rails/generators/rails/app/templates/db (len: 39) @case (len: 5) ETAG (len: 4) thor/invocation.rb (len: 18) rack/events (len: 11) rails/generators/app_name.rb (len: 28) regexp_parser/syntax/versions/2.3.0.rb (len: 38) capybara/selector/selector.rb (len: 29) capybara/spec/session/has_css_spec.rb (len: 37) capybara/selector/filters (len: 25) /home/ubuntu/pav/PAVES1/config/boot.rb (len: 38) block in paths= (len: 15) byebug/settings/linetrace.rb (len: 28) active_model/serializer/adapter (len: 31) execjs/mini_racer_runtime.rb (len: 28) bootsnap.rb (len: 11) mail/multibyte/unicode.rb (len: 25) DLEXT (len: 5) GeneratorMethods (len: 16) jsonapi (len: 7) active_record/connection_adapters/mysql/database_statements.rb (len: 62) active_record/association_relation.rb (len: 37) arel/nodes/insert_statement.rb (len: 30) stale_if_error (len: 14) action_cable/subscription_adapter/postgresql.rb (len: 47) active_job/logging.rb (len: 21) active_model/attribute.rb (len: 25) active_record/transactions.rb (len: 29) rack/auth/abstract/request.rb (len: 29) action_dispatch/middleware/static.rb (len: 36) abstract_controller/error.rb (len: 28) websocket/driver/server.rb (len: 26) nokogiri/html4/element_description.rb (len: 37) action_view/lookup_context.rb (len: 29) action_view/helpers/rendering_helper.rb (len: 39) block in dump_data (len: 18) active_support/core_ext/string.rb (len: 33) active_support/deprecation/constant_accessor.rb (len: 47) Bootsnap::LoadPathCache::Cache (len: 30) concurrent/atomic/java_thread_local_var.rb (len: 42) i18n/gettext/helpers.rb (len: 23) tzinfo/format1/timezone_index_definition.rb (len: 43) rubygems/resolver/molinillo/lib/molinillo/modules (len: 49) rake/invocation_chain.rb (len: 24) base64.rb (len: 9) rubygems/commands/sources_command.rb (len: 36) rubygems/core_ext/kernel_warn.rb (len: 32) aarch64-linux/fiber.so (len: 22) @state (len: 6) rbconfig/sizeof.so (len: 18) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/arel/nodes/sql_literal.rb (len: 110) str3 (len: 4) ECDHE-RSA-AES256-GCM-SHA384 (len: 27) default_sources (len: 15) aNULL (len: 5) backtrace_cleaner (len: 17) RE_IPV4ADDRLIKE (len: 15) SchemaMigration (len: 15) LogSubscriber (len: 13) pluck (len: 5) autoloads (len: 9) B (len: 1) (alias|status)$ (len: 15) OpenSSL::SSL::SocketForwarder (len: 29) regex (len: 5) delegate_hash (len: 13) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/http/mime_types.rb (len: 117) K (len: 1) delete_without_bootsnap (len: 23) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bootsnap-1.9.1/lib/bootsnap/bootsnap.so (len: 99) Encryptor (len: 9) @input (len: 6) bundler/deprecate.rb (len: 20) bundler/vendor/thor/lib/thor/parser/argument.rb (len: 47) bundler/spec_set.rb (len: 19) time_with_zone (len: 14) selenium/webdriver/firefox/features.rb (len: 38) selenium/webdriver/common/driver_extensions/prints_page.rb (len: 58) install/examples/angular/hello_angular (len: 38) bundler/cli (len: 11) phusion_passenger/abstract_installer.rb (len: 39) generators/pundit (len: 17) webrick (len: 7) rolify/version.rb (len: 17) limited_field? (len: 14) def (len: 16) views (len: 5) block in deep_merge! (len: 20) Concurrent::ThreadSafe::Util (len: 28) endpoint (len: 8) pundit_policy_authorized? (len: 25) Rails::Paths (len: 12) seed_file (len: 9) ;\s? (len: 4) tempfiles (len: 9) QueryExtension (len: 14) missing_key! (len: 12) initialize_query (len: 16) start_pos (len: 9) }.+?) (len: 5) does_not_match_any (len: 18) active_support/core_ext/class/attribute (len: 39) @default_shard (len: 14) make_lambda (len: 11) block in proper_subset? (len: 23) rails_postmark_inbound_emails (len: 29) new_callback (len: 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/railties-6.1.4.1/lib/rails/engine/configuration.rb (len: 110) amount (len: 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/railties-6.1.4.1/lib/rails/application/routes_reloader.rb (len: 117) action_dispatch/http/mime_type (len: 30) BitwiseAnd (len: 10) global_io_executor (len: 18) block in (len: 28) Ext (len: 3) block in wait! (len: 14) Obligation (len: 10) qualified_name_for (len: 18) describe_blame (len: 14) block in auto_terminate? (len: 24) copy_on_deref (len: 13) border= (len: 7) Executors (len: 9) ActiveSupport::Notifications::Event (len: 35) @fallback_policy (len: 16) visit_Arel_Nodes_Avg (len: 20) @completed_task_count (len: 21) /scopes.rb (len: 10) AllMessages (len: 11) concurrent/atomics (len: 18) read_binary (len: 11) ActiveSupport::Dependencies::Blamable (len: 37) active_record/relation (len: 22) active_support= (len: 15) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/per_thread_registry.rb (len: 123) Arel::Visitors::UnsupportedVisitError (len: 37) rails/paths (len: 11) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/fixed_thread_pool.rb (len: 142) 0 (len: 5) = 0 (len: 4) DiscardPolicy (len: 13) pk_attribute? (len: 13) with_backend (len: 12) attribute (len: 9) expr (len: 4) @observers (len: 10) flush_buffer (len: 12) active_support/core_ext/date/conversions (len: 40) %Y%m%d%H%M%S%9N (len: 15) DEFAULT_VALIDATOR (len: 17) concurrent/array (len: 16) @default_url_options (len: 20) Asia/Tokyo (len: 10) block in make_synchronized_on_rbx (len: 33) tzinfo/timestamp (len: 16) zones (len: 5) Arel::Visitors::Dot::Node (len: 25) record_list (len: 11) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/scoping/default.rb (len: 117) block in step (len: 13) %Z (len: 2) DataStreaming (len: 13) rdoc/ri/paths (len: 13) init_synchronization (len: 20) ExchangerImplementation (len: 23) NodeExpression (len: 14) del (len: 3) (len: 21) noresize (len: 8) block in reverse_merge! (len: 23) block in modify (len: 15) block in hash_filter (len: 20) ##deprecation_horizon delegated to instance.deprecation_horizon, but instance is nil: (len: 120) completion (len: 10) ': (len: 3) resolved_future (len: 15) ActionCableHelper (len: 17) Rolify::Resource (len: 16) get_country_info (len: 16) MULTIPART_BOUNDARY (len: 18) compare_and_set_internal_state (len: 30) block in blocked_by (len: 19) @with_hidden_resolvable (len: 23) Concurrent::LockFreeStack (len: 25) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/stack.rb (len: 118) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/flash.rb (len: 118) tempfile (len: 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activesupport-6.1.4.1/lib/active_support/ordered_hash.rb (len: 116) time must be specified (len: 22) ; HttpOnly (len: 10) TZInfo::DataTimezone (len: 20) exponentially_longer (len: 20) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/tzinfo-2.0.4/lib/tzinfo/country.rb (len: 94) deep_transform_keys! (len: 20) action_dispatch.authenticated_encrypted_cookie_salt (len: 51) CachingKeyGenerator (len: 19) incinerate_after= (len: 17) JQUERY_3_VERSION (len: 16) resolve_scrubber (len: 16) configure (len: 9) SMTPError (len: 9) mail/constants (len: 14) tlsconnect (len: 10) wrong chunk size line: (len: 23) attempt_to_checkout_all_existing_connections (len: 44) accepted (len: 8) wrote (len: 6) @write_timeout (len: 14) Net::ReadTimeout (len: 16) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/css/xpath_visitor.rb (len: 109) _version (len: 8) defined guard in delete (len: 23) MiniMime::Db (len: 12) css_class_builtin (len: 17) perform_start.active_job (len: 24) load_path_insert_index (len: 22) defined guard in env (len: 20) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/aarch64-linux/rbconfig.rb (len: 75) 101 (len: 3) create_new_object (len: 17) is_restricted (len: 13) [\s]*~[\s]* (len: 11) FIELD_SPLIT (len: 11) install (len: 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_controller/metal.rb (len: 109) TestRetriever (len: 13) Faraday::MiddlewareRegistry (len: 27) block (2 levels) in with (len: 24) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/mail-2.7.1/lib/mail/network/delivery_methods/test_mailer.rb (len: 119) mime_version= (len: 13) returning (len: 9) forwardable (len: 11) block in register_default_spec (len: 30) scheme (len: 6) parse_message (len: 13) disable_cache (len: 13) clone_empty (len: 11) @returning (len: 10) 1bd919a-JXMqcSJLYl (len: 18) parse_delivery_status_report (len: 28) **/*.rake (len: 9) Rendering actions with '.' in the name is deprecated: (len: 54) block in find_candidate_template_paths (len: 38) Analyzer (len: 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/turbolinks-5.2.1/lib/turbolinks/redirection.rb (len: 106) rescue in block in load_plugin_files (len: 36) comment_describing (len: 18) faraday/options/env (len: 19) addresses (len: 9) � (len: 1) MethodSource::SourceLocation::UnboundMethodExtensions (len: 53) year (len: 4) eql_without_coercion (len: 20) message_ids (len: 11) should_encode (len: 13) CommonDate (len: 10) bin (len: 3) ActiveStorage::FileNotFoundError (len: 32) dirs (len: 4) block in _merge_block (len: 21) query_values (len: 12) variable (len: 8) y (len: 1) names_index (len: 11) Faraday::Adapter (len: 16) MCAST_JOIN_GROUP (len: 16) property to null object (len: 24) Musical Instrument Digital Interface (len: 36) action_mailbox/mail_ext/recipients.rb (len: 37) default_scopes (len: 14) debian-split (len: 20) Received: from (len: 16) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/active_model_serializers-0.10.12/lib/active_model_serializers.rb (len: 124) Java Archive (len: 12) � (len: 2) #!/usr/bin/env wolframscript (len: 28)  (len: 6) Eiffel source code (len: 18) -lh - (len: 5) '\" (len: 3) @collection (len: 11) execute_callstack_for_multiparameter_attributes (len: 47) audio/x-flac (len: 12) @details (len: 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/forwardable.rb (len: 64) Mail::Parsers::PhraseListsParser::PhraseListsStruct (len: 51) AddressListStruct (len: 17) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/forwardable.rb (len: 64) cache_limit (len: 11) /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) max_updated_column_timestamp (len: 28) mutool_path (len: 11) Fragment (len: 8) 0001-Remove-script-macro-support.patch (len: 38) RightTop (len: 8) service_streaming_download (len: 26) outer_xml (len: 9) attached_subscriber (len: 19)  (len: 5) retrieve_cache_key (len: 18) file-digest (len: 11) with_any_attachments (len: 20) with_any_attachments (len: 20) null_store (len: 10) HUGE (len: 4) stat_digest (len: 11) cached_find_by_statement (len: 24) @coder (len: 6) param_val_s (len: 11) (len: 27) test_active_model_errors_lookup_ancestors (len: 41) serialized (len: 10) block in expanded_version (len: 25) , missing required keys: (len: 25) @controller_class (len: 17) only_path (len: 9) _SCRIPT_NAME (len: 12) memos (len: 5) %87 (len: 3) %49 (len: 3) ' AND ' (len: 7) a-zA-Z0-9\-\._~ (len: 15) rescue in unmarshaled_deflated (len: 30) failures (len: 8) ISO-8859-2 (len: 10) Racc_arg (len: 8) xmlns: (len: 6) c (len: 1) ENTITY_DECL (len: 11) bundled_processors (len: 18) visit_SLASH (len: 11) read_only? (len: 10) ActionDispatch::Journey::Route (len: 30) LESS source code (len: 16) Sprockets::NotImplementedError (len: 30) Forth source code (len: 17) unknown symbol: %s (len: 18) defined guard in load! (len: 22) unknown firstpos: %s (len: 20) action_dispatch/http/mime_negotiation (len: 37) dynamic (len: 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bootstrap-sass-3.4.1/lib/bootstrap-sass/version.rb (len: 110) /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 (len: 120) \\005c (len: 7) not_found_response (len: 18) method_name (len: 11) autoload set for (len: 17) marked_for_destruction? (len: 23) actions (len: 7)  D+ (len: 4) Sprockets::EjsProcessor (len: 23) block in invoke_job (len: 19) Plugins (len: 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bindex-0.8.1/lib/skiptrace/binding_locations.rb (len: 107) @@queue_attributes (len: 18) ((?-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)(><@,;:\\"\/\[\]?='*%]))*)) (len: 179) application/dicom (len: 17) function $w(t){ (len: 15) edit_rails_conductor_inbound_email_url (len: 38) reserve_and_run_one_job (len: 23) rescue in _update_row (len: 21) Mime-Version: (len: 15) I18nProxy (len: 9) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=336478ddf6ac5848fef3484c3ee40f7fdbfe886c1c30fa3aae8270a73d90fbf2 (len: 165) ActionController::Renderers::ClassMethods (len: 41) to_js (len: 5) zeitwerk/real_mod_name (len: 22) block (2 levels) in create_element (len: 34) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rack-2.2.3/lib/rack/multipart.rb (len: 92) kaminari/models/array_extension (len: 31) block (2 levels) in group (len: 25) kaminari/helpers/tags (len: 21) params_for (len: 10) @string{ (len: 8) Kaminari::Helpers::Tag (len: 22) reserve_with_scope_using_optimized_sql (len: 38) change_stack_trace (len: 18) @_offset_value (len: 14) Expect Script (len: 13) @subject (len: 8) mimetypeapplication/vnd.oasis.opendocument.text-master (len: 54) json.target! unless (__already_defined && __already_defined != "method") (len: 79) EXPLAIN (len: 7)  (len: 8) _previous_change (len: 16) rails_mandrill_inbound_emails_url (len: 33) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-assets-datatables-1.10.21/lib/rails-assets-datatables.rb (len: 122) CD81 (len: 4) audit_associated_with (len: 21) н (len: 1) eval "exec (len: 10) ^(?:)(.*)(?:_previously_changed\?)$ (len: 35) active_model_serializers/serialization_context (len: 46) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/en/pokemon.yml (len: 113) !Q (len: 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/en/sonic_the_hedgehog.yml (len: 124) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/en/super_mario.yml (len: 117) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionview-6.1.4.1/lib/action_view/helpers/form_helper.rb (len: 117) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/active_model_serializers-0.10.12/lib/active_model_serializers/callbacks.rb (len: 134) % -*-latex-*- (len: 13) s: %s (len: 5) attribute_before_last_save (len: 26) block in (len: 28) [KDE Desktop Entry] (len: 19) loop (len: 4) inert (len: 5) block in build_tag_values (len: 25) Õ (len: 1) date_string= (len: 12) Ğ (len: 1) env_with_configs (len: 16) iterate! (len: 8) rescue in controller_path (len: 25) Common Lisp source code (len: 23) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/creature/dog.rb (len: 112) k (len: 1) 01 PM (len: 5) distance_in_years (len: 17) SDPX (len: 4) lookup_chain (len: 12) ActiveRecord::ThroughNestedAssociationsAreReadonly (len: 50) text_field_tag (len: 14) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/associations/has_one_association.rb (len: 134) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/twitter.rb (len: 115) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/crypto_coin.rb (len: 119) @i18n_key (len: 9) ActiveRecord::Base (len: 18) execute_callstack_for_multiparameter_attributes (len: 47) local= (len: 6) application/vnd.openxmlformats-officedocument.wordprocessingml.document (len: 71) 1.4.2 (len: 5) execute_callstack_for_multiparameter_attributes (len: 47) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/books/dune.rb (len: 110) block in serializer_for (len: 23) .mjs (len: 4) authenticate_password (len: 21) common_name (len: 11) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/creature/animal (len: 112) border-left-color (len: 17) requiredFeatures (len: 16) accumulate (len: 10) Devise::Strategies (len: 18) matrix3d (len: 8) auto (len: 4) TooManyRecords (len: 14) ).writer(value) end (len: 28) address.state (len: 13) Faker::Creature::Horse (len: 22) block in sanitize_sql_like (len: 26) _adapter_options (len: 16) CONTROL_CHARACTERS (len: 18) adapter_instance (len: 16) at_rule (len: 7) _render_explicit_partial (len: 24) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/crass-1.0.6/lib/crass/tokenizer.rb (len: 94) at_keyword (len: 10) jsonapi/include_directive/parser (len: 32) string_value (len: 12) rescue in first_or_create! (len: 26) ActiveRecord::Querying#third! delegated to all.third!, but all is nil: (len: 71) block in convert_dates_from (len: 27) sign_in_after_reset_password= (len: 29) sanitized_allowed_protocols (len: 27) Concerning (len: 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/coffee.rb (len: 114) color_name (len: 10) Passenger RubyApp (len: 17) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/mail-2.7.1/lib/mail/elements/address (len: 96) profession (len: 10) ActiveRecord::Querying#count delegated to all.count, but all is nil: (len: 69) NumberToRoundedConverter (len: 24) (?:_|\b)html\z (len: 14) rescue in call_app (len: 18) HelperAssetResolvers (len: 20) authenticate? (len: 13) collecting_queries_for_explain (len: 30) malloc_limit (len: 12) forgery_protection_origin_check= (len: 32) heap_allocated_pages (len: 20) potential_not (len: 13) block (3 levels) in enum (len: 24) console= (len: 8) TODO (len: 4) Sprockets::Railtie::ManifestNeededError (len: 39) `.reorder( (len: 10) register_exporter (len: 17) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sprockets-4.0.2/lib/sprockets.rb (len: 92) ssl_mode= (len: 9) block (2 levels) in exec_queries (len: 32) connect_attrs (len: 13) _increment_attribute (len: 20) sassc/script/value_conversion/base (len: 34) GIGABYTE (len: 8) BlockNotGiven (len: 13) total_pages (len: 11) drone.max_shutter_speed (len: 23) get_array_of_uint8 (len: 18) new_out (len: 7) write_long_long (len: 15) Warden::Config (len: 14) find_function (len: 13) long_double (len: 11) __pid_t (len: 7) rescue in new_date (len: 18) dev_t (len: 5) active_record/relation/query_attribute (len: 38) vat_number (len: 10) _trans_targs= (len: 13) if defined?(@ (len: 26) BLACKLIST_FOR_SERIALIZATION (len: 27) ffi/memorypointer (len: 17) greek_philosophers.quotes (len: 25) gender.types (len: 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/ffi-1.15.4/lib/ffi/io.rb (len: 84) occur (len: 5) action_text.attribute (len: 21) sass_context_file (len: 17) block in each_attributes (len: 24) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sassc-2.4.0/lib/sassc/native/string_list (len: 100) _attachment (len: 11) sass_context_get_source_map_string (len: 34) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/type/serialized.rb (len: 117) .js.map (len: 7) domain_name (len: 11) sass_map_set_key (len: 16) application/vnd.crick.clicker.palette (len: 37) ^169\.254\. (len: 11) .cpp (len: 4) chemical/x-cmdf (len: 15) 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) block in check_controller_and_action (len: 36) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sassc-2.4.0/lib/sassc/native/sass2scss_api.rb (len: 105) defined guard in rails_env (len: 26) ^(\(+)/ (len: 7) param_type (len: 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sassc-2.4.0/lib/sassc/util/normalized_map.rb (len: 104) action_path (len: 11) hsl( (len: 4) CHARACTERS (len: 10) dpcm (len: 4) Deleted file from key: (len: 23) (call ' (len: 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sassc-2.4.0/lib/sassc/script/value_conversion/base (len: 110) (checksum: (len: 12) native_map (len: 10) marketing (len: 9) SassC::Script::ValueConversion::List (len: 36) SassC::Dependency (len: 17) military.air_force_rank (len: 23) .mathml (len: 7) .msf (len: 4) SassTemplate (len: 12) xmldecl (len: 7) name.last_name (len: 14) @configurator (len: 13) options_includes_algo_in_header? (len: 32) block in raw_to_asn1 (len: 20) configurator (len: 12) application/vnd.3m.post-it-notes (len: 32) tilt/babel (len: 10) friends_count (len: 13) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sassc-rails-2.1.2/lib/sassc/rails/importer (len: 102) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/webpacker-5.4.3/lib/webpacker.rb (len: 92) .semf (len: 5) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/jquery-ui-rails-6.0.1/app/assets/images (len: 99) cell_phone_in_e164 (len: 18) dev_server (len: 10) .tr (len: 3) jpeg (len: 4) rescue in group_values (len: 22) INTERNAL_GENERAL (len: 16) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/restaurant (len: 115) _devise_route_context (len: 21) ActiveRecord::Associations::CollectionProxy#none delegated to scope.none, but scope is nil: (len: 92) Compiling... (len: 12) manifest_config (len: 15) slack_emoji.custom (len: 18) application/vnd.handheld-entertainment+xml (len: 42) jwk/rsa (len: 7) use_ssl value changed, but session already started (len: 50) create_internal_subset (len: 22) request_get (len: 11) libxml2_precompiled? (len: 20) block in strip_domain_comments (len: 30) Scalable Vector Graphics (len: 24) second_part (len: 11) get_cycle (len: 9) offset (len: 6) scrub_document (len: 14) add_mapping (len: 11) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/bank.rb (len: 112) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/default/invoice.rb (len: 115) exception_class_name (len: 20) legacy_card_error (len: 17) _reflect_on_association (len: 23) concat_source_maps (len: 18) m (len: 1) detect_digest_class (len: 19) aggregation (len: 11) vehicle.standard_specs (len: 22) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers/concerns (len: 106) __home_ubuntu__rbenv_versions_______lib_ruby_gems_______gems_actionpack_________lib_action_dispatch_middleware_templates_rescues_layout_erb___3220624124878492141_93825943668240 (len: 176) ActionDispatch::Http::ContentDisposition (len: 40) sprockets/asset (len: 15) param_attr_s (len: 12) Missing block: `Cache#fetch_multi` requires a block. (len: 52) games.fallout.quotes (len: 20) (len: 14) Minecraft (len: 9) spell_card (len: 10) games.street_fighter.quotes (len: 27) V_VP8 (len: 5) PEDANTIC (len: 8) village (len: 7) non_cached_hash (len: 15) hits (len: 4) inverse_relationship (len: 20) Brookhaven Protein Databank File (len: 32) strip_heredoc (len: 13) polymorphic? (len: 12) DirectUploadsController (len: 23) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/music/music (len: 108) ensure_connection_pool_added! (len: 29) /tmp/passenger.ksrNTjq/apps.s (len: 29) =|!=|>|<|>=|<=|~> (len: 17) 1.1.34 (len: 6) BelongsToAssociation (len: 20) xml/searchable (len: 14) (len: 16) HTTP_METHODS (len: 12) nosax1 (len: 6) block in register_compressor (len: 28) map_accel_path (len: 14) real_csrf_token (len: 15) ruby /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/helper-scripts/rack-loader.rb (len: 115) precompressed (len: 13) @expires_in (len: 11) star_trek.villain (len: 17) after_action (len: 12) rescue in plural_name (len: 21) pnot (len: 5) @segment_keys (len: 13) the_it_crowd.actors (len: 19) has_basic_credentials? (len: 22) BM (len: 2)  (len: 2) mount_point (len: 11) ActionDispatch::Session::SessionObject (len: 38) controller (len: 10) @recall (len: 7) ActionController::HttpAuthentication::Digest::ControllerMethods (len: 63) (len: 17) -tokens (len: 7) unviewed_ids: (len: 15) stringify_array (len: 15) active_model/serializer/reflection (len: 34) zrange (len: 6) head? (len: 5) @enabled (len: 8) join_uri (len: 8) @default_mime (len: 13) ensure in atomic_write (len: 22) @transporter (len: 12) 129.151.153.157 (len: 15) path_info= (len: 10) advanced_tools_message (len: 22) %64 (len: 3) %FF (len: 3) cache-control (len: 13) query_without_profiling (len: 23) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/nb-NO.yml (len: 108) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/locales/en/sonic_the_hedgehog.yml (len: 124) handle_snapshots_request (len: 24) %22 (len: 3) : display this screen (len: 25) No exceptions raised (len: 20) Plucky (len: 6) %13 (len: 3) /home/ubuntu/pav/PAVES1/node_modules (len: 36) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rack-mini-profiler-2.3.3/lib/mini_profiler_rails/railtie_methods.rb (len: 127) %A7 (len: 3) %C3 (len: 3) required_defaults (len: 17) x-xss-protection (len: 16) RouteWithParams (len: 15) block (2 levels) in __home_ubuntu__rbenv_versions_______lib_ruby_gems_______gems_actionpack_________lib_action_dispatch_middleware_templates_rescues__trace_html_erb__3625585868711015524_93825941143240 (len: 200) \A(?(?//(?(?:(?(?:%\h\h|[!$&-.0-;=A-Z_a-z~])*)@)?(?(?\[(?(?:\h{1,4}:){6}(?\h{1,4}:\h{1,4}|(?(?[1-9]\d|1\d{2}|2[0-4]\d|25[0-5]|\d)\.\g\.\g\.\g))|::(?:\h{1,4}:){5}\g|\h{1,4}?::(?:\h{1,4}:){4}\g|(?:(?:\h{1,4}:){,1}\h{1,4})?::(?:\h{1,4}:){3}\g|(?:(?:\h{1,4}:){,2}\h{1,4})?::(?:\h{1,4}:){2}\g|(?:(?:\h{1,4}:){,3}\h{1,4})?::\h{1,4}:\g|(?:(?:\h{1,4}:){,4}\h{1,4})?::\g|(?:(?:\h{1,4}:){,5}\h{1,4})?::\h{1,4}|(?:(?:\h{1,4}:){,6}\h{1,4})?::)|(?v\h+\.[!$&-.0-;=A-Z_a-z~]+)\])|\g|(?(?:%\h\h|[!$&-.0-9;=A-Z_a-z~])+))?(?::(?\d*))?)(?(?:/(?(?:%\h\h|[!$&-.0-;=@-Z_a-z~])*))*)|(?/(?:(?(?:%\h\h|[!$&-.0-;=@-Z_a-z~])+)(?:/\g)*)?)|(?(?(?:%\h\h|[!$&-.0-9;=@-Z_a-z~])+)(?:/\g)*)|(?))(?:\?(? (len: 35) migration_class (len: 15) already_migrated (len: 16) destroy_user_session (len: 20) 10.2.1 (len: 6) column_spec (len: 11) css/bootstrap-theme.min.css (len: 27)

    Request

    (len: 43) on_update (len: 9) devise/registrations (len: 20) cancel (len: 6) settings (len: 8) file-digest:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap-theme.min.css (len: 88) logo-white.png (len: 14) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/connection_adapters/sql_type_metadata.rb (len: 139) chk_ignore_pattern= (len: 19) ActiveRecord::ConnectionAdapters::SchemaCreation#type_to_sql delegated to @conn.type_to_sql, but @conn is nil: (len: 111) rescue in quoted_columns_for_index (len: 34) \A\d\d\d\d-\d\d-\d\d (len: 21) .mjs (len: 4) block in build_tag_values (len: 25) #indexes is not implemented (len: 27) __home_ubuntu__rbenv_versions_______lib_ruby_gems_______gems_actionpack_________lib_action_dispatch_middleware_templates_routes__table_html_erb__1457921755136971529_93825944675760 (len: 179) new_client_path (len: 15) \Aunsigned_(?.+)\z (len: 24) encrypted cookie|32 (len: 19) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/csv-3.0.9.gemspec (len: 95) mysql_index_type (len: 16) utf16le (len: 7) Write query attempted while in readonly mode: (len: 46) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/msgpack-1.4.2/lib (len: 77) provider_job_id= (len: 16) trace_object_allocations_debug_start (len: 36) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/scanf-1.0.0.gemspec (len: 97) psych/json/tree_builder.rb (len: 26) rdoc/markup/attr_span.rb (len: 24) bundler/environment_preserver.rb (len: 32) /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) __pid_t (len: 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/websocket-extensions-0.1.5 (len: 86) /home/ubuntu/.rbenv/versions/2.6.8/openssl/ssl/certs (len: 52) sprockets/cache.rb (len: 18) Tilt::CreoleTemplate (len: 20) font-awesome-4.5.0/css/font-awesome.min.css (len: 43) sprockets/asset (len: 15) ActiveRecord::Reflection::ThroughReflection#compute_class delegated to delegate_reflection.compute_class, but delegate_reflection is nil: (len: 138) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/movies/hitchhikers_guide_to_the_galaxy.rb (len: 138) \1oves (len: 6) @enabled (len: 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/fixed_thread_pool.rb (len: 142) sha256-UkKSvcSx1OLekayjErTd93kZ7MlS0Tkb/4zdYfsv5p0= (len: 51) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionmailbox-6.1.4.1/app/models/action_mailbox/inbound_email/incineratable.rb (len: 138) (?['"]) # an opening quote (?.*?) # with anything inside, captured as STATIC \k # and a matching closing quote (len: 169) /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) install (len: 7) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/animate.css?type=text/css&pipeline=self&id=418ed688c0f4a7b41f4c584672fce435adf10cf71c625fbcaaea00f515f59985 (len: 165) � (len: 2) mail/elements/mime_version_element (len: 34) 1000 Most common strings: (x 158) >= (x 151) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/forwardable.rb (x 120) ~> (x 108) ruby (x 92) � (x 66) = (x 52) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0 (x 50) /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 44) �� (x 43) SYSTEM_DEFAULT (x 43) bin (x 32) version (x 29) /home/ubuntu/pav/PAVES1/app/assets/images (x 29) sources (x 28) file (x 28) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems (x 26) offset (x 26) map (x 26) names (x 26) line (x 26) column (x 26) mappings (x 26) Extended Associated Signature Container (x 26) with_any_attachments (x 26) < (x 25) activesupport (x 24) 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/layout.erb (x 21) 2024-09-04T12:10:49+00:00 (x 20) rack (x 19) yml (x 19) block in (x 19) yes (x 18) generators (x 18) rails (x 18) development.rb (x 18) / (x 17) nokogiri (x 16) 1 (x 16) /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 16) application/vnd.openxmlformats-officedocument.presentationml.presentation (x 16) application/vnd.openxmlformats-officedocument.spreadsheetml.sheet (x 16) a (x 15) [] (x 15) railties (x 15) 1.0 (x 15) application/zip (x 15) /home/ubuntu/pav/PAVES1/public (x 15) with_subject (x 15) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/mail-2.7.1/lib/mail/encodings/unix_to_unix.rb (x 15) application/vnd.handheld-entertainment+xml (x 15) Expect Script (x 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/routing_error.html.erb (x 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 (x 15) x (x 14) actionpack (x 14) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sprockets-4.0.2/lib (x 14) sprockets (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) Simple Associated Signature Container (x 14) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/faraday-2.6.0/lib/faraday/options/connection_options.rb (x 14) Sereal binary serialization format (x 14) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activerecord-6.1.4.1/lib/active_record/inheritance (x 14) Mail::Encodings::UnixToUnix (x 14) Portable Document Format (x 14) OneNote Table of Contents (x 14) application/x-tika-msoffice (x 14) text/x-tika-text-based-message (x 14) ActiveRecord::Inheritance (x 14) Adobe Illustrator Artwork (x 14) Flexible Image Transport System (x 14) DITA Conditional Processing Profile (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) n (x 13) f (x 13) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/aarch64-linux (x 13) 2 (x 13) x64 (x 13) nil (x 13) Tagged Image File Format (x 13) RIFF (x 13) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/active_model_serializers-0.10.12/lib/active_model_serializers.rb (x 13) rails-env (x 13) environment-paths (x 13) environment-version (x 13) ���� (x 13) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (x 13) r (x 12) mysql2 (x 12) aarch64-linux (x 12) aarch64 (x 12) -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (x 12) : (x 12) c (x 12) sassc (x 12) racc (x 12) activerecord (x 12) jbuilder (x 12) action_mailbox (x 12) 6.1.4.1 (x 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/syntax_error.rb (x 12) application/vnd.openxmlformats-officedocument.wordprocessingml.document (x 12) Java Archive (x 12) 1.1.34 (x 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (x 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (x 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers/concerns/active_storage/set_current.rb (x 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers/concerns/active_storage/file_server.rb (x 12) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers/concerns/active_storage/set_headers.rb (x 12) w (x 11) h (x 11) v (x 11) k (x 11) d (x 11) 6 (x 11) 3 (x 11) rake (x 11) passenger (x 11) active_storage (x 11) new_ (x 11) _run_enqueue_callbacks (x 11) parse_body? (x 11) ! debian-split (x 11) Received: from (x 11) (?s)^[\\002\\003\\060\\061\\062\\103\\143\\203\\213\\313\\365\\345\\373].[\\001-\\014][\\001-\\037].{4}(?:.[^\\000]|[\\101-\\377].)(?:[^\\000\\001].|.[^\\000]).{31}(?<=[\\000][^\\000]{0,10})[A-Z@+] (x 11) 2.9.12 (x 11) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=336478ddf6ac5848fef3484c3ee40f7fdbfe886c1c30fa3aae8270a73d90fbf2 (x 11) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/node/save_options.rb (x 11) � (x 11) bundler (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/json-2.1.0.gemspec (x 10) e (x 10) development (x 10) o (x 10) i (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/vendor_ruby/2.6.0/aarch64-linux (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0 (x 10) 8 (x 10) /home/ubuntu/.rbenv/versions/2.6.8/share/doc/ruby (x 10) p (x 10) m (x 10) 4 (x 10) y (x 10) t (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23 (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/faraday-2.6.0/lib (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/devise-4.8.0/app/helpers (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/turbolinks-5.2.1/lib (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-assets-datatables-1.10.21/lib (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-assets-jquery-3.6.0/lib (x 10) roles (x 10) _context (x 10) HasSentEmailMatcher (x 10) have_sent_email (x 10) SMIL Multimedia (x 10) SolidWorks CAD program (x 10) Matchers (x 10) Rich Text Format File (x 10) PostScript (x 10) OneNote Package (x 10) abstract_class= (x 10) Microsoft Word Document (x 10) \Abegin \d+ [^\n]*\n (x 10) MP4 container format (x 10) application/quicktime (x 10) Wolfram Mathematica (x 10) UnixToUnix (x 10) JavaScript Source Code (x 10) Java Class File (x 10) Gzip Compressed Archive (x 10) ensure_proper_type (x 10) Electronic Publication (x 10) DITA Topic (x 10) zoo (x 10) @_lookup_context (x 10) pe (x 10) Erlang source code (x 10) AppleScript source code (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/version/info.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/version/constant.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/pp/node.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/parse_options.rb (x 10) AAAA;AACA;AACA;AACA;AACA;AACA (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/pp/character_data.rb (x 10) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/animate.css?type=text/css&pipeline=self&id=418ed688c0f4a7b41f4c584672fce435adf10cf71c625fbcaaea00f515f59985 (x 10) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/w3.css?type=text/css&pipeline=self&id=6e222f2df6ef25ccdc9b8c63caca964a4cac803a5323204fd92d28c6873649db (x 10) /home/ubuntu/pav/PAVES1/app/assets/stylesheets (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/sax/document.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/sax/parser_context.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/sax/push_parser.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/sax/parser.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/searchable.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/element_decl.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/attribute_decl.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/namespace.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/character_data.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/element_content.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/dtd.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/attr.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/loader/callbacks.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/loader/helpers.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/loader/config.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/registry.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/gem_inflector.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/inflector.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/explicit_namespace.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/version.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/error.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/kernel.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/ajax-datatables-rails-1.3.1/lib/ajax-datatables-rails/version.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib/zeitwerk/real_mod_name.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/document.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/text.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/cdata.rb (x 10) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/loofah-2.12.0/lib/loofah/version.rb (x 10) no (x 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/mysql2-0.5.3 (x 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/kaminari-1.2.1/lib (x 9) s (x 9) user (x 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/kaminari-activerecord-1.2.1/lib (x 9) kaminari (x 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/vendor_ruby/2.6.0 (x 9) /home/ubuntu/.rbenv/versions/2.6.8 (x 9) 2.6.8 (x 9) 2.6.0 (x 9) unknown (x 9) S (x 9) b (x 9) 9 (x 9) 7 (x 9) g (x 9) u (x 9) z (x 9) active_model_serializers (x 9) rails/generators (x 9) /home/ubuntu/pav/PAVES1 (x 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/ruby2_keywords-0.0.5/lib (x 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/faraday-net_http-3.0.1/lib (x 9) ajax-datatables-rails (x 9) devise (x 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/responders-3.0.1/lib (x 9) tasks (x 9) rails/generators/test_unit (x 9) thor (x 9) assets (x 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activejob-6.1.4.1/lib (x 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/font-awesome-rails-4.7.0.7/app/helpers (x 9) /home/ubuntu/pav/PAVES1/app/helpers (x 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/webdrivers-5.0.0/lib (x 9) rails_mandrill_inbound_emails (x 9) application/x-ole-storage (x 9) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/mail-2.7.1/lib/mail/matchers/has_sent_mail.rb (x 9) subclass_name (x 9) sti_column (x 9) local_dot_atom_e (x 9) text/x-csrc (x 9) cache_root! (x 9) original_verbose (x 9)  (x 9) manifest.js (x 9) /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 (x 9) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap-theme.css?type=text/css&pipeline=self&id=dcfdc4c82e7fd0381a0883a08b7f32999492ba22722dde401cd0b5e9b6abc2d1 (x 9) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap-theme.min.css?type=text/css&pipeline=self&id=39d585f7f7507d8a5bb7b467d8308d897b6f97358c95c6b0dc392e5c5ad9a7f9 (x 9) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap.css?type=text/css&pipeline=self&id=da2317c1d31bfa216494125389e2a1ff4e2cd95f9dcfbafd184400412745d218 (x 9) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/bootstrap.min.css?type=text/css&pipeline=self&id=06d53c84711c7a87382400a4d5ac586b57bf5bb96b99b4eea6ea21fa2367b709 (x 9) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/colours.css?type=text/css&pipeline=self&id=7d9791ff545b0444c237e540c0c999b9f65ab8559eac7188ccb206cc5422a880 (x 9) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/css/custom.css?type=text/css&pipeline=self&id=b522ea3fcc99b1cd15700dfbf26a25776a7c018dd85f6d63b86d9391d612a767 (x 9) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/font-awesome-4.5.0/css/font-awesome.css?type=text/css&pipeline=self&id=5c5aa381619352352d0270188c8d617e19cbc4f1f4c942efd6b899a214d9d389 (x 9) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/font-awesome-4.5.0/css/font-awesome.min.css?type=text/css&pipeline=self&id=2b173b4acb786957712b3e718be9900caacecb2cdc3e9fb0a1cae7936a10e04e (x 9) ((?-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)(><@,;:\\"\/\[\]?='*%]))*)) (x 9) application.css (x 9) builder (x 8) json (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/bundler-1.17.2.gemspec (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/gems/kaminari-actionview-1.2.1/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/kaminari-core-1.2.1/lib (x 8) l (x 8) actionview (x 8) 0 (x 8) q (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/gems/jwt-2.3.0/lib (x 8) standalone (x 8) webrick (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) N (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) 5 (x 8) j (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/tilt-2.0.10/lib (x 8) activemodel (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sprockets-rails-3.4.0/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/jbuilder-2.11.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/gravatar_image_tag-1.2.0/lib (x 8) generators/rails/templates (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/gravatar-1.0/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/figaro-1.2.0/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/.passenger/support-binaries/6.0.23/PassengerAgent (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) ubuntu (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib (x 8) i18n (x 8) zeitwerk (x 8) tzinfo (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/warden-1.2.9/lib (x 8) byebug (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/railties-6.1.4.1/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/data-confirm-modal-1.6.3/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/delayed_job-4.1.9/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/delayed_job_active_record-4.1.6/lib (x 8) msgpack (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/orm_adapter-0.5.0/lib (x 8) bootsnap (x 8) warden (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/marcel-1.0.2/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/mini_mime-1.1.2/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/lib (x 8) xpath (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/capybara-3.36.0/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/childprocess-4.1.0/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/method_source-1.0.0/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/thor-1.1.0/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/xpath-3.2.0/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/byebug-11.1.3/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/matrix-0.4.2/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/sassc-2.4.0/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bootstrap-sass-3.4.1/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/ffi-1.15.4/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/addressable-2.8.0/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/audited-5.0.2/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/execjs-2.8.1/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/bcrypt-3.1.16/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/msgpack-1.4.2/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bootsnap-1.9.1/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/utils/tee_input.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/ffi-1.15.4 (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/case_transform-0.2/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/mail-2.7.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/actionmailer-6.1.4.1/lib (x 8) turbolinks (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/crass-1.0.6/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/loofah-2.12.0/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-html-sanitizer-1.4.2/lib (x 8) rolify (x 8) rails-assets-jquery (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activesupport-6.1.4.1/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/builder-3.2.4/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/erubi-1.10.0/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/mini_portile2-2.6.1/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/racc-1.6.0/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activemodel-6.1.4.1/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionpack-6.1.4.1/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nio4r-2.5.8/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/websocket-driver-0.7.5/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/globalid-0.5.2/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/rack-2.2.3/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rack-test-1.1.0/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/minitest-5.14.4/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/tzinfo-2.0.4/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/zeitwerk-2.5.1/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rake-13.0.6/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/i18n-1.8.11/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/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/pav/PAVES1/app/services (x 8) /home/ubuntu/pav/PAVES1/app/controllers/concerns (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/pundit-2.1.1/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rack-mini-profiler-2.3.3/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rack-proxy-0.7.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/rolify-6.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/semantic_range-3.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/web-console-4.2.0/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/mysql2-0.5.3/lib (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/webrick-1.8.1/lib (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/actionmailbox-6.1.4.1 (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/webpacker-5.4.3/lib (x 8) image/png (x 8) _render_explicit_partial (x 8) block in strip_domain_comments (x 8) Scalable Vector Graphics (x 8) Brookhaven Protein Databank File (x 8) BM (x 8) Forth source code (x 8) ActionView::ViewPaths::ClassMethods (x 8) application/x-berkeley-db;format=hash;version=4 (x 8)  D+ (x 8) function $w(t){ (x 8) application/dicom (x 8) ftypM4V (x 8) ftypmif1 (x 8) ftypheic (x 8) ftypavif (x 8) file:///home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css?type=text/css&id=bf25da18827e73e2bd94d3ac6849438a89fdcfe9993d4ba8b3beacde679282d2 (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activemodel-6.1.4.1/lib/active_model/validations/exclusion.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activemodel-6.1.4.1/lib/active_model/validations/validates.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activemodel-6.1.4.1/lib/active_model/validations/numericality.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activemodel-6.1.4.1/lib/active_model/validations/helper_methods.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activemodel-6.1.4.1/lib/active_model/validations/length.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activemodel-6.1.4.1/lib/active_model/validations/presence.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activemodel-6.1.4.1/lib/active_model/validations/format.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activemodel-6.1.4.1/lib/active_model/validations/with.rb (x 8) /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 (x 8) �  (x 8) /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/blocked_host.html.erb (x 8) paves.sparcsystems.africa (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/controllers/active_storage/direct_uploads_controller.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/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/html_selector.rb (x 8) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/rails-dom-testing-2.0.3/lib/rails/dom/testing/assertions/selector_assertions/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) attribute (x 7) (x 7) activestorage (x 7) localhost (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/aarch64-linux/rbconfig.rb (x 7) T (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) /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 (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/site_ruby/2.6.0/aarch64-linux (x 7) main (x 7) aarch64-unknown-linux-gnu (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/vendor_ruby (x 7) configure (x 7) so (x 7) > (x 7) OcuWjB15fYCbifcn (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/tracer-0.1.0.gemspec (x 7) jwt (x 7) rails-dom-testing (x 7) P (x 7) K (x 7) C (x 7) B (x 7) rexml (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/thwait-0.1.0.gemspec (x 7) 127.0.0.1 (x 7) bundler/vendor/thor/lib/thor/parser/argument.rb (x 7) bundler/vendor/thor/lib/thor/error.rb (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/mutex_m-0.1.0.gemspec (x 7) matrix (x 7) minitest (x 7) activejob (x 7) 6.0.23 (x 7) font-awesome-rails (x 7) mini_mime (x 7) concurrent-ruby (x 7) audited (x 7) mail (x 7) delayed_job (x 7) ruby2_keywords (x 7) ffi (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/byebug-11.1.3 (x 7) https (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) before (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/bindex-0.8.1 (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/msgpack-1.4.2 (x 7) loofah (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/bootsnap-1.9.1 (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bundler-2.4.22/lib (x 7) webpacker (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) /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) concerns (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) /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/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/activestorage-6.1.4.1/app/models (x 7) /home/ubuntu/pav/PAVES1/app/policies (x 7) /home/ubuntu/pav/PAVES1/app/channels (x 7) /home/ubuntu/pav/PAVES1/app/controllers (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/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/extensions/aarch64-linux/2.6.0/passenger-6.0.23 (x 7) rails_conductor_inbound_emails (x 7) rails_mailgun_inbound_emails (x 7) text/plain (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/xml/node (x 7) cs (x 7) Mail::Encodings::QuotedPrintable (x 7) des: CorelDraw X4 and newer (x 7) Concise Binary Object Representation container (x 7) Eiffel source code (x 7) _render_partial_with_options (x 7) local_dot_atom_pre_comment_e (x 7) Common Lisp source code (x 7) CoffeeScript source code (x 7) local= (x 7) block (2 levels) in cache! (x 7) ActionScript source code (x 7) Web Video Text Tracks Format (x 7) American Newspaper Publishers Association Wire Feeds (x 7) Graphviz Graph Visualization Software (x 7) Roff/nroff/troff/groff Unformatted Manual Page (UNIX) (x 7) _render_active_model_partial (x 7) HyperText Markup Language (x 7) MIME Encapsulation of Aggregate HTML Documents (x 7) Initial Graphics Exchange Specification Format (x 7) text/x-c (x 7) Silicon Graphics RGB Bitmap (x 7) template_lookup_options= (x 7) AddressListStruct (x 7) block in (x 7) _trans_targs= (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/jbuilder-2.11.3/lib/jbuilder/jbuilder_template.rb (x 7) UNIX Portable Bitmap Graphic (x 7) Portable Graymap Graphic (x 7) Apple Macintosh QuickDraw/PICT Format (x 7) A lossless image compression standard from the Joint Bi-level Image Experts Group. (x 7) Compressed Enhanced Metafile (x 7) Digital Picture Exchange from SMPTE (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionview-6.1.4.1/lib/action_view/template/types (x 7) Better Portable Graphics (x 7) ZSoft Paintbrush PiCture eXchange (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/mail-2.7.1/lib/mail/parsers/address_lists_parser.rb (x 7) ZSoft Multi-Page Paintbrush (x 7) Wireless Bitmap File Format (x 7) Microsoft Document Imaging (x 7) block in format_comments (x 7) AutoCAD DXF simplified Binary (x 7) Portable Network Graphics (x 7) block in strip_all_comments (x 7) Joint Photographic Experts Group (x 7) register_template_handler (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/faraday-2.6.0/lib/faraday/options/env.rb (x 7) Graphics Interchange Format (x 7) Computer Graphics Metafile (x 7) ACES Image Container File (x 7) RealMedia Player Plug-in (x 7) param_val_s (x 7) param_attr_s (x 7) rescue in column_for_attribute (x 7) V_VP8 (x 7) rescue in type_for_attribute (x 7) pnot (x 7)  (x 7) ContentDispositionStruct (x 7) Audio Video Interleave File (x 7) ContentDispositionParser (x 7) Ogg Packaged Dirac Video (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/mail-2.7.1/lib/mail/parsers/content_disposition_parser.rb (x 7) block in stream_response (x 7) JPEG 2000 Part 3 (Motion JPEG, MJ2) (x 7) block in immutable_strings_by_default= (x 7) immutable_strings_by_default? (x 7) Visual basic source code (x 7) immutable_strings_by_default= (x 7) reStructuredText source code (x 7) R source code (x 7) Prolog source code (x 7) PHP script (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/mail-2.7.1/lib/mail/parser_tools.rb (x 7) LESS source code (x 7) Inteface Definition Language (x 7) block in implicit_order_column= (x 7)
    117 (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionview-6.1.4.1/lib/action_view/view_paths (x 7) application/x-stata-dta;version=13 (x 7)
    115 (x 7) block in _set_inline_partial (x 7) application/x-stata-dta;version=12 (x 7)
    114 (x 7) application/x-stata-dta;version=10 (x 7) application/x-rar-compressed;version=5 (x 7) application/x-rar-compressed;version=4 (x 7) application/x-msdownload;format=pe64 (x 7) application/x-msdownload;format=pe32 (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/mail-2.7.1/lib/mail/parsers/content_location_parser.rb (x 7) application/x-msdownload;format=pe-itanium (x 7) application/x-msdownload;format=pe-armLE (x 7) combined_fragment_cache_key (x 7) pe (x 7) application/x-msdownload;format=pe-arm7 (x 7) _fragment_name_with_digest (x 7) application/x-berkeley-db;format=hash;version=5 (x 7) block (2 levels) in _write_fragment_cache (x 7)  (x 7) application/x-berkeley-db;format=hash;version=3 (x 7) block in _write_fragment_cache (x 7) application/x-berkeley-db;format=hash;version=2 (x 7) application/x-berkeley-db;format=btree;version=4 (x 7) application/x-berkeley-db;format=btree;version=3 (x 7) block in _read_fragment_cache (x 7) @_trans_actions (x 7) application/x-berkeley-db;format=btree;version=2 (x 7) application/vnd.ms-excel.workspace.4 (x 7) instrument_fragment_cache (x 7) application/vnd.ms-excel.workspace.3 (x 7) Mime-Version: (x 7) (?s)^([\\005-\\017])[\\000\\040-\\176]{10}.{43}\\1\000 (x 7) Mail::Parsers::ContentDispositionParser (x 7) .*[\\124\\122\\125\\105\\126\\111\\123\\111\\117\\116\\055\\130\\106\\111\\114\\105\\056\\000] (x 7) block in _render_partial_with_options (x 7) Foglio di lavoro Microsoft Exce (x 7) Microsoft Excel 5.0 Worksheet (x 7) PowerPoint Document (x 7) render_collection_with_partial (x 7) JAVA PROFILE \\d\\.\\d\\.\\d\\u0000 (x 7) (x 7) application/vnd.digilite.prolights (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/mail-2.7.1/lib/mail/parsers/content_transfer_encoding_parser.rb (x 7) application/sereal;version=3 (x 7) application/sereal;version=2 (x 7) application/sereal;version=1 (x 7) 0x3080 (x 7) # This is a shell archive (x 7) Documento Microsoft Word 6 (x 7) Microsoft Word 6.0 Document (x 7) must be converted with BinHex (x 7) /* Prototype JavaScript (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/actionview-6.1.4.1/lib/action_view/base (x 7) !function(window,undefined){ (x 7) Mail::Parsers::ContentLocationParser::ContentLocationStruct (x 7) SIMPLE = T (x 7) SIMPLE = T (x 7) mimetypeapplication/epub+zip (x 7)  (x 7) MZ (x 7) application/x-msdownload;format=pe (x 7) Mail::Parsers::ContentLocationParser (x 7) block in default_scope_override= (x 7) Content-Type: multipart/related (x 7) From: "Saved by Internet Explorer 11" (x 7) From: (x 7) Path: (x 7) WksSSWorkBook (x 7)
    113 (x 7) application/x-stata-dta;version=8 (x 7)
    118 (x 7) application/x-stata-dta;version=14 (x 7) block (2 levels) in each_with_info (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/mail-2.7.1/lib/mail/parsers/content_type_parser.rb (x 7) ONTOLOGY SOURCE REFERENCE (x 7) application/x-isatab-investigation (x 7) application/x-isatab-assay (x 7) mimetypeapplication/x-ibooks+zip (x 7) application/x-executable (x 7) ELF (x 7) defined guard in params_encoder (x 7) @string{ (x 7) @misc{ (x 7) %%% @BibTeX-style-file{ (x 7) ensure in silence_warnings (x 7) % BibTeX standard bibliography (x 7) Mail::Parsers::ContentTransferEncodingParser::ContentTransferEncodingStruct (x 7) application/x-berkeley-db;format=queue (x 7) IncludeDirective (x 7) @default_include_directive (x 7) build_rendered_collection (x 7) CollectionRenderable (x 7) values_with_empty_parameters (x 7) block in get_serializer_for (x 7) block in execute_callstack_for_multiparameter_attributes (x 7) serializer_lookup_enabled (x 7) nested_parameter_attributes (x 7) serializer_lookup_chain_for (x 7) multi_parameter_attributes (x 7) assign_multiparameter_attributes (x 7) default_parallel_manager= (x 7) assign_nested_parameter_attributes (x 7) _deprecated_new (x 7) � (x 7) /home/ubuntu/pav/PAVES1/app/assets/stylesheets/application.css (x 7) /home/ubuntu/pav/PAVES1/app/assets/config (x 7) � (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/blockchain/tezos.rb (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6/lib/faker/books/culture_series.rb (x 7) processors:type=image/png&file_type=image/png (x 7) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/uri.rb (x 6) doc (x 6) ruby_version (x 6) %C3 (x 6) %C0 (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/uri/common.rb (x 6) io (x 6) load_path_insert_index (x 6) install (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/uri/ftp.rb (x 6) %FF (x 6) - (x 6) The best way to manage your application's dependencies (x 6) json-2.1.0 (x 6) /home/ubuntu/.rbenv/rbenv.d/exec/gem-rehash (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/bundler-2.4.22/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb (x 6) '--prefix=/home/ubuntu/.rbenv/versions/2.6.8' '--with-openssl-dir=/home/ubuntu/.rbenv/versions/2.6.8/openssl' '--enable-shared' 'LDFLAGS=-L/home/ubuntu/.rbenv/versions/2.6.8/lib ' 'CPPFLAGS=-I/home/ubuntu/.rbenv/versions/2.6.8/include ' (x 6) -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable (x 6) group (x 6) gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. (x 6) DOT (x 6) cppflags (x 6) E (x 6) -Wl,-rpath,/home/ubuntu/.rbenv/versions/2.6.8/lib -L/home/ubuntu/.rbenv/versions/2.6.8/lib -lruby-static -lz -lpthread -lrt -lrt -ldl -lcrypt -lm (x 6) 205 (x 6) link (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/ipaddr-1.2.2.gemspec (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/sdbm-1.0.0.gemspec (x 6) * (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/e2mmap-0.1.0.gemspec (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/fiddle-1.0.0.gemspec (x 6) bundler/vendor/thor/lib/thor/parser (x 6) bundler/vendor/thor/lib/thor/line_editor (x 6) bundler/vendor/thor/lib/thor (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/bigdecimal-1.4.1.gemspec (x 6) W (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/psych-3.1.0.gemspec (x 6) erubi (x 6) bundler/vendor/thor/lib/thor/shell (x 6) tracer (x 6) rails-html-sanitizer (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/date-2.0.0.gemspec (x 6) Q (x 6) X (x 6) M (x 6) L (x 6) J (x 6) %49 (x 6) H (x 6) G (x 6) F (x 6) D (x 6) A (x 6) %13 (x 6) %87 (x 6) Z (x 6) Y (x 6) V (x 6) U (x 6) R (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/scanf-1.0.0.gemspec (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb (x 6) sass (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/ostruct-0.1.0.gemspec (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/irb-1.0.0.gemspec (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/zlib-1.0.0.gemspec (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/rss-0.2.7.gemspec (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/shell-0.7.gemspec (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/prime-0.1.0.gemspec (x 6) bundler/vendored_thor.rb (x 6) bundler/vendored_fileutils.rb (x 6) bundler/vendor/thor/lib/thor/util.rb (x 6) bundler/vendor/thor/lib/thor/shell/color.rb (x 6) bundler/vendor/thor/lib/thor/shell/basic.rb (x 6) bundler/vendor/thor/lib/thor/shell.rb (x 6) bundler/vendor/thor/lib/thor/parser/options.rb (x 6) bundler/vendor/thor/lib/thor/parser/option.rb (x 6) bundler/vendor/thor/lib/thor/parser/arguments.rb (x 6) bundler/vendor/thor/lib/thor/parser.rb (x 6) bundler/vendor/thor/lib/thor/line_editor/readline.rb (x 6) bundler/vendor/thor/lib/thor/line_editor/basic.rb (x 6) bundler/vendor/thor/lib/thor/line_editor.rb (x 6) bundler/vendor/thor/lib/thor/invocation.rb (x 6) bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb (x 6) bundler/vendor/thor/lib/thor/command.rb (x 6) bundler/vendor/thor/lib/thor/base.rb (x 6) bundler/vendor/thor/lib/thor.rb (x 6) rexml/validation/relaxng.rb (x 6) rexml/parsers/pullparser.rb (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/io-console-0.4.7.gemspec (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/strscan-1.0.0.gemspec (x 6) bundler/vendor/fileutils/lib/fileutils.rb (x 6) bundler/uri_credentials_filter.rb (x 6) bundler/stub_specification.rb (x 6) bundler/source/rubygems.rb (x 6) bundler/source/metadata.rb (x 6) bundler/source/git/git_proxy.rb (x 6) bundler/shared_helpers.rb (x 6) bundler/rubygems_integration.rb (x 6) bundler/remote_specification.rb (x 6) bundler/plugin/installer.rb (x 6) bundler/match_platform.rb (x 6) bundler/lockfile_parser.rb (x 6) bundler/lazy_specification.rb (x 6) bundler/environment_preserver.rb (x 6) bundler/endpoint_specification.rb (x 6) bundler/build_metadata.rb (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/logger-1.3.0.gemspec (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/openssl-2.1.2.gemspec (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/specifications/default/rdoc-6.1.2.1.gemspec (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/nodejs_supportlib (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/platform_info/ruby.rb (x 6) GET (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/platform_info/operating_system.rb (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/src/ruby_supportlib/phusion_passenger/loader_shared_helpers.rb (x 6) figaro (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/passenger-6.0.23/buildout/ruby/ruby-2.6.8-aarch64-linux/passenger_native_support.so (x 6) root (x 6) /tmp/passenger.ksrNTjq/apps.s (x 6) md (x 6) faker (x 6) data-confirm-modal (x 6) bootstrap-sass (x 6) responders (x 6) rackup (x 6) capybara (x 6) method_source (x 6) content-length (x 6) kaminari-core-1.2.1 (x 6) active_model/serializer/adapter (x 6) rails/generators/test_unit/templates (x 6) pundit (x 6) action_text (x 6) rails-assets-datatables (x 6) webdrivers (x 6) sections (x 6) rails-assets-jquery-3.6.0 (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/bundler/gems/faker-0ad488ec44f6 (x 6) /home/ubuntu/pav/PAVES1/app/models/concerns (x 6) application (x 6) ActiveRecord::Base (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/gems/2.6.0/gems/nokogiri-1.12.5/lib/nokogiri/html4/document.rb (x 6) Role (x 6) /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 6) edit_ (x 6) /home/ubuntu/.rbenv/versions/2.6.8/lib/ruby/2.6.0/net/protocol.rb (x 6) RPAREN (x 6) FWS (x 6) /home/ubuntu/pav/PAVES1/public/javascripts (x 6) /home/ubuntu/pav/PAVES1/public/stylesheets (x 6) -----BEGIN CERTIFICATE----- (x 6) @subject (x 6) x_uue (x 6) DITA Map (x 6) application/dita+xml (x 6) BizAgi Process Modeler (x 6) sti_names (x 6) application/zstd (x 6) zstd (x 6) application/x-zoo (x 6) Emacs Lisp source code (x 6) details_for_lookup (x 6) address_s (x 6) obs_domain_list_s (x 6) in_member_set? (x 6) D source code (x 6) C source code (x 6) _set_inline_partial (x 6) local_dot_atom_s (x 6) C# source code (x 6) current_body (x 6) domain_s (x 6) ColdFusion source code (x 6) group_name_s (x 6) _partial_options? (x 6) comment_s (x 6) COBOL source code (x 6) qstr (x 6) Clojure source code (x 6) qstr_s (x 6) AspectJ source code (x 6) custom_members (x 6) raw= (x 6) Asciidoc source code (x 6) Ada source code (x 6) _enqueue_callbacks= (x 6) append_view_path (x 6) block in cache! (x 6) WML Script (x 6) @_prefixes (x 6) _cache_fragment_for (x 6) local_prefixes (x 6) en_main (x 6) en_comment_tail (x 6) abstract? (x 6) cache! (x 6) first_final (x 6) MethodsWithBodies (x 6) _enqueue_callbacks (x 6) _eof_actions (x 6) _prefixes (x 6) _is_active_model? (x 6) Cascading Style Sheet (x 6) _trans_actions (x 6) ASP .NET (x 6) _trans_targs (x 6) _view_paths= (x 6) Active Server Page (x 6) partial! (x 6) _indicies (x 6) SuccessfulStatuses (x 6) _key_spans (x 6) _view_paths (x 6) StatusesWithoutBody (x 6) _trans_keys (x 6) X Windows Dump (x 6) template_lookup_options (x 6) GIMP Image File (x 6) Targa image data (x 6) Sony raw image (x 6) Sigma raw image (x 6) Red raw image (x 6) Rawzor raw image (x 6) JbuilderTemplate (x 6) Phase One raw image (x 6) set_view_paths (x 6) ParserTools (x 6) Pentax raw image (x 6) Panasonic raw image (x 6) en_main= (x 6) Olympus raw image (x 6) Nikon raw image (x 6) en_comment_tail= (x 6) Minolta raw image (x 6) Mamiya raw image (x 6) first_final= (x 6) Logitech raw image (x 6) reason_phrase (x 6) start= (x 6) Leaf raw image (x 6) Kodak raw image (x 6) _eof_actions= (x 6) Imacon raw image (x 6) Hasselblad raw image (x 6) _trans_actions= (x 6) Fuji raw image (x 6) Epson raw image (x 6) Casio raw image (x 6) _indicies= (x 6) Canon raw image (x 6) _index_offsets= (x 6) Adobe Digital Negative (x 6) _key_spans= (x 6) _trans_keys= (x 6) request_headers (x 6) jbuilder/jbuilder_template (x 6) Portable Bit Map (x 6) Portable Any Map (x 6) JPEG 2000 Codestream (x 6) request_body (x 6) FreeHand image (x 6) (x 6) Windows Metafile (x 6) @format_comments (x 6) AutoCAD DXF (x 6) comment_text (x 6) AutoCad Drawing (x 6) Photoshop Image (x 6) strip_domain_comments (x 6) JbuilderHandler (x 6) JPEG 2000 Part 2 (JPX) (x 6) JPEG 2000 Part 6 (JPM) (x 6) JPEG 2000 Part 1 (JP2) (x 6) image/x-jp2-container (x 6) AddressStruct (x 6) AddressListsParser (x 6) Apple Icon Image Format (x 6) Enhanced Metafile (x 6) Windows bitmap (x 6) AV1 Image File (x 6) Real Audio (x 6) request_headers= (x 6) param_attr (x 6) disp_type_s (x 6) FLV (x 6) V_VP9 (x 6) disposition_type= (x 6) wide (x 6) ftyp (x 6)