When I'm making views in Rails I am using my own naming conventions for
dom id's and classes:

<div id="posts" class="posts">
  <div id="post_23" class="post">
    <h2 id="post_23_headline" class="headline">Ruby on Rails</h2>
    <p id="post_23_content" class="content">Lorem ipsum dolor sit
amet.</p>
  </div>
  <div id="post_24 class="post">
    ...
  </div>
</div>

I've been trying to Google a little around, trying to find an answer,
but are there any official or semi-official naming conventions for id's
and classes in the view out there?

Or is it more like a personal preference?
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to