search for: article_titl

Displaying 4 results from an estimated 4 matches for "article_titl".

Did you mean: article_title
2007 Feb 12
1
Invalid char problem
...icle_editor/_header_read.rhtml:2: parse error, unexpected '')'', expecting kEND C:/INSTAN~1.4P1/INSTAN~1/rails_apps/travelogue/config/../app/views/article_editor/_header_read.rhtml:3: parse error, unexpected tIDENTIFIER, expecting kEND _erbout.concat " <div class=\"article_title\">"?; _erbout.concat(( @article.title ).to_s); _erbout.concat "</div>\n" ^ C:/INSTAN~1.4P1/INSTAN~1/rails_apps/travelogue/config/../app/views/article_editor/_header_read.rhtml:4: Invalid char `\001''...
2009 Feb 18
14
guides on css strategy
I''m having to design the UI to a small site, and that means dabbling in css. I''ve never been able to get any kind of decent idea as to how to decide on classes and id-ing. I''ve had a sniff around the internet without success: people seem to be as clueless as me. I''ve even examined the css/markup of a few sites and it hasn''t been enlightening. Does
2006 Jun 30
5
If / Else Form layout question.
...keep using _form.rhtml as a layout template, instead of customizing each separate page. How do I go about setting up the if statement? Is there such a thing as a ''if action => new'' or ''if action => edit'' statement? Thanks. <p><label for="article_title">Title</label><br/> <%= text_field ''article'', ''title'' %></p> <p><label for="article_body">Body</label><br/> <%= text_area ''article'', ''body'' %></p&gt...
2006 May 18
6
Newbie:problem when using validates*
Hi, I have performed the cookbook tutorial. Before tailoring the views and controllers, when I put in the model recipe.rb: validates_uniqueness_of :title validates_length_of :title, :within => 1...20 And I tried to introduce some new recipe without the above conditions I got the message: --------------------------------------------------- New recipe 1 error prohibited this category from