[Rails] Re: map.connect '' doesn't work

2009-04-09 Thread Brandon Olivares



 -Original Message-
 From: rubyonrails-talk@googlegroups.com [mailto:rubyonrails-
 t...@googlegroups.com] On Behalf Of CiriusMex
 Sent: Thursday, April 09, 2009 11:36 AM
 To: Ruby on Rails: Talk
 Subject: [Rails] map.connect '' doesn't work
 
 
 Hi, got a problem with the map.connect '' in my website (I don't know
 much of routes as I never really checked it).
 Ok so I just want to redirect automaticaly the users to my index page
 when they get to the site. So the idea is that using the address
 http://localhost:3000; using a route the user get to http://
 localhost:3000/dentistManager.
 
 In my routes.rb I added:
 map.connect '', :controller = 'dentistmanager', :action = index

Change to:

map.root :controller = 'dentistmanager', :action = index

Brandon


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[Rails] Re: map.connect '' doesn't work

2009-04-09 Thread scott

what errors are you seeing? did you delete the index.html file in the
public folder?

On Apr 9, 12:38 pm, CiriusMex cirius...@gmail.com wrote:
 Hmmm, doesn't work neither :(



  Change to:

  map.root :controller = 'dentistmanager', :action = index

  Brandon- Ocultar texto de la cita -

  - Mostrar texto de la cita -
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[Rails] Re: map.connect '' doesn't work

2009-04-09 Thread CiriusMex

Great, I deleted the index.html in the public folder and did the
trick! Didn't knew that one, thanks a lot to the both of you for the
help ^^

On 9 abr, 11:45, scott scot...@gmail.com wrote:
 what errors are you seeing? did you delete the index.html file in the
 public folder?

 On Apr 9, 12:38 pm, CiriusMex cirius...@gmail.com wrote:



  Hmmm, doesn't work neither :(

   Change to:

   map.root :controller = 'dentistmanager', :action = index

   Brandon- Ocultar texto de la cita -

   - Mostrar texto de la cita -- Ocultar texto de la cita -

 - Mostrar texto de la cita -
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---