Displaying 2 results from an estimated 2 matches for "itsastickup".
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
2008 Dec 31
1
resource api docs not working for me
Hi,
ruby 1.8.4, rails 2.2.2, mongrel 1.5.1, win xp
I read in the docs that this :
map.resources :articles do |article|
article.resources :comments
end
should result in this lot:
article_comments_url(@article)
article_comment_url(@article, @comment)
article_comments_url(:article_id => @article)
article_comment_url(:article_id => @article, :id => @comment)
So when I did