I''m learning RoR and I need to solve a particular problem. I have a database which I currently use to create a complete web site, it has pages like \Europe\Spain\hotels-in-Spain.html and \Europe\Spain \Index.html, and \Europe\Index.html, you get the general idea. Reading about routes.rb I see that with some tricking about I could preserve this search engine friendly way of doing things, but for the most part these pages are static and change maybe once a week or even less. Rather than have Rails generate a new page from scratch on each request, I want to use Rails to create the entire web site and write it into the right directories as static pages, with just a few dynamic pages, or maybe some AJAX sections on the static pages. How do I do it? --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
http://radiantcms.org/ Uses caching. On Feb 27, 8:17 am, JDS no spam <jds...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I''m learning RoR and I need to solve a particular problem. I have a > database which I currently use to create a complete web site, it has > pages like \Europe\Spain\hotels-in-Spain.html and \Europe\Spain > \Index.html, and \Europe\Index.html, you get the general idea. Reading > about routes.rb I see that with some tricking about I could preserve > this search engine friendly way of doing things, but for the most part > these pages are static and change maybe once a week or even less. > Rather than have Rails generate a new page from scratch on each > request, I want to use Rails to create the entire web site and write > it into the right directories as static pages, with just a few dynamic > pages, or maybe some AJAX sections on the static pages. > > How do I do it?--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Ta for that, sadly the demo doesn''t work anymore, when I click the login button I go straight to "server cannot be found". I''ll download the thing as see if I can get it to work that way. Cheers John Small On 27 Feb, 16:49, praxedis <nascent_2...-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> wrote:> http://radiantcms.org/ > > Uses caching. > > On Feb 27, 8:17 am, JDS no spam <jds...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > I''m learning RoR and I need to solve a particular problem. I have a > > database which I currently use to create a complete web site, it has > >pageslike \Europe\Spain\hotels-in-Spain.html and \Europe\Spain > > \Index.html, and \Europe\Index.html, you get the general idea. Reading > > about routes.rb I see that with some tricking about I could preserve > > this search engine friendly way of doing things, but for the most part > > thesepagesarestaticand change maybe once a week or even less. > > Rather than haveRailsgenerate a new page from scratch on each > > request, I want to useRailsto create the entire web site and write > > it into the right directories asstaticpages, with just a few dynamic > >pages, or maybe some AJAX sections on thestaticpages. > > > How do I do it?--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
JDS no spam wrote:> Ta for that, sadly the demo doesn''t work anymore, when I click the > login button I go straight to "server cannot be found". I''ll download > the thing as see if I can get it to work that way. > > Cheers > > John Small >Radiant is very good and quite reliable. You should be able to get it running quite easily. There are download and install instructions at the website (http://radiantcms.org/ ) but they''re migrating servers, so you may have some problems (that may be why the demo doesn''t work). There''s a helpful mailing list on that site. Also, after you download, you can follow the tutorial on my site to get started: http://notepad.onghu.com/2007/5/26/hello-world-using-radiant-cms Cheers Mohit. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---