Cmd line: gem install rails -r -y

Hi I have just started reading Ruby On Rails For Dummies and once I
installed ruby184-20.exe I was told to enter the following cmd line:
gem install rails -r -y

There is a screenshot in the book of how the installation should look
like in the cmd window and the last successful installation is this:
Installing RDoc documentation for actionpack-1.13.5…

Afet that line it then says:
lib/action_controller/routing.rb:1089:30 ‘:’ not followed by identified
or operator
lib/action_controller/routing.rb:1093:39 ‘:’ not followed by identified
or operator

Those two lines dont appear in the books screenshot. Will this cause me
any problems or will i be ok? Is there a fix?

That’s likely just RDoc (the documentation generator for Ruby)
complaining about some weird markup thing. I wouldn’t worry about it.
:slight_smile:

–Jeremy

On Nov 16, 2007 3:01 PM, Ja Ga [email protected] wrote:

or operator
lib/action_controller/routing.rb:1093:39 ‘:’ not followed by identified
or operator

Those two lines dont appear in the books screenshot. Will this cause me
any problems or will i be ok? Is there a fix?

Posted via http://www.ruby-forum.com/.


http://www.jeremymcanally.com/

My books:
Ruby in Practice

My free Ruby e-book

My blogs:

http://www.rubyinpractice.com/