Appreciated any one help I have developed my application 1 year, after then i reinstalled the entire ruby on rails. now i cant able to rake any thing. Rake is in invisible mode. cant able to db:create or anything i run the command "rake" in the command prompt, it shows error error is DEPRECATION WARNING: Rake tasks in vendor/plugins/paperclip/tasks, vendor/plugin s/restful-authentication/tasks, vendor/plugins/simple_captcha/tasks, and vendor/ plugins/ym4r_gm/tasks are deprecated. Use lib/tasks instead. (called from C:/Rub y/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/tasks/rails.rb:10) rake aborted! senthilkumar -- 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 22 July 2010 10:51, senthilkumar <senthil.srec-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Appreciated any one help > > I have developed my application 1 year, after then i reinstalled the > entire ruby on rails. now i cant able to rake any thing. > Rake is in invisible mode. cant able to db:create or anything > > i run the command "rake" in the command prompt, it shows errorWhat happens if you type rake -T what if rake db:create what if gem list Colin> > error is > > DEPRECATION WARNING: Rake tasks in vendor/plugins/paperclip/tasks, > vendor/plugin > s/restful-authentication/tasks, vendor/plugins/simple_captcha/tasks, > and vendor/ > plugins/ym4r_gm/tasks are deprecated. Use lib/tasks instead. (called > from C:/Rub > y/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/tasks/rails.rb:10) > rake aborted! > > > senthilkumar > > -- > 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. > >-- 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.
hi Colin here is the error, 1. if i execute rake -T the following error occurs C:\Documents and Settings\senthilkumar.m\Desktop\crp>rake -T (in C:/Documents and Settings/senthilkumar.m/Desktop/crp) rake aborted! C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ go_live_migration .rake:715: syntax error, unexpected tLSHFT, expecting '')'' <<<<<<< .mine ^ C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ go_live_migration .rake:716: syntax error, unexpected '')'', expecting kEND C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ go_live_migration .rake:719: syntax error, unexpected '')'', expecting kEND C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ go_live_migration .rake:723: syntax error, unexpected tLSHFT, expecting kEND <<<<<<< .mine ^ C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ go_live_migration .rake:727: syntax error, unexpected tEQQ, expecting kEND 2. if i execute db:create the following error comes C:\Documents and Settings\senthilkumar.m\Desktop\crp>rake db:create (in C:/Documents and Settings/senthilkumar.m/Desktop/crp) rake aborted! C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ go_live_migratio .rake:715: syntax error, unexpected tLSHFT, expecting '')'' <<<<<<< .mine ^ C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ go_live_migratio .rake:716: syntax error, unexpected '')'', expecting kEND C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ go_live_migratio .rake:719: syntax error, unexpected '')'', expecting kEND C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ go_live_migratio .rake:723: syntax error, unexpected tLSHFT, expecting kEND <<<<<<< .mine ^ C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ go_live_migratio .rake:727: syntax error, unexpected tEQQ, expecting kEND On Jul 22, 3:38 pm, Colin Law <clan...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> On 22 July 2010 10:51, senthilkumar <senthil.s...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Appreciated any one help > > > I have developed my application 1 year, after then i reinstalled the > > entire ruby on rails. now i cant able to rake any thing. > > Rake is in invisible mode. cant able to db:create or anything > > > i run the command "rake" in the command prompt, it shows error > > What happens if you type > rake -T > > what if rake db:create > > what if > gem list > > Colin > > > > > error is > > > DEPRECATION WARNING: Rake tasks in vendor/plugins/paperclip/tasks, > > vendor/plugin > > s/restful-authentication/tasks, vendor/plugins/simple_captcha/tasks, > > and vendor/ > > plugins/ym4r_gm/tasks are deprecated. Use lib/tasks instead. (called > > from C:/Rub > > y/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/tasks/rails.rb:10) > > rake aborted! > > > senthilkumar > > > -- > > 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 athttp://groups.google.com/group/rubyonrails-talk?hl=en.-- 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@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 22 July 2010 13:11, senthilkumar <senthil.srec-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> hi Colin here is the error, > > 1. if i execute rake -T > > the following error occurs > > C:\Documents and Settings\senthilkumar.m\Desktop\crp>rake -T > (in C:/Documents and Settings/senthilkumar.m/Desktop/crp) > rake aborted! > C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ > go_live_migration > .rake:715: syntax error, unexpected tLSHFT, expecting '')'' > <<<<<<< .mineIs go_live_migration one of your files? If so it appears to have a syntax error. You didn''t post your gem list that I asked for. Colin> ^ > C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ > go_live_migration > .rake:716: syntax error, unexpected '')'', expecting kEND > C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ > go_live_migration > .rake:719: syntax error, unexpected '')'', expecting kEND > C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ > go_live_migration > .rake:723: syntax error, unexpected tLSHFT, expecting kEND > <<<<<<< .mine > ^ > C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ > go_live_migration > .rake:727: syntax error, unexpected tEQQ, expecting kEND > > 2. if i execute db:create > > the following error comes > > C:\Documents and Settings\senthilkumar.m\Desktop\crp>rake db:create > (in C:/Documents and Settings/senthilkumar.m/Desktop/crp) > rake aborted! > C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ > go_live_migratio > .rake:715: syntax error, unexpected tLSHFT, expecting '')'' > <<<<<<< .mine > ^ > C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ > go_live_migratio > .rake:716: syntax error, unexpected '')'', expecting kEND > C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ > go_live_migratio > .rake:719: syntax error, unexpected '')'', expecting kEND > C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ > go_live_migratio > .rake:723: syntax error, unexpected tLSHFT, expecting kEND > <<<<<<< .mine > ^ > C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ > go_live_migratio > .rake:727: syntax error, unexpected tEQQ, expecting kEND > > On Jul 22, 3:38 pm, Colin Law <clan...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: >> On 22 July 2010 10:51, senthilkumar <senthil.s...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> >> > Appreciated any one help >> >> > I have developed my application 1 year, after then i reinstalled the >> > entire ruby on rails. now i cant able to rake any thing. >> > Rake is in invisible mode. cant able to db:create or anything >> >> > i run the command "rake" in the command prompt, it shows error >> >> What happens if you type >> rake -T >> >> what if rake db:create >> >> what if >> gem list >> >> Colin >> >> >> >> > error is >> >> > DEPRECATION WARNING: Rake tasks in vendor/plugins/paperclip/tasks, >> > vendor/plugin >> > s/restful-authentication/tasks, vendor/plugins/simple_captcha/tasks, >> > and vendor/ >> > plugins/ym4r_gm/tasks are deprecated. Use lib/tasks instead. (called >> > from C:/Rub >> > y/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/tasks/rails.rb:10) >> > rake aborted! >> >> > senthilkumar >> >> > -- >> > 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-/JYPxA39Uh5TLH3MbocFFw@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 athttp://groups.google.com/group/rubyonrails-talk?hl=en. > > -- > 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@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- 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@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
i executed gem list the following things happen *** LOCAL GEMS *** actionmailer (2.0.2) actionpack (2.0.2) activerecord (2.0.2) activeresource (2.0.2) activesupport (2.0.2) rails (2.0.2) rake (0.8.7) On Jul 22, 5:29 pm, Colin Law <clan...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> On 22 July 2010 13:11, senthilkumar <senthil.s...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > hi Colin here is the error, > > > 1. if i execute rake -T > > > the following error occurs > > > C:\Documents and Settings\senthilkumar.m\Desktop\crp>rake -T > > (in C:/Documents and Settings/senthilkumar.m/Desktop/crp) > > rake aborted! > > C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ > > go_live_migration > > .rake:715: syntax error, unexpected tLSHFT, expecting '')'' > > <<<<<<< .mine > > Is go_live_migration one of your files? If so it appears to have a > syntax error. > > You didn''t post your gem list that I asked for. > > Colin > > > ^ > > C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ > > go_live_migration > > .rake:716: syntax error, unexpected '')'', expecting kEND > > C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ > > go_live_migration > > .rake:719: syntax error, unexpected '')'', expecting kEND > > C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ > > go_live_migration > > .rake:723: syntax error, unexpected tLSHFT, expecting kEND > > <<<<<<< .mine > > ^ > > C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ > > go_live_migration > > .rake:727: syntax error, unexpected tEQQ, expecting kEND > > > 2. if i execute db:create > > > the following error comes > > > C:\Documents and Settings\senthilkumar.m\Desktop\crp>rake db:create > > (in C:/Documents and Settings/senthilkumar.m/Desktop/crp) > > rake aborted! > > C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ > > go_live_migratio > > .rake:715: syntax error, unexpected tLSHFT, expecting '')'' > > <<<<<<< .mine > > ^ > > C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ > > go_live_migratio > > .rake:716: syntax error, unexpected '')'', expecting kEND > > C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ > > go_live_migratio > > .rake:719: syntax error, unexpected '')'', expecting kEND > > C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ > > go_live_migratio > > .rake:723: syntax error, unexpected tLSHFT, expecting kEND > > <<<<<<< .mine > > ^ > > C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ > > go_live_migratio > > .rake:727: syntax error, unexpected tEQQ, expecting kEND > > > On Jul 22, 3:38 pm, Colin Law <clan...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: > >> On 22 July 2010 10:51, senthilkumar <senthil.s...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > >> > Appreciated any one help > > >> > I have developed my application 1 year, after then i reinstalled the > >> > entire ruby on rails. now i cant able to rake any thing. > >> > Rake is in invisible mode. cant able to db:create or anything > > >> > i run the command "rake" in the command prompt, it shows error > > >> What happens if you type > >> rake -T > > >> what if rake db:create > > >> what if > >> gem list > > >> Colin > > >> > error is > > >> > DEPRECATION WARNING: Rake tasks in vendor/plugins/paperclip/tasks, > >> > vendor/plugin > >> > s/restful-authentication/tasks, vendor/plugins/simple_captcha/tasks, > >> > and vendor/ > >> > plugins/ym4r_gm/tasks are deprecated. Use lib/tasks instead. (called > >> > from C:/Rub > >> > y/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/tasks/rails.rb:10) > >> > rake aborted! > > >> > senthilkumar > > >> > -- > >> > 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@googlegroups.com. > >> > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > >> > For more options, visit this group athttp://groups.google.com/group/rubyonrails-talk?hl=en. > > > -- > > 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 athttp://groups.google.com/group/rubyonrails-talk?hl=en.-- 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@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Please don''t top post, it makes it difficult to follow the thread, and less likely that you will forget to reply to one of the questions. This time you did not indicate whether go_live_migration is one of your own files. On 22 July 2010 13:42, senthilkumar <senthil.srec-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> i executed gem list > > the following things happen > > *** LOCAL GEMS *** > > actionmailer (2.0.2) > actionpack (2.0.2) > activerecord (2.0.2) > activeresource (2.0.2) > activesupport (2.0.2) > rails (2.0.2) > rake (0.8.7)Rails 2.0.2 is very old, I do not know whether there may be compatibility issues with rake (0.8.7) which is the current version (or at least recent). I would look at go_live_migratiion first. Colin> > > On Jul 22, 5:29 pm, Colin Law <clan...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: >> On 22 July 2010 13:11, senthilkumar <senthil.s...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> >> > hi Colin here is the error, >> >> > 1. if i execute rake -T >> >> > the following error occurs >> >> > C:\Documents and Settings\senthilkumar.m\Desktop\crp>rake -T >> > (in C:/Documents and Settings/senthilkumar.m/Desktop/crp) >> > rake aborted! >> > C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ >> > go_live_migration >> > .rake:715: syntax error, unexpected tLSHFT, expecting '')'' >> > <<<<<<< .mine >> >> Is go_live_migration one of your files? If so it appears to have a >> syntax error. >> >> You didn''t post your gem list that I asked for. >> >> Colin >> >> > ^ >> > C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ >> > go_live_migration >> > .rake:716: syntax error, unexpected '')'', expecting kEND >> > C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ >> > go_live_migration >> > .rake:719: syntax error, unexpected '')'', expecting kEND >> > C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ >> > go_live_migration >> > .rake:723: syntax error, unexpected tLSHFT, expecting kEND >> > <<<<<<< .mine >> > ^ >> > C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ >> > go_live_migration >> > .rake:727: syntax error, unexpected tEQQ, expecting kEND >> >> > 2. if i execute db:create >> >> > the following error comes >> >> > C:\Documents and Settings\senthilkumar.m\Desktop\crp>rake db:create >> > (in C:/Documents and Settings/senthilkumar.m/Desktop/crp) >> > rake aborted! >> > C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ >> > go_live_migratio >> > .rake:715: syntax error, unexpected tLSHFT, expecting '')'' >> > <<<<<<< .mine >> > ^ >> > C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ >> > go_live_migratio >> > .rake:716: syntax error, unexpected '')'', expecting kEND >> > C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ >> > go_live_migratio >> > .rake:719: syntax error, unexpected '')'', expecting kEND >> > C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ >> > go_live_migratio >> > .rake:723: syntax error, unexpected tLSHFT, expecting kEND >> > <<<<<<< .mine >> > ^ >> > C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ >> > go_live_migratio >> > .rake:727: syntax error, unexpected tEQQ, expecting kEND >> >> > On Jul 22, 3:38 pm, Colin Law <clan...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: >> >> On 22 July 2010 10:51, senthilkumar <senthil.s...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> >> >> > Appreciated any one help >> >> >> > I have developed my application 1 year, after then i reinstalled the >> >> > entire ruby on rails. now i cant able to rake any thing. >> >> > Rake is in invisible mode. cant able to db:create or anything >> >> >> > i run the command "rake" in the command prompt, it shows error >> >> >> What happens if you type >> >> rake -T >> >> >> what if rake db:create >> >> >> what if >> >> gem list >> >> >> Colin >> >> >> > error is >> >> >> > DEPRECATION WARNING: Rake tasks in vendor/plugins/paperclip/tasks, >> >> > vendor/plugin >> >> > s/restful-authentication/tasks, vendor/plugins/simple_captcha/tasks, >> >> > and vendor/ >> >> > plugins/ym4r_gm/tasks are deprecated. Use lib/tasks instead. (called >> >> > from C:/Rub >> >> > y/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/tasks/rails.rb:10) >> >> > rake aborted! >> >> >> > senthilkumar >> >> >> > -- >> >> > 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@googlegroups.com. >> >> > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> >> > For more options, visit this group athttp://groups.google.com/group/rubyonrails-talk?hl=en. >> >> > -- >> > 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-/JYPxA39Uh5TLH3MbocFFw@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 athttp://groups.google.com/group/rubyonrails-talk?hl=en. > > -- > 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@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- 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@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Thu, Jul 22, 2010 at 10:45, Colin Law <clanlaw-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> I would look at go_live_migratiion first.And in particular, these lines:>>> On 22 July 2010 13:11, senthilkumar <senthil.s...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:...>>> > 1. if i execute rake -T >>> >>> > the following error occurs...>>> > .rake:715: syntax error, unexpected tLSHFT, expecting '')'' >>> > <<<<<<< .mine...>>> > .rake:723: syntax error, unexpected tLSHFT, expecting kEND >>> > <<<<<<< .mine >>> > ^715 and 723 look to me like markers from a failed merge in your version control tool. senthilkumar may have a bit of a mess to clean up.... -Dave -- Specialization is for insects. | Professional: http://davearonson.com -Robert Anson Heinlein | Programming: http://codosaur.us -------------------------------+ Leadership: http://dare2xl.com Have Pun, Will Babble! -me | Et Cetera: http://davearonson.net -- 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@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Hi Colin After my vacation, i came to work freshly and getting more bounce back the same. your point(you told) : Rails 2.0.2 is very old, I do not know whether there may be compatibility issues with rake (0.8.7) which is the current version (or at least recent). so i tryed with old rails and keep doing! i have not got any solution Below is error i finally got C:\Documents and Settings\senthilkumar.m>ruby -v ruby 1.8.6 (2007-03-13 patchlevel 0) [i386-mswin32] C:\Documents and Settings\senthilkumar.m>rails -v Rails 2.3.2 C:\Documents and Settings\senthilkumar.m>rake rake aborted! No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb) C:/Ruby186/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2377:in `raw_load_rakef ile'' (See full trace by running task with --trace) I am confused with all versions and working with old project Please put me in right direction On Thu, Jul 22, 2010 at 8:15 PM, Colin Law <clanlaw-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> Please don''t top post, it makes it difficult to follow the thread, and > less likely that you will forget to reply to one of the questions. > This time you did not indicate whether go_live_migration is one of > your own files. > > On 22 July 2010 13:42, senthilkumar <senthil.srec-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > i executed gem list > > > > the following things happen > > > > *** LOCAL GEMS *** > > > > actionmailer (2.0.2) > > actionpack (2.0.2) > > activerecord (2.0.2) > > activeresource (2.0.2) > > activesupport (2.0.2) > > rails (2.0.2) > > rake (0.8.7) > > Rails 2.0.2 is very old, I do not know whether there may be > compatibility issues with rake (0.8.7) which is the current version > (or at least recent). > > I would look at go_live_migratiion first. > > Colin > > > > > > > On Jul 22, 5:29 pm, Colin Law <clan...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: > >> On 22 July 2010 13:11, senthilkumar <senthil.s...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > >> > >> > hi Colin here is the error, > >> > >> > 1. if i execute rake -T > >> > >> > the following error occurs > >> > >> > C:\Documents and Settings\senthilkumar.m\Desktop\crp>rake -T > >> > (in C:/Documents and Settings/senthilkumar.m/Desktop/crp) > >> > rake aborted! > >> > C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ > >> > go_live_migration > >> > .rake:715: syntax error, unexpected tLSHFT, expecting '')'' > >> > <<<<<<< .mine > >> > >> Is go_live_migration one of your files? If so it appears to have a > >> syntax error. > >> > >> You didn''t post your gem list that I asked for. > >> > >> Colin > >> > >> > ^ > >> > C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ > >> > go_live_migration > >> > .rake:716: syntax error, unexpected '')'', expecting kEND > >> > C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ > >> > go_live_migration > >> > .rake:719: syntax error, unexpected '')'', expecting kEND > >> > C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ > >> > go_live_migration > >> > .rake:723: syntax error, unexpected tLSHFT, expecting kEND > >> > <<<<<<< .mine > >> > ^ > >> > C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ > >> > go_live_migration > >> > .rake:727: syntax error, unexpected tEQQ, expecting kEND > >> > >> > 2. if i execute db:create > >> > >> > the following error comes > >> > >> > C:\Documents and Settings\senthilkumar.m\Desktop\crp>rake db:create > >> > (in C:/Documents and Settings/senthilkumar.m/Desktop/crp) > >> > rake aborted! > >> > C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ > >> > go_live_migratio > >> > .rake:715: syntax error, unexpected tLSHFT, expecting '')'' > >> > <<<<<<< .mine > >> > ^ > >> > C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ > >> > go_live_migratio > >> > .rake:716: syntax error, unexpected '')'', expecting kEND > >> > C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ > >> > go_live_migratio > >> > .rake:719: syntax error, unexpected '')'', expecting kEND > >> > C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ > >> > go_live_migratio > >> > .rake:723: syntax error, unexpected tLSHFT, expecting kEND > >> > <<<<<<< .mine > >> > ^ > >> > C:/Documents and Settings/senthilkumar.m/Desktop/crp/lib/tasks/ > >> > go_live_migratio > >> > .rake:727: syntax error, unexpected tEQQ, expecting kEND > >> > >> > On Jul 22, 3:38 pm, Colin Law <clan...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: > >> >> On 22 July 2010 10:51, senthilkumar <senthil.s...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > >> > >> >> > Appreciated any one help > >> > >> >> > I have developed my application 1 year, after then i reinstalled > the > >> >> > entire ruby on rails. now i cant able to rake any thing. > >> >> > Rake is in invisible mode. cant able to db:create or anything > >> > >> >> > i run the command "rake" in the command prompt, it shows error > >> > >> >> What happens if you type > >> >> rake -T > >> > >> >> what if rake db:create > >> > >> >> what if > >> >> gem list > >> > >> >> Colin > >> > >> >> > error is > >> > >> >> > DEPRECATION WARNING: Rake tasks in vendor/plugins/paperclip/tasks, > >> >> > vendor/plugin > >> >> > s/restful-authentication/tasks, > vendor/plugins/simple_captcha/tasks, > >> >> > and vendor/ > >> >> > plugins/ym4r_gm/tasks are deprecated. Use lib/tasks instead. > (called > >> >> > from C:/Rub > >> >> > y/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/tasks/rails.rb:10) > >> >> > rake aborted! > >> > >> >> > senthilkumar > >> > >> >> > -- > >> >> > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > >> >> > For more options, visit this group athttp:// > groups.google.com/group/rubyonrails-talk?hl=en. > >> > >> > -- > >> > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > >> > For more options, visit this group athttp:// > groups.google.com/group/rubyonrails-talk?hl=en. > > > > -- > > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > > > > > -- > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- 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.
Hi Dave now i am getting error like this ActiveRecord::StatementInvalid in SiteController#index Mysql::Error: Table ''shellcrp_development.helps'' doesn''t exist: SELECT * FROM `helps` RAILS_ROOT: C:/Documents and Settings/senthilkumar.m/Desktop/chessapi/ crp Application Trace | Framework Trace | Full Trace C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ connection_adapters/abstract_adapter.rb:212:in `log'' C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ connection_adapters/mysql_adapter.rb:320:in `execute'' C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ connection_adapters/mysql_adapter.rb:595:in `select'' C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache'' C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ connection_adapters/abstract/query_cache.rb:60:in `select_all'' C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ connection_adapters/abstract/query_cache.rb:81:in `cache_sql'' C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ connection_adapters/abstract/query_cache.rb:60:in `select_all'' C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ base.rb:661:in `find_by_sql'' C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ base.rb:1553:in `find_every'' C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ base.rb:615:in `find'' C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ base.rb:635:in `all'' C:/Documents and Settings/senthilkumar.m/Desktop/chessapi/crp/app/ controllers/site_controller.rb:229:in `preloadvar'' C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ connection_adapters/abstract_adapter.rb:212:in `log'' C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ connection_adapters/mysql_adapter.rb:320:in `execute'' C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ connection_adapters/mysql_adapter.rb:595:in `select'' C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache'' C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ connection_adapters/abstract/query_cache.rb:60:in `select_all'' C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ connection_adapters/abstract/query_cache.rb:81:in `cache_sql'' C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ connection_adapters/abstract/query_cache.rb:60:in `select_all'' C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ base.rb:661:in `find_by_sql'' C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ base.rb:1553:in `find_every'' C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ base.rb:615:in `find'' C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ base.rb:635:in `all'' C:/Ruby186/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/ active_support/callbacks.rb:178:in `send'' C:/Ruby186/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/ active_support/callbacks.rb:178:in `evaluate_method'' C:/Ruby186/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/ active_support/callbacks.rb:166:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/filters.rb:225:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/filters.rb:629:in `run_before_filters'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/filters.rb:615:in `call_filters'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/filters.rb:610:in `perform_action_without_benchmark'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/benchmarking.rb:68:in `perform_action_without_rescue'' C:/Ruby186/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/ active_support/core_ext/benchmark.rb:17:in `ms'' C:/Ruby186/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/ active_support/core_ext/benchmark.rb:10:in `realtime'' C:/Ruby186/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/ active_support/core_ext/benchmark.rb:17:in `ms'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/benchmarking.rb:68:in `perform_action_without_rescue'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/rescue.rb:160:in `perform_action_without_flash'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/flash.rb:141:in `perform_action'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/base.rb:523:in `send'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/base.rb:523:in `process_without_filters'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/filters.rb:606:in `process'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/base.rb:391:in `process'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/base.rb:386:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/routing/route_set.rb:433:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/dispatcher.rb:88:in `dispatch'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/dispatcher.rb:111:in `_call'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/dispatcher.rb:82:in `initialize'' C:/Ruby186/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/head.rb:9:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/head.rb:9:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/ methodoverride.rb:24:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/params_parser.rb:15:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/rewindable_input.rb:25:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/session/abstract_store.rb:122:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ query_cache.rb:29:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ connection_adapters/abstract/query_cache.rb:34:in `cache'' C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ query_cache.rb:9:in `cache'' C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ query_cache.rb:28:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ connection_adapters/abstract/connection_pool.rb:361:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/reloader.rb:9:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/failsafe.rb:11:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/lock.rb:11:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/lock.rb:11:in `synchronize'' C:/Ruby186/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/lock.rb:11:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/dispatcher.rb:106:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/rails-2.3.2/lib/rails/rack/static.rb: 31:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/urlmap.rb:46:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/urlmap.rb:40:in `each'' C:/Ruby186/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/urlmap.rb:40:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/rails-2.3.2/lib/rails/rack/ log_tailer.rb:17:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/ content_length.rb:13:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/chunked.rb:15:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/handler/ mongrel.rb:61:in `process'' C:/Ruby186/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/ mongrel.rb:159:in `process_client'' C:/Ruby186/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/ mongrel.rb:158:in `each'' C:/Ruby186/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/ mongrel.rb:158:in `process_client'' C:/Ruby186/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/ mongrel.rb:285:in `run'' C:/Ruby186/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/ mongrel.rb:285:in `initialize'' C:/Ruby186/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/ mongrel.rb:285:in `new'' C:/Ruby186/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/ mongrel.rb:285:in `run'' C:/Ruby186/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/ mongrel.rb:268:in `initialize'' C:/Ruby186/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/ mongrel.rb:268:in `new'' C:/Ruby186/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/ mongrel.rb:268:in `run'' C:/Ruby186/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/handler/ mongrel.rb:34:in `run'' C:/Ruby186/lib/ruby/gems/1.8/gems/rails-2.3.2/lib/commands/server.rb: 111 C:/Ruby186/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'' C:/Ruby186/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'' script/server:3 C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ connection_adapters/abstract_adapter.rb:212:in `log'' C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ connection_adapters/mysql_adapter.rb:320:in `execute'' C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ connection_adapters/mysql_adapter.rb:595:in `select'' C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache'' C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ connection_adapters/abstract/query_cache.rb:60:in `select_all'' C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ connection_adapters/abstract/query_cache.rb:81:in `cache_sql'' C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ connection_adapters/abstract/query_cache.rb:60:in `select_all'' C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ base.rb:661:in `find_by_sql'' C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ base.rb:1553:in `find_every'' C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ base.rb:615:in `find'' C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ base.rb:635:in `all'' C:/Documents and Settings/senthilkumar.m/Desktop/chessapi/crp/app/ controllers/site_controller.rb:229:in `preloadvar'' C:/Ruby186/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/ active_support/callbacks.rb:178:in `send'' C:/Ruby186/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/ active_support/callbacks.rb:178:in `evaluate_method'' C:/Ruby186/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/ active_support/callbacks.rb:166:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/filters.rb:225:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/filters.rb:629:in `run_before_filters'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/filters.rb:615:in `call_filters'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/filters.rb:610:in `perform_action_without_benchmark'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/benchmarking.rb:68:in `perform_action_without_rescue'' C:/Ruby186/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/ active_support/core_ext/benchmark.rb:17:in `ms'' C:/Ruby186/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/ active_support/core_ext/benchmark.rb:10:in `realtime'' C:/Ruby186/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/ active_support/core_ext/benchmark.rb:17:in `ms'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/benchmarking.rb:68:in `perform_action_without_rescue'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/rescue.rb:160:in `perform_action_without_flash'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/flash.rb:141:in `perform_action'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/base.rb:523:in `send'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/base.rb:523:in `process_without_filters'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/filters.rb:606:in `process'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/base.rb:391:in `process'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/base.rb:386:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/routing/route_set.rb:433:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/dispatcher.rb:88:in `dispatch'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/dispatcher.rb:111:in `_call'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/dispatcher.rb:82:in `initialize'' C:/Ruby186/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/head.rb:9:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/head.rb:9:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/ methodoverride.rb:24:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/params_parser.rb:15:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/rewindable_input.rb:25:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/session/abstract_store.rb:122:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ query_cache.rb:29:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ connection_adapters/abstract/query_cache.rb:34:in `cache'' C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ query_cache.rb:9:in `cache'' C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ query_cache.rb:28:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ connection_adapters/abstract/connection_pool.rb:361:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/reloader.rb:9:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/failsafe.rb:11:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/lock.rb:11:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/lock.rb:11:in `synchronize'' C:/Ruby186/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/lock.rb:11:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/ action_controller/dispatcher.rb:106:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/rails-2.3.2/lib/rails/rack/static.rb: 31:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/urlmap.rb:46:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/urlmap.rb:40:in `each'' C:/Ruby186/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/urlmap.rb:40:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/rails-2.3.2/lib/rails/rack/ log_tailer.rb:17:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/ content_length.rb:13:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/chunked.rb:15:in `call'' C:/Ruby186/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/handler/ mongrel.rb:61:in `process'' C:/Ruby186/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/ mongrel.rb:159:in `process_client'' C:/Ruby186/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/ mongrel.rb:158:in `each'' C:/Ruby186/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/ mongrel.rb:158:in `process_client'' C:/Ruby186/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/ mongrel.rb:285:in `run'' C:/Ruby186/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/ mongrel.rb:285:in `initialize'' C:/Ruby186/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/ mongrel.rb:285:in `new'' C:/Ruby186/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/ mongrel.rb:285:in `run'' C:/Ruby186/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/ mongrel.rb:268:in `initialize'' C:/Ruby186/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/ mongrel.rb:268:in `new'' C:/Ruby186/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/ mongrel.rb:268:in `run'' C:/Ruby186/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/handler/ mongrel.rb:34:in `run'' C:/Ruby186/lib/ruby/gems/1.8/gems/rails-2.3.2/lib/commands/server.rb: 111 C:/Ruby186/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'' C:/Ruby186/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'' script/server:3 -e:2:in `load'' -e:2 On Jul 22, 9:23 pm, Dave Aronson <googlegroups2d...-BRiZGj7G2yRXqviUI+FSNg@public.gmane.org> wrote:> On Thu, Jul 22, 2010 at 10:45, Colin Law <clan...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: > > I would look at go_live_migratiion first. > > And in particular, these lines: > > > > >>> On 22 July 2010 13:11, senthilkumar <senthil.s...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > ... > >>> > 1. if i execute rake -T > > >>> > the following error occurs > ... > >>> > .rake:715: syntax error, unexpected tLSHFT, expecting '')'' > >>> > <<<<<<< .mine > ... > >>> > .rake:723: syntax error, unexpected tLSHFT, expecting kEND > >>> > <<<<<<< .mine > >>> > ^ > > 715 and 723 look to me like markers from a failed merge in your > version control tool. senthilkumar may have a bit of a mess to clean > up.... > > -Dave > > -- > Specialization is for insects. | Professional:http://davearonson.com > -Robert Anson Heinlein | Programming: http://codosaur.us > -------------------------------+ Leadership: http://dare2xl.com > Have Pun, Will Babble! -me | Et Cetera: http://davearonson.net-- 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@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.