angelf

Results 5 comments of angelf

same thing here (using inherited resources and the gem dry_scaffold-0.3.7)

I think it'd be best to allow the schema parameter to be a callback to the actual types. As in.. ``` import {Record, List} from 'typed-immutable'; var Node = Record(function()...

This makes a lot of sense. Even better would be to allow the user to independent elasticsearch configurations for each environment. Something like this: config/elasticsearch.yml production: host: 192.134.321.121:9200 prefix: production...

Hi, I feel that the default should be to test the full stack - after all this is the default with databases too. Maybe what we should do is adding...