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. -- Posted via http://www.ruby-forum.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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Thu, Jan 5, 2012 at 6:08 AM, uma ya <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Thu, Jan 5, 2012 at 9:47 AM, Peter Vandenabeele <peter-jNuWw7i2w7syMbTcgqFhxg@public.gmane.org>wrote:> On Thu, Jan 5, 2012 at 6:08 AM, uma ya <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> 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. >Rakefile that is ..> > 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 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.