On Thu, Jan 5, 2012 at 6:08 AM, uma ya <[email protected]> wrote: > 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. >
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 -- Peter Vandenabeele http://twitter.com/peter_v http://rails.vandenabeele.com -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

