Error while rake actions

rake aborted! /home/Mahesh/uma/myapp/Rakefile:6: unterminated string meets end of file /usr/local/lib/ruby/1.9.1/rake.rb:2373:in `load' /usr/local/lib/ruby/1.9.1/rake.rb:2373:in `raw_load_rakefile' /usr/local/lib/ruby/1.9.1/rake.rb:2007:in `block in load_rakefile' /usr/local/lib/ruby/1.9.1/rake.rb:2058:in `standard_exception_handling' /usr/local/lib/ruby/1.9.1/rake.rb:2006:in `load_rakefile' /usr/local/lib/ruby/1.9.1/rake.rb:1991:in `run' /usr/local/bin/rake:31:in `<main>'

I am using ruby 1.9.2 n rails 3.0.5, mysql '2.8.1' gem on Ubuntu.

pls resolve my pbm.

Could you show us your Makefile pls.

It seems to have an error with a quote too much or too little.

Try to use a colour coded editor (e.g. vim) that will show you

these kind of issues immediately while editing.

Peter

rake aborted!

/home/Mahesh/uma/myapp/Rakefile:6: unterminated string meets end of file

/usr/local/lib/ruby/1.9.1/rake.rb:2373:in `load’

/usr/local/lib/ruby/1.9.1/rake.rb:2373:in `raw_load_rakefile’

/usr/local/lib/ruby/1.9.1/rake.rb:2007:in `block in load_rakefile’

/usr/local/lib/ruby/1.9.1/rake.rb:2058:in `standard_exception_handling’

/usr/local/lib/ruby/1.9.1/rake.rb:2006:in `load_rakefile’

/usr/local/lib/ruby/1.9.1/rake.rb:1991:in `run’

/usr/local/bin/rake:31:in `’

I am using ruby 1.9.2 n rails 3.0.5, mysql ‘2.8.1’ gem on Ubuntu.

Could you show us your Makefile pls.

Rakefile that is …