Michael Stämpfli
Michael Stämpfli
I have the following setup for my project: I'm using cucumber, spork and akephalos. I have a cucumber scenario where I fill a value into a text field with a...
I started by decoupling the lookup tables from the definitions. It's not finished yet. There is still code that uses lookups on definitions. @senny what do you think about it...
It would be nice to have a simple construct to group import blocks like: ``` ruby group 'employees' do dependencies 'manager', 'software developers', 'testers' end ``` In my use case...
Currently each import block runs in a transaction. This may cause some issues with large datasets. My research showed that there is (practically) no hard limit of statements per transaction....
In our forms we have a bunch of special autocompletion fields which do not conform with the implementation for the standard autocompletion field. So corner_stones doesn't work with them. It...