Displaying 2 results from an estimated 2 matches for "_features".
Did you mean:
features
2017 Dec 06
2
[AMDGPU] Strange results with different address spaces
> On Dec 6, 2017, at 02:28, Haidl, Michael <michael.haidl at uni-muenster.de> wrote:
>
> The IR goes through a backend agnostic preparation phase that brings it into SSA from and changes the AS from 0 to 1.
This sounds possibly problematic to me. The IR should be created with the correct address space to begin with. Changing this in the middle sounds suspect.
> After this
2006 Oct 19
1
Ajax functionality not working - partial problem?
...ve a difficult using Ajax and wondered whether anyone has the
expertise to advise me how to proceed?
1. We start at edit - this calls a partial form, which then calls a
series of partials (which themselves call partials sometimes). If we
take the case of features, the form goes:
edit - _form - _features - _feature
2. Updates are made in the controller, then there is a re-direct to
update.rjs (this works it gets there).
3. We have:
page.replace_html("features" , :partial => ''features'' , :object =>
@features)
page[:features].visual_effect :highlight, :startcol...