Alexander Logvinov
Alexander Logvinov
Same problem with 4.2.1.rc2: ``` ruby AddressElement.includes(:self_and_ancestors).where(aolevel: 4).first ``` ``` code AddressElement Load (53.4ms) SELECT "address_elements".* FROM "address_elements" WHERE "address_elements"."aolevel" = $1 ORDER BY "address_elements"."id" ASC LIMIT 1 [["aolevel", 4]]...
Doesn't work with application/vnd.api+json content type. Probably it's better to use `include?('json')`?
@davidstosik it works, thanks!
Здравствуйте! Очень давно не использую этот гем и проверить нет возможности. А у вас до этого все работало или вы первый раз подключаете? Похоже падает здесь `client.auth_code.get_token(verifier, ...` Посмотрите, пожалуйста,...
Please update railties dependency. I can't install active_scaffold_vho 3.1.0. $ gem install active_scaffold_vho ERROR: While executing gem ... (Gem::DependencyError) Unable to resolve dependencies: render_component_vho requires railties (~> 3.0.0) $ gem...
Yes, it works. Thanks! Should they be in the development deps? Runtime Dependencies jeweler >= 0 rcov >= 0
Sure, but now they are in the runtime deps. :) $ gem install active_scaffold_vho Fetching: git-1.2.5.gem (100%) Fetching: jeweler-1.6.4.gem (100%) Fetching: rcov-0.9.11.gem (100%) Building native extensions. This could take a...
Thank you for your work! I have some problems while migrating to 3.1.0 version of AS from 3.0.23. But it seems this is another story. :)