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 application’s 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
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 application’s 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
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 application’s 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