By default, Rails directs to the index.html file in the public folder unless you add map.root :controller => "something"... in the routes.rb file so if you haven't changed that, all you have to do is edit the index.html file the way you want it. if the app automatically redirects to the controller, check in your routes.rb file.
hope that helps --BC On Oct 11, 11:19 am, Pepe Sanchez <[EMAIL PROTECTED]> wrote: > I need to link_to my home page index.html located inside the public > folder > > -- > Posted viahttp://www.ruby-forum.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 -~----------~----~----~----~------~----~------~--~---

