Hello I''m installing the new Rails version 0.13 and got the error below - should I be concerned? Will this cause problems? Thanks in advance for your help. Andrew Stuart [root@xsecore message]# gem install rails Attempting local installation of ''rails'' Local gem file not found: rails*.gem Attempting remote installation of ''rails'' Updating Gem source index for: http://gems.rubyforge.org Install required dependency activesupport? [Yn] y Install required dependency activerecord? [Yn] y Install required dependency actionpack? [Yn] y Install required dependency actionmailer? [Yn] y Install required dependency actionwebservice? [Yn] y Successfully installed rails-0.13.0 Successfully installed activesupport-1.1.0 Successfully installed activerecord-1.11.0 Successfully installed actionpack-1.9.0 Successfully installed actionmailer-1.0.0 Successfully installed actionwebservice-0.8.0 Installing RDoc documentation for activesupport-1.1.0... Installing RDoc documentation for activerecord-1.11.0... Installing RDoc documentation for actionpack-1.9.0... lib/action_controller/code_generation.rb:77:31: unexpected token: ''#<RubyToken::TkLPAREN:0xb7223584 @line_no=77, @text="(", @char_no=19>'' lib/action_controller/code_generation.rb:168:31: unexpected token: ''#<RubyToken::TkLPAREN:0xb721a580 @line_no=168, @text="(", @char_no=19>'' Installing RDoc documentation for actionmailer-1.0.0... Installing RDoc documentation for actionwebservice-0.8.0... [root@xsecore message]#
On Jul 6, 2005, at 6:42 PM, Andrew Stuart wrote:> Hello I''m installing the new Rails version 0.13 and got the error > below - > should I be concerned? Will this cause problems? > Thanks in advance for your help. > Andrew Stuart > <snip> > Installing RDoc documentation for activerecord-1.11.0... > Installing RDoc documentation for actionpack-1.9.0... > > lib/action_controller/code_generation.rb:77:31: unexpected token: > ''#<RubyToken::TkLPAREN:0xb7223584 @line_no=77, @text="(", > @char_no=19>'' > > lib/action_controller/code_generation.rb:168:31: unexpected token: > ''#<RubyToken::TkLPAREN:0xb721a580 @line_no=168, @text="(", > @char_no=19>''It looks like the error is occurring while parsing the code to create rdoc documentation. This won''t affect your installation of Rails, unless you want to browse a local copy of the docs. Strange, though, that you''re getting the error in the first place. What version of Ruby and which version of rdoc do you have installed? Duane Johnson (canadaduane)