Ladislav Gallay

Results 51 comments of Ladislav Gallay

@Jesus Do you please know how this could be resolved?

@stepozer Could you please share the change that you've done to access attributes? I'd also like to use this feature.

@hashwin How would you suggest to address these issues please?

I think the official gem code/repo is under rails_panel: https://github.com/dejan/rails_panel/issues/178

I see the `codeception.yml` - it should somehow work with Fixtures. ``` yml actor: Tester paths: tests: tests log: tmp/tests data: tests/Fixture helpers: src/TestSuite/Codeception settings: bootstrap: bootstrap.php colors: false memory_limit:...

Thank you very much for this quick guide. Codeship.com [runs a PHP server](https://codeship.com/documentation/languages/php/#running-your-php-server) on 127.0.0.1:8000 so the Acceptance tests have chance to work I guess. The database just needs to...

I got it thanks. So how should I prepare the schema and data? Where to put these information? The best would be to create the schema in one file, and...

I figured out that I cannot use the `Db` module in Codeception, becuase the credentials are stored in `env`. I could possibly set ``` yaml config: Db: dsn: 'PDO DSN...

I have tested this and it WORKS! On **circle** you can create file `circle.yml` in the root with this: ``` yml machine: php: version: 5.6.2 environment: APP_ENV: circleci dependencies: override:...

Hello @aj-michael, @brandwe, @cchar could you please let us know whether this gem is abandoned or whether it is possible to at least merge this request? I think there are...