Displaying 2 results from an estimated 2 matches for "returnign".
2004 Jun 15
2
S/R/RWeb/ODBC
I'm looking for an optimal approach to access Oracle databases via RWeb
applications. I'm new to R but familiar with programming functions and web
pages for the S+ Statserver. I'm now going through the motions of migrating
S+/Statserver applications to R/RWeb as a feasability exercise. I can access
databases using ODBC directly in R or S, and using Statserver, but I have
not succeeded
2007 Oct 20
14
Problems with form_for and partials
...formation due to the template being
run at that point.
Then in the partial:
# app/views/users/_form
<p>
<label>Name</label>
<%= f.text_field :user, ... %>
</p>
I can create a FormBuilder instance here and solve the ''f'' problem by
stubbing f and returnign the new FormBuilder but then I have to stub
the text_field method which is what i''m actually spec''ing.
I''d appreciate any suggestions on how to accomplish this without
having to repeat the same basic form information and buttons over
multiple forms. Something about sacri...