Topic: Beginner Getting Started with RadRails - can't get WEBrick running
Hi folks, thanks for the forum. Not being a programmer by trade (a designer with some rudimentary web scripting experience and some java coursework in college) I got motivated to work with Ruby on Rails by the "agile" selling point. I'm a little bit stuck, though, because I'm not used to navigating around an OS and making configuration changes and running things from the command line. In other words, ham-handed greenhorn.
Maybe it's unrelated but I've installed RadRails to work in, and when I create my initial project with a WEBrick server for testing I am unable to get the server started. In RadRail's console tab view, I see:
-e:4:in `load': no such file to load -- script/server (LoadError)
from -e:4
Is it likely I botched the Rails path (and Rake path) configuration in Preferences? In my ruby\bin folder there were two files - neither of which had extensions - named "rails." I'm not sure how to know which is the source of the scripts.
I appreciate any tips.