Hi,
I have installed ruby sucecssfully with xampp .
As
http://127.0.0.1:3000/ shows
Welcome aboard
You’re riding Ruby on Rails!
now
rails h:/xampp/htdocs/ruby1
create the controller,view ,...othere files .
in
H:\xampp\htdocs\ruby1\app\controllers\student_controller.rb
Code Ruby:class StudentController < ApplicationController def test greeting = "hello world!" end end
now
http://127.0.0.1:3000/student/test
says
Object not found!
What is wrong ? please help .
Thanks.
I am running ruby186-26.exe &xampp...Windowsxp.





Bookmarks