Displaying 4 results from an estimated 4 matches for "beckwith".
2008 Mar 13
6
What is SpecServer?
I have looked through the docs, looked at the code, even gave a
cursory (2 page) glance at google, and it is not clear to me what
SpecServer is or what it is for.
Is it meant to speed up the execution of specs in a rails environment
by doing some magic on the database?
Or I am thinking it keeps a copy of Rails running to avoid the rails
reload delay...
Is there any documentation on this so I
2001 Nov 21
1
Connection problems from NT
...up users.map with one entry :-
guest = *
Can anyone offer any advice as to why NT seems to be preventing me from
connecting ?
Any help would be greatly appreciated
Mike.
> __________________________________
> Mike Whorley
> Systems Administrator
>
> CODA plc
> Cardale Park, Beckwith Head Road
> Harrogate, HG3 1RY, England
>
> Tel +44 (0)1423 509999
> Direct +44 (0)1423 537934
> Mob +44 (0)7775 720259
> Fax +44 (0)1423 537862
>
> email mike.whorley@coda.com
> web http://www.coda.com
> __________________________________
>
-------------- n...
2008 Feb 29
5
outside-in = integration tests on views?
Hi,
In the spirit of "outside-in" are given-when-then scenarios supposed to be
integration tests of views? Or should we be accessing the model interfaces
directly (not through a view)?
Thanks,
David :)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/rspec-users/attachments/20080229/dc6b1660/attachment.html
2008 Apr 07
5
trying to use Ajax.InPlaceEditor
Hi,
I''m programming a Ruby on Rails project where I am on the edit page
of /boxes/1/edit and I''m trying to make an InPlaceEditor for the color
property. (E.g. red box, blue box, etc.) My problem is that after
successfully saving the value in the database, the response I get from
the server is javascript, and it''s being rendered in the place where
the updated value is