JuliaKM.com

Ruby: Day 1

December 20, 2006

I am starting to work my way through the new Agile Development book. My first problem seems to be that I get:
Application error (Rails)
depending on where I start my demo project from. I have noticed that when I type "ruby server" in my demo folder, the application doesn't fully start up. One strange aspect of this is that I am getting the Ruby Start page, but when I click on "about your application's environment,"Â I get an error. This problem seems to be solved by starting the server from the demo and not the script folder. When I typed "ruby script/server," the server started perfectly.