I hereby claim:
- I am moll on github.
- I am moll (https://keybase.io/moll) on keybase.
- I have a public key whose fingerprint is 148F 4094 4D26 C87F 8639 9523 E976 9517 00BB 3645
To claim this, I am signing this object:
class MigrateSessionsToDevise3 < ActiveRecord::Migration | |
class Session < ActiveRecord::Base | |
attr_protected | |
serialize :data, JSON | |
end | |
def up | |
Session.find_each do |session| | |
warden = session.data["warden.user.account.key"] | |
next unless warden |
var inherit = require("descend") | |
var Controller = module.exports = function(req, res, next) { | |
this.req = req | |
this.res = res | |
this.next = next | |
} | |
Controller.inherit = function() { | |
var heir = inherit.apply(this, arguments) |
I hereby claim:
To claim this, I am signing this object:
FILES = $(patsubst %, public/assets/%.js, html5) | |
UGLIFY = ./node_modules/.bin/uglifyjs | |
UGLIFY_OPTS = --stats --mangle | |
minify: $(patsubst %.js, %.min.js, $(FILES)) | |
@for file in $^; do mv "$$file" "$${file%.min.js}.js"; done | |
public/assets/%.max.js: public/assets/%.js | |
@mv "$<" "$@" |
( | |
.windows[0].extData."tabview-group" | | |
fromjson | | |
map({key: .id | tostring, value: .}) | | |
from_entries | |
) as $groups | | |
.windows[0].tabs | | |
map(select(.extData."tabview-tab")) | |