On Thu, Aug 20, 2009 at 8:20 PM, Alpha Blue<[email protected]> wrote: > > Hi Greg, > > It was designed that way. I created a page management system so that > many of the pages are dynamically driven, not statically driven with > routes. Routing is fine with hard controllers but some of my pages have > no controllers and are stored directly in the database.
What is a "hard controller"? Is that different from a "controller" in some way? I believe I own most every Ruby and Rails book ever published and I've never heard of a "hard controller" before. Do tell. I understand the pages are dynamic, the question marks in the URLs make that fairly obvious. Adding the route I posted will make your urls appear to be static while the content remains dynamic. There's no reason to have any non-seo-friendly urls (question marks or ampersands) on your site when developing with Rails, content being dynamic or static, pages being database driven or other. -- Greg Donald http://destiney.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

