I am using rails 3.2 and i have to set a background for one of the page and i have tried many ways and nothing went right, so looking for some good help. I have tried
If you are using sass (scss), use image-url function:
body { background-image: image-url('texture.png'); // link to /assets/images/texture.png }