Displaying 3 results from an estimated 3 matches for "other_valu".
Did you mean:
other_value
2006 Mar 08
5
@params["aKey"] and multiple aKeys in request
Hi,
I''ve actually run into an interesting problem and no idea how to fix
it. In request parameters i have multiple "url" keys like this:
url=www.abc.com&url=cnn.com&url=....
But @params[:url] has only the latest value for "url" key instead of
having values kept in array.
So what''s next? Is there way out of this issue?
Thanks,
G?bor
PS.: I use rails
2018 Oct 02
1
Bug in conditionals to assign values to variables?
>
> I can't seem to be able to reproduce this, not even with v2.2.33. It simply works without logging any errors.
>
I've made a lot of changes now. I can't neither reproduce it anymore :-(.
If I could, I'll send the complete configuration.
--
Angel L. Mateo Mart?nez
Secci?n de Telem?tica
?rea de Tecnolog?as de la Informaci?n
y las Comunicaciones Aplicadas (ATICA)
2006 Oct 23
6
overriding mock expectations
There is one annoyance I''m encountering with the Mock API in rSpec.
Overall it works well, as far as dynamic mocks go ;)... but there''s
this one thing... It doesn''t allow overriding of expectations.
example:
m = mock("blah")
m.should_receive(:one).any_number_of_times().and_return(1)
m.should_receive(:one).and_return(1)
The second call to should_receive