Displaying 2 results from an estimated 2 matches for "post_poster".
2006 Jun 20
0
No opening form tag in rendered HTML
...#Partial form
<%= error_messages_for ''post'' %>
<!--[form:post]-->
<p><label for="post_subject">Subject</label><br/>
<%= text_field ''post'', ''subject'' %></p>
<p><label for="post_poster">Poster</label><br/>
<%= text_field ''post'', ''poster'' %></p>
<p><label for="post_date">Date</label><br/>
<%= datetime_select ''post'', ''date'' %></p>...
2010 Jan 05
0
Problem with associating comments with blog posts on same page
Hi,
I will admit I am very new to ruby and I am trying to do something
that is not in any tutorials I have found. If you see a more
conventional way to do some of the things I am trying to do, please
let me know.
What I am trying to accomplish. People can edit the comments on the
same page as the listing of posts. The problem is that when I go to
create the comment, it is not getting associated