Rails command for creating static pages

Hi,

How do we create static pages using rails(shud have only buttons, some text and upon clicks the appropriate controller should be called)?

Chapter 3 of railstutorial.org deals with this. http://ruby.railstutorial.org/chapters/static-pages#top

Colin