Alex Speller

Results 12 issues of Alex Speller

Merge changes to support subdomain crawling from https://github.com/runa/anemone/commit/91559bde052956cfc40ae62678ec2a61574cf928

This is a bit of a horrible implementation but it's less duplication in use and minification safe: ``` coffee Em.superAuto = (keys..., func) -> str = func.toString() regex = /function\s*\(\s*\)/...

Some minor changes to how associations are tested, and allow specification of attribute aliases, e.g. ``` ruby it "should match attributes with keys" do serializer = Class.new ActiveModel::Serializer do attribute...

On OSX, try to type e.g. "é" by first pressing alt+e and then typing e - this seems to make everything break?

Your example in the readme has a security hole, you can specify any sort order and therefore run arbitrary SQL. This approach is safer, might be better with DSL support...

This field is not actually required, if you don't use it, you don't get the search filled in again when you press delete but that's not actually a problem if...

A few bugfixes I had to make to get it working for me! Alex

https://ember-twiddle.com/d8c8c1f590175dd465e3191c44a2b6c4

Seems like the addon is relying on underscore being present, but it's not explicitly imported by index.js - would it make sense to not use `_` for this one method...

This change and a patched ember inspector needs to happen first, so filing this PR to show what needs changed. Presumably the best thing to do is wait until a...