[Rails] Re: New to Rails
Hi there!
The $ signs represent the prompt - you do not enter them. It is the equivalent of showing something like c:\> in windows - the generally accepted way to designate 'this is a shell command'. So:
$ rails new myapp
Is telling you to type "rails new myapp" - no $ sign.
Is telling you to type "rails new myapp" - no $ sign.
rails server doesn't have any input - you run it, and it shows you the log. There is nothing to type into it.
On Wednesday, December 19, 2012 8:54:48 PM UTC, Rocky48 wrote:
I am trying to setup as per the instructions in step and I am completly lost.
Why are $ signs shown on lines to input? Windows does not understand them.
I think I have got a error running Rails Server as it hangs in the command prompt screen and won't accept any typed commands.
I am a PHP programmer at the moment and I find this extreamely difficult to understand. The instructions are not clear, they assume that the user understands what is going on, which is not always the case.
I comparison WAMP was a dodle to install.
Can someone advise where I go from here?
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/ldDGtA7AGbMJ.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home