To be honest, Comparing all other programming languages and frameworks, RoR has taken me more time to get a "Hello World" fired up than any other. Oops! It still doesn't work! Well, I did get things work fine from the command line but the web interface is giving me issues. I already fixed a couple of issues with dlls. The latest one is really having me stuck. The code is a simple hello world as following.
class MyTestController < ApplicationController
def index
render_text "My first Hello World"
end
end
I have also got the screen-shot of the error thrown.
Any suggestions??
No comments:
Post a Comment