Volodymyr Zhukov
Volodymyr Zhukov
this is nice feature and can be useful on some projects.
Yes it's different. There is opposite association where we have :polymorphic => true on the other side and association class always the same
if you don't want to wait for merge add this code to your initializer ``` require 'passbook' module Passbook class Signer class File def self.read(filename) filename end end end end...
this fork currently maintained https://github.com/jtuz/spf13-vim
instead of symlink you can create some dummy file and calculate checksum e.g. app/assets/stlesheets/config_checksum.erb ``` ``` and use regular depend_on instead of process_depend_on_config_directive this should work for sprockets 3.7.2
@diegocouto Can you post sample_spec.js.jsx content to inspect.
@diegocouto It looks like regular js file without any jsx content. As far as I know jsx is for React Components .. and it create js from pseudo html. Do...
@diegocouto Not a PRO but I think you still can use regular js extension for tests and sprocket can compile jsx components to regular js file for you.
@scags9876 You can use [teaspoon gem](https://github.com/modeset/teaspoon) . there is code coverage
I can confirm. It's not working with asdf 0.16.7 - fresh installation on Mac added plugin with asdf plugin add alias and it not working e.g. asdf alias command just...