venkata reddy
2010-Nov-18 06:18 UTC
How to insert/upload my static pages into the application
Hi All, this is venkat and who is a bit new to ROR, I am working on buildina a hospital website. So almost all my webpages are static pages. I created all my webpages(8 in total) a home page and links to the other pages. so how can i insert/upload these pages in to the site? and also let me know where can i put resources like images in the webpages.. please help as i left with very less time..... -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Bala Paranj
2010-Nov-18 07:58 UTC
Re: How to insert/upload my static pages into the application
You don''t need Rails for a static website. Just upload your static files and images using ftp to your host. On Wed, Nov 17, 2010 at 10:18 PM, venkata reddy <venkatareddy.cs-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote:> Hi All, > this is venkat and who is a bit new to ROR, > I am working on buildina a hospital website. > So almost all my webpages are static pages. > I created all my webpages(8 in total) a home page and links to the > other pages. > so how can i insert/upload these pages in to the site? and also let me > know where can i put resources like images in the webpages.. > please help as i left with very less time..... > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- Cheers, Bala RoR Developer Now Available for Hire -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Norbert Melzer
2010-Nov-18 08:35 UTC
Re: How to insert/upload my static pages into the application
He says most are static, so it seems that there is a need for ROR. Static pages and other ressources Cannabis be put into the public folder of the ROR standard directory structure. HTH NobbZ Am 18.11.2010 08:58 schrieb "Bala Paranj" <bcparanj-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:> You don''t need Rails for a static website. Just upload your static filesand> images using ftp to your host. > > On Wed, Nov 17, 2010 at 10:18 PM, venkata reddy > <venkatareddy.cs-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote: > >> Hi All, >> this is venkat and who is a bit new to ROR, >> I am working on buildina a hospital website. >> So almost all my webpages are static pages. >> I created all my webpages(8 in total) a home page and links to the >> other pages. >> so how can i insert/upload these pages in to the site? and also let me >> know where can i put resources like images in the webpages.. >> please help as i left with very less time..... >> >> -- >> 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> To unsubscribe from this group, send email to >> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org><rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%252Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>> >> . >> For more options, visit this group at >> http://groups.google.com/group/rubyonrails-talk?hl=en. >> >> > > > -- > Cheers, > Bala > RoR Developer Now Available for Hire > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email torubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> .> For more options, visit this group athttp://groups.google.com/group/rubyonrails-talk?hl=en.>-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
venkata reddy
2010-Nov-18 08:54 UTC
Re: How to insert/upload my static pages into the application
oK, then wat abt the routing? On Nov 18, 1:35 pm, Norbert Melzer <timmel...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> He says most are static, so it seems that there is a need for ROR. > > Static pages and other ressources Cannabis be put into the public folder of > the ROR standard directory structure. > > HTH NobbZ > > Am 18.11.2010 08:58 schrieb "Bala Paranj" <bcpar...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>: > > > > > > > > > You don''t need Rails for a static website. Just upload your static files > and > > images using ftp to your host. > > > On Wed, Nov 17, 2010 at 10:18 PM, venkata reddy > > <venkatareddy...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote: > > >> Hi All, > >> this is venkat and who is a bit new to ROR, > >> I am working on buildina a hospital website. > >> So almost all my webpages are static pages. > >> I created all my webpages(8 in total) a home page and links to the > >> other pages. > >> so how can i insert/upload these pages in to the site? and also let me > >> know where can i put resources like images in the webpages.. > >> please help as i left with very less time..... > > >> -- > >> 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<rubyonrails-talk%2Bunsubscrib e@googlegroups.com> > > <rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%252Bunsub scribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > > >> . > >> For more options, visit this group at > >>http://groups.google.com/group/rubyonrails-talk?hl=en. > > > -- > > Cheers, > > Bala > > RoR Developer Now Available for Hire > > > -- > > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > To unsubscribe from this group, send email to > > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscrib e@googlegroups.com> > .> For more options, visit this group at > > http://groups.google.com/group/rubyonrails-talk?hl=en. > > > > > > > >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Norbert Melzer
2010-Nov-18 08:56 UTC
Re: Re: How to insert/upload my static pages into the application
Rails looks first if there is a file in the path, if not then routing comes into place Am 18.11.2010 09:54 schrieb "venkata reddy" <venkatareddy.cs-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:> oK, then wat abt the routing? > > > On Nov 18, 1:35 pm, Norbert Melzer <timmel...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: >> He says most are static, so it seems that there is a need for ROR. >> >> Static pages and other ressources Cannabis be put into the public folderof>> the ROR standard directory structure. >> >> HTH NobbZ >> >> Am 18.11.2010 08:58 schrieb "Bala Paranj" <bcpar...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>: >> >> >> >> >> >> >> >> > You don''t need Rails for a static website. Just upload your staticfiles>> and >> > images using ftp to your host. >> >> > On Wed, Nov 17, 2010 at 10:18 PM, venkata reddy >> > <venkatareddy...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote: >> >> >> Hi All, >> >> this is venkat and who is a bit new to ROR, >> >> I am working on buildina a hospital website. >> >> So almost all my webpages are static pages. >> >> I created all my webpages(8 in total) a home page and links to the >> >> other pages. >> >> so how can i insert/upload these pages in to the site? and also let me >> >> know where can i put resources like images in the webpages.. >> >> please help as i left with very less time..... >> >> >> -- >> >> You received this message because you are subscribed to the GoogleGroups>> >> "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<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org><rubyonrails-talk%2Bunsubscribe@googlegroups.com>>> >> <rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%252Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org><rubyonrails-talk%252Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>>> >> >> . >> >> For more options, visit this group at >> >>http://groups.google.com/group/rubyonrails-talk?hl=en. >> >> > -- >> > Cheers, >> > Bala >> > RoR Developer Now Available for Hire >> >> > -- >> > You received this message because you are subscribed to the GoogleGroups>> >> "Ruby on Rails: Talk" group.> To post to this group, send email torubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org>> > To unsubscribe from this group, send email to >> >> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org><rubyonrails-talk%2Bunsubscribe@googlegroups.com>>> .> For more options, visit this group at >> >> http://groups.google.com/group/rubyonrails-talk?hl=en. >> >> >> >> >> >> >> >> > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email torubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> .> For more options, visit this group athttp://groups.google.com/group/rubyonrails-talk?hl=en.>-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.