I''m setting up a dev environment for an existing ruby app. I grabbed the app files & database via SVN. I changed the database.yml file but I can''t even reach any page other than the default Welcome to Rails page!. What am I missing? --~--~---------~--~----~------------~-------~--~----~ 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 For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hard to say. Are there any clues in log/development.log? Regards, Craig --~--~---------~--~----~------------~-------~--~----~ 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 For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Strange. If it is an existing app it shouldn''t have a public/index.html, so where does that "default Welcome to Rails page" come from? cyberthug schrieb:> I''m setting up a dev environment for an existing ruby app. I grabbed > the app files & database via SVN. I changed the database.yml file but > I can''t even reach any page other than the default Welcome to Rails > page!. > > What am I missing?--~--~---------~--~----~------------~-------~--~----~ 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 For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
That should have been the first clue. Remove (or change) the default page and setup a default route. On Mon, May 12, 2008 at 8:53 AM, Ix Quic <ixquic696969-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Strange. If it is an existing app it shouldn''t have a public/index.html, so > where does that "default Welcome to Rails page" come from? > > cyberthug schrieb: > > > > I''m setting up a dev environment for an existing ruby app. I grabbed > > the app files & database via SVN. I changed the database.yml file but > > I can''t even reach any page other than the default Welcome to Rails > > page!. > > > > What am I missing? > > > > >-- James Mitchell --~--~---------~--~----~------------~-------~--~----~ 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 For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---