jgaskins on v1.1.3
jgaskins on master
Add VirtualDOM::Doc.pre_rendere… Version 1.1.3 (compare)
jgaskins on v1.1.2
jgaskins on master
Clean up vdom after MemoizedCom… Version 1.1.2 (compare)
jgaskins on v1.1.1
jgaskins on master
Remove obsolete check This val… Selectively run delayed render … Version 1.1.1 (compare)
jgaskins on master
Allow build failures on MRI 2.6 (compare)
jgaskins on fix-build-failures-on-2.6
Fix allow_failures structure O… (compare)
jgaskins on fix-build-failures-on-2.6
Fix build failures on MRI 2.6 (compare)
jgaskins on master
Use the latest Rubygems (compare)
jgaskins on v1.1.0
jgaskins on master
Version 1.1.0 (compare)
jgaskins on npm-vdom-compilation
method_missing
will do what we need. Since the Canvas API is almost completely implemented with method calls that receive numbers, everything I've tried from MDN just worked. :-) The only thing I found that hasn't worked is context.stroke(path)
. Using it without the path works just fine, though.
gem 'bowser', git: 'https://github.com/clearwater-rb/bowser.git', branch: 'canvas-support'
gem 'clearwater', git: 'https://github.com/clearwater-rb/clearwater.git', branch: 'canvas-support'
neo4j
gem is pretty great. It's heavily inspired by ActiveRecord, but handles the graph properties really nicely and I love its associations API. I don't think it supports has_many :through
, but N+1 queries are a lot less common.
neo4j
gem gave a lightning talk at RubyConf last year.
clearwater-virtual_list
, a gem for rendering large lists without putting the entire thing in the DOM.