How do I fix these annoying errors?

C:\rails\brablog>ruby script/generate scaffold

c:/ruby/lib/ruby/site_ruby/1.8/rexml/entity.rb:21: warning: character
class has

`-’ without escape

c:/ruby/lib/ruby/site_ruby/1.8/rexml/entity.rb:21: warning: character
class has

`-’ without escape

c:/ruby/lib/ruby/site_ruby/1.8/rexml/entity.rb:21: warning: character
class has

`-’ without escape

c:/ruby/lib/ruby/site_ruby/1.8/rexml/entity.rb:21: warning: character
class has

`-’ without escape

c:/ruby/lib/ruby/site_ruby/1.8/rexml/doctype.rb:196: warning: regexp has
`]’ wit

hout escape

./script/…/config/…/config/environment.rb:8: warning: already
initialized cons

tant RAILS_GEM_VERSION

Sincerely,
Nick Skriloff, ME, MCP
Information Technology Specialist
Darden Information Services
Voice 434 243 5025 Fax 434 982 2741
[email protected]

Skriloff, Nicholas wrote:

C:\rails\brablog>ruby script/generate scaffold

c:/ruby/lib/ruby/site_ruby/1.8/rexml/entity.rb:21: warning: character
class has

`-’ without escape

c:/ruby/lib/ruby/site_ruby/1.8/rexml/entity.rb:21: warning: character
class has

`-’ without escape

c:/ruby/lib/ruby/site_ruby/1.8/rexml/entity.rb:21: warning: character
class has

`-’ without escape

c:/ruby/lib/ruby/site_ruby/1.8/rexml/entity.rb:21: warning: character
class has

`-’ without escape

c:/ruby/lib/ruby/site_ruby/1.8/rexml/doctype.rb:196: warning: regexp has
`]’ wit

hout escape

./script/…/config/…/config/environment.rb:8: warning: already
initialized cons

tant RAILS_GEM_VERSION

Maybe by entering a name for the model you want to scaffold?

ruby script/generate scaffold posts

ruby script/generate scaffold comments

etc…

Jeff C.man