On Tue, Mar 31, 2009 at 2:32 AM, derm_w <dermotw...@eircom.net> wrote:

>
> I'm new to rails myself but I think you'll find the welcome page in
> the index.html file in the public folder in your app.
>
> Kind regards,
>
> Dermot.
>
> On Mar 31, 9:57 am, Zhao Yi <rails-mailing-l...@andreas-s.net> wrote:
> > I start rails server and the default(http://localhost:3000) page would
> > be Ruby on Rails welcome page. Can I change this page or redirect to a
> > controller?
> > --
>

In most Rails projects, one will delete the index.html file that's located
in
rails_app/public directory.  Now, you can create the index page as an
action of a controller or you can simply create another index.html with
what you want and place it in the public directory.

Good luck,

-Conrad


>
> > 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 rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to