On 17 January 2013 18:32, Роман Пружанский <[email protected]> wrote: > Hi, > > I want to create web application where people can discuss some things. > There will be a Posts and users can comment it, but I also want users can > comment commentaries. > Can I create model comment, that belongs_to comment and has_many comments, > or smth similar?
Start by working through the tutorial at railstutorial.org. That will give you a good understanding of the basics of rails. Also look at the Rails Guides. When working through any tutorial make sure that the tutorial is for rails 3 and that you have installed exactly the rails version that the tutorial expects. Colin -- 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 https://groups.google.com/groups/opt_out.

