[Rails] sharing cookies for dyanmic domain

2010-08-13 Thread atin
but they are not working out... Thanks, Atin -- 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 rubyonrails-t...@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-tal

[Rails] How to submit a drop down menu using forms

2010-06-29 Thread atin
Hi I am learning rails & I am developing a blog site using it so i want to make a drop down menu which would have the title of the blog & on selecting that title i should be redirected to the show page of blog contents I have 2 models Blog: title has_many articles Artcile: name author date body be