Creating a blog

Hi all,

Hope you will be fine. I want to know that how can I create a blog in rails. Here is an example blog http://king370.liveblog.com. I want to know the models and their appropriate associations. Please anybody can help me? Take a look at the blog first to give the relevant answers.

Try Googling for Rails tutorials. A blog is one of the standard beginner examples. The canonical one, because it helps you learn Rails (and basic Ruby) so well, actually uses a *micro*blog:

http://ruby.railstutorial.org/

Also see Getting Started with Rails — Ruby on Rails Guides .

-Dave