S
slunky
I'm still relatively new to rails. I'm trying to use it to create a
static site for now, using it mainly as a template engine and then
expanding it as I learn. Everything works fine up to www.example.com/foo
as far as my css stylesheet goes, but say I want to access a page at
www.example.com/foo/bar or I want to access the same page at
www.example.com/foo/index I lose my stylesheet. Anyone know how I can
fix this? I'm stumped right now.
static site for now, using it mainly as a template engine and then
expanding it as I learn. Everything works fine up to www.example.com/foo
as far as my css stylesheet goes, but say I want to access a page at
www.example.com/foo/bar or I want to access the same page at
www.example.com/foo/index I lose my stylesheet. Anyone know how I can
fix this? I'm stumped right now.