↧
Form_for doesn't create param in 2.3.2 posted by Peter Shearan @ Mon, 18 May...
I’ve worked thru the example in Chapter 21. Resource-Based Routing to create articles and associated comments.The code for creating a new comment uses a form created using form_for:<% form_for...
View ArticleForm_for doesn't create param in 2.3.2 posted by Calvin Stephens @ Mon, 01...
I’m a beginner at Rails but if there is a change in 2.3.2, there is a wiki for Agile dev with Rails 3rd edition with documented changes at:http://pragprog.wikidot.com/changes-to-rails(hope this is new...
View ArticleForm_for doesn't create param in 2.3.2 posted by Peter Shearan @ Fri, 05 Jun...
CalvinThanks for the suggestion but I had already checked these.Anybody else got any thoughts or ideas?RegardsPeter
View ArticleForm_for doesn't create param in 2.3.2 posted by Richard Day @ Thu, 02 Jul...
I am new to Rails and this probably breaks all sorts of standards but I got it to work by doing the following.In the view I put the following code for the form_for declaration<% form_for :entity,...
View Article