NTS: The default URL for a new rails app is the index.html file in the Public folder. If you want to change the default to another page, do the following: In the routes.rb file in the Public folder add the following code at the lowest priority, or right before "end", the last word in the document: map.connect '', :controller => "controller_you_want_as_a_default" - make sure you have an index.rhtml file in the view associated with the controller you insert in the latter code. - or make sure that you render/redirect the index def to an action with a view. - or follow your customizations if you have something besides index.html as the default.
on 2008-07-26 05:50
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.