Stepan Anchugov
Stepan Anchugov
@yohang @Nicals Looks like this has been resolved now, right? The doc looks quite comprehensive now: http://finite.readthedocs.io/en/master/usage/symfony.html
@jkabat, as you could notice, there's no response in this issue's thread; as I know, there is no adequate solution for my usecase yet.
@jkabat, well, I assumed that having multiple extraneous columns in a table is not too bad, so I don't have a solution yet :(
Here's the full exception trace, just in case: ``` UnexpectedValueException: RecursiveDirectoryIterator::__construct(../vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations): failed to open dir: Too many open files .../vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/RecursiveDirectoryIterator.php:49 .../vendor/symfony/symfony/src/Symfony/Component/Finder/Adapter/PhpAdapter.php:35 .../vendor/symfony/symfony/src/Symfony/Component/Finder/Finder.php:795 .../vendor/symfony/symfony/src/Symfony/Component/Finder/Finder.php:707 .../vendor/jms/di-extra-bundle/JMS/DiExtraBundle/Finder/PatternFinder.php:185 .../vendor/jms/di-extra-bundle/JMS/DiExtraBundle/Finder/PatternFinder.php:72 .../vendor/jms/di-extra-bundle/JMS/DiExtraBundle/Config/FastDirectoriesResource.php:76 .../vendor/jms/di-extra-bundle/JMS/DiExtraBundle/Config/FastDirectoriesResource.php:59 .../app/bootstrap.php.cache:2835 .../app/bootstrap.php.cache:2485 .../app/bootstrap.php.cache:2266...
I've switched my tests to Symfony's built-in `WebTestCase`, and the results are quite interesting: Liip `WebTestCase` as base: ``` Time: 1.24 minutes, Memory: 400.25Mb ``` Symfony's built-in `WebTestCase`: ``` Time:...
Looks like symfony/symfony#13448 could be related here, also
Well, implementing your own persistence mechanism doesn't seem like an easy task to do. As far as I see, the only two available methods are baked in (see the bundle...
Well, it definitely is a bug. What if my validation rules and fields are defined dynamically?
@sharshenov, your comment went outdated. You should've linked to a line in a commit, like this: https://github.com/jashkenas/backbone/blob/1dbe3ddf2f757b0f1a23e22ca5986b6e4a3fda90/backbone.js#L35
Oh, wow, thanks. That's an option, although I don't quite see why isn't it easier just to enable merging schemas.