Skip to content

Instantly share code, notes, and snippets.

View grekko's full-sized avatar
🙃
wAt

Gregory Igelmund grekko

🙃
wAt
View GitHub Profile
NoMethodError in PagesController#home
undefined method `reverse_merge!' for #<Array:0x5203e0c6>
Rails.root: /Users/apple/testapp
Application Trace | Framework Trace | Full Trace
refinerycms-i18n (0.9.9.15) lib/refinery/i18n-js.rb:25:in `export!'
refinerycms-i18n (0.9.9.15) lib/refinery/i18n-js.rb:24:in `each'
refinerycms-i18n (0.9.9.15) lib/refinery/i18n-js.rb:24:in `export!'
refinerycms-i18n (0.9.9.15) lib/refinery/i18n.rb:25:in `_callback_before_45'
@AdaRoseCannon
AdaRoseCannon / HTMLElementPlus.js
Last active March 3, 2023 11:33
HTML Element Plus for Web Components
'use strict';
class HTMLElementPlus extends HTMLElement {
static defaultAttributeValue() {
/* the name of the attribute is parsed in as a parameter */
return;
}
static parseAttributeValue(name, value) {