Displaying 2 results from an estimated 2 matches for "grantneufeld".
2008 Jun 20
4
Handling content pages (CMS-like)
Hello list,
I wonder how you guys handle content pages? Often described as "static"
pages.
However, I don''t like to call them "static" because these pages often do use
some minor dynamic content.
This is what I like to think of as the "website" part of the web
application. Content that does not have complex logic behind it.
I had to handle it in the
2006 Apr 20
0
Custom path overriding - routes.rb
I want to be able to have custom URL paths to some of my data.
For example, I might have some entries in my "item" table like:
id=1, title="Test", path="/test.html", content="some test content..."
id=2, title="Example", path="/another/example/", content="some
example content..."
id=3, title="Some more",