Amey Salvi
2007-Apr-16 05:42 UTC
"`/rails/info/properties'' not found." Error is displayed
hi all i just install RoR on my linux machine..and try using the online tutorials of RoR The web server is started properly but when i check the url "http://localhost:3000" the Welcome page is shown properly and but when i click on the link "About your applications environment" the following error message is shown "Not Found `/rails/info/properties'' not found. WEBrick/1.3.1 (Ruby/1.8.4/2005-12-24) at localhost:3000" can any one help me y is this happening because i try to install RoR many times this now 3rd time and now i am not able to find it out what is the problem..... please help me Thanks Amey -- Posted via http://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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
dragos dimitriu
2007-Apr-23 19:43 UTC
Re: "`/rails/info/properties'' not found." Error is displayed
Hey, Have you found out what the problem is ? I''ve came down over the same thing My system config is : MAC OS X (10.4.9) Ruby - 1.8.6 Rails - 1.2.3 I''m using WEBrick. I assume there might be a problem with some default paths WEBrick uses but Im not sure Amey Salvi wrote:> hi all > > i just install RoR on my linux machine..and try using the online > tutorials of RoR > The web server is started properly but when i check the url > "http://localhost:3000" > the Welcome page is shown properly and but when i click on the link > "About your applications environment" the following error message is > shown > > "Not Found > `/rails/info/properties'' not found. > WEBrick/1.3.1 (Ruby/1.8.4/2005-12-24) at localhost:3000" > > can any one help me y is this happening because i try to install RoR > many times this now 3rd time and now i am not able to find it out what > is the problem..... > > please help me > > Thanks > Amey-- Posted via http://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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
dragos dimitriu
2007-Apr-23 20:59 UTC
Re: "`/rails/info/properties'' not found." Error is displayed
Hello again, I''m not sure if its any help but I assume you needed a functional setup really fast and not yet going into production. On my system everything works find when I use mongrel (maybe you should consider it as a solution if not yet tried it) Just use sudo gem install mongrel U can test it by creating a simple rails app rails myApp cd myApp/ mongrel_rails start Im not sure yet why it fails with lighttpd or webrick (at least on my system) but if I''ll find something I will keep you posted Hope that helps Amey Salvi wrote:> hi all > > i just install RoR on my linux machine..and try using the online > tutorials of RoR > The web server is started properly but when i check the url > "http://localhost:3000" > the Welcome page is shown properly and but when i click on the link > "About your applications environment" the following error message is > shown > > "Not Found > `/rails/info/properties'' not found. > WEBrick/1.3.1 (Ruby/1.8.4/2005-12-24) at localhost:3000" > > can any one help me y is this happening because i try to install RoR > many times this now 3rd time and now i am not able to find it out what > is the problem..... > > please help me > > Thanks > Amey-- Posted via http://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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---