[Rails] Re: how to insert static pages and how to develop a website using ROR?

2010-11-17 Thread Gogov
If you're new to this stuff, spend some time with http://railstutorial.org/ I invested 2 days in going over this tutorial and it's very useful for a newcomer. Here's useful examples about static pages: http://railstutorial.org/chapters/static-pages#top Browse around the site to find even more ans

Re: [Rails] Re: how to insert static pages and how to develop a website using ROR?

2010-11-16 Thread mahesh s
Hi venkat I Hope u included all the css and images In Rails app we have a folder called public, Inside public u can see the folders 1)images 2)javascripts 3)stylesheets there u have to paste all the images and css & js in their respective folder. then u have to give a image path ** u have to

[Rails] Re: how to insert static pages and how to develop a website using ROR?

2010-11-16 Thread venkata reddy
hi mahesh, Thanks for the quick response.. i tried what u told but the images are not getting displayed.. i seperately designed a home page using html and i pasted the code in the home\index.html (i copied the image to home foleder as well)but the text only itself only displaing and the images