RubyonRails_newbie
2009-Dec-29 16:23 UTC
help needed - undefined method `reenable'' for <Rake::Task db:schema:dump => [environment]>:Rake::Task
Hello, I am trying to deploy my app at the moment, and each time I do, I get the following error when i run a trace on it: rake db:migrate --trace (in /srv/some area/someplaceelse...) ** Invoke db:migrate (first_time) ** Invoke environment (first_time) ** Execute environment ** Execute db:migrate ** Invoke db:schema:dump (first_time) ** Invoke environment ** Execute db:schema:dump rake aborted! undefined method `reenable'' for <Rake::Task db:schema:dump => [environment]>:Rake::Task /var/lib/gems/1.8/gems/rails-2.3.3/lib/tasks/databases.rake:253 /usr/lib/ruby/1.8/rake.rb:546:in `call'' /usr/lib/ruby/1.8/rake.rb:546:in `execute'' /usr/lib/ruby/1.8/rake.rb:541:in `each'' /usr/lib/ruby/1.8/rake.rb:541:in `execute'' /usr/lib/ruby/1.8/rake.rb:508:in `invoke_with_call_chain'' /usr/lib/ruby/1.8/rake.rb:501:in `synchronize'' /usr/lib/ruby/1.8/rake.rb:501:in `invoke_with_call_chain'' /usr/lib/ruby/1.8/rake.rb:494:in `invoke'' /var/lib/gems/1.8/gems/rails-2.3.3/lib/tasks/databases.rake:117 /usr/lib/ruby/1.8/rake.rb:546:in `call'' /usr/lib/ruby/1.8/rake.rb:546:in `execute'' /usr/lib/ruby/1.8/rake.rb:541:in `each'' /usr/lib/ruby/1.8/rake.rb:541:in `execute'' /usr/lib/ruby/1.8/rake.rb:508:in `invoke_with_call_chain'' /usr/lib/ruby/1.8/rake.rb:501:in `synchronize'' /usr/lib/ruby/1.8/rake.rb:501:in `invoke_with_call_chain'' /usr/lib/ruby/1.8/rake.rb:494:in `invoke'' /usr/lib/ruby/1.8/rake.rb:1931:in `invoke_task'' /usr/lib/ruby/1.8/rake.rb:1909:in `top_level'' /usr/lib/ruby/1.8/rake.rb:1909:in `each'' /usr/lib/ruby/1.8/rake.rb:1909:in `top_level'' /usr/lib/ruby/1.8/rake.rb:1948:in `standard_exception_handling'' /usr/lib/ruby/1.8/rake.rb:1903:in `top_level'' /usr/lib/ruby/1.8/rake.rb:1881:in `run'' /usr/lib/ruby/1.8/rake.rb:1948:in `standard_exception_handling'' /usr/lib/ruby/1.8/rake.rb:1878:in `run'' /usr/bin/rake:28 Does anyone know how to resolve this? Many Thanks -- 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.
RubyonRails_newbie
2009-Dec-29 17:31 UTC
Re: help needed - undefined method `reenable'' for <Rake::Task db:schema:dump => [environment]>:Rake::Task
Update - I have also tried this, but with no luck: http://antono.info/en/138 (which explains to do this: sudo aptitude remove rake sudo gem install rake Im at a bit of a loss now.. ANy thoughts? On 29 Dec, 16:23, RubyonRails_newbie <craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> Hello, > > I am trying to deploy my app at the moment, and each time I do, I get > the following error when i run a trace on it: > > rake db:migrate --trace > > (in /srv/some area/someplaceelse...) > ** Invoke db:migrate (first_time) > ** Invoke environment (first_time) > ** Execute environment > ** Execute db:migrate > ** Invoke db:schema:dump (first_time) > ** Invoke environment > ** Execute db:schema:dump > rake aborted! > > undefined method `reenable'' for <Rake::Task db:schema:dump => > [environment]>:Rake::Task > > /var/lib/gems/1.8/gems/rails-2.3.3/lib/tasks/databases.rake:253 > /usr/lib/ruby/1.8/rake.rb:546:in `call'' > /usr/lib/ruby/1.8/rake.rb:546:in `execute'' > /usr/lib/ruby/1.8/rake.rb:541:in `each'' > /usr/lib/ruby/1.8/rake.rb:541:in `execute'' > /usr/lib/ruby/1.8/rake.rb:508:in `invoke_with_call_chain'' > /usr/lib/ruby/1.8/rake.rb:501:in `synchronize'' > /usr/lib/ruby/1.8/rake.rb:501:in `invoke_with_call_chain'' > /usr/lib/ruby/1.8/rake.rb:494:in `invoke'' > /var/lib/gems/1.8/gems/rails-2.3.3/lib/tasks/databases.rake:117 > /usr/lib/ruby/1.8/rake.rb:546:in `call'' > /usr/lib/ruby/1.8/rake.rb:546:in `execute'' > /usr/lib/ruby/1.8/rake.rb:541:in `each'' > /usr/lib/ruby/1.8/rake.rb:541:in `execute'' > /usr/lib/ruby/1.8/rake.rb:508:in `invoke_with_call_chain'' > /usr/lib/ruby/1.8/rake.rb:501:in `synchronize'' > /usr/lib/ruby/1.8/rake.rb:501:in `invoke_with_call_chain'' > /usr/lib/ruby/1.8/rake.rb:494:in `invoke'' > /usr/lib/ruby/1.8/rake.rb:1931:in `invoke_task'' > /usr/lib/ruby/1.8/rake.rb:1909:in `top_level'' > /usr/lib/ruby/1.8/rake.rb:1909:in `each'' > /usr/lib/ruby/1.8/rake.rb:1909:in `top_level'' > /usr/lib/ruby/1.8/rake.rb:1948:in `standard_exception_handling'' > /usr/lib/ruby/1.8/rake.rb:1903:in `top_level'' > /usr/lib/ruby/1.8/rake.rb:1881:in `run'' > /usr/lib/ruby/1.8/rake.rb:1948:in `standard_exception_handling'' > /usr/lib/ruby/1.8/rake.rb:1878:in `run'' > /usr/bin/rake:28 > > Does anyone know how to resolve this? > > Many Thanks-- 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.
Johan De Klerk
2009-Dec-29 21:15 UTC
Re: Re: help needed - undefined method `reenable'' for <Rake::Task db:schema:dump => [environment]>:Rake::Task
Are you on Linux? On Tue, Dec 29, 2009 at 7:31 PM, RubyonRails_newbie < craigwesty79-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> Update - I have also tried this, but with no luck: > http://antono.info/en/138 > (which explains to do this: sudo aptitude remove rake > sudo gem install rake > > Im at a bit of a loss now.. > > ANy thoughts? > > On 29 Dec, 16:23, RubyonRails_newbie <craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> > wrote: > > Hello, > > > > I am trying to deploy my app at the moment, and each time I do, I get > > the following error when i run a trace on it: > > > > rake db:migrate --trace > > > > (in /srv/some area/someplaceelse...) > > ** Invoke db:migrate (first_time) > > ** Invoke environment (first_time) > > ** Execute environment > > ** Execute db:migrate > > ** Invoke db:schema:dump (first_time) > > ** Invoke environment > > ** Execute db:schema:dump > > rake aborted! > > > > undefined method `reenable'' for <Rake::Task db:schema:dump => > > [environment]>:Rake::Task > > > > /var/lib/gems/1.8/gems/rails-2.3.3/lib/tasks/databases.rake:253 > > /usr/lib/ruby/1.8/rake.rb:546:in `call'' > > /usr/lib/ruby/1.8/rake.rb:546:in `execute'' > > /usr/lib/ruby/1.8/rake.rb:541:in `each'' > > /usr/lib/ruby/1.8/rake.rb:541:in `execute'' > > /usr/lib/ruby/1.8/rake.rb:508:in `invoke_with_call_chain'' > > /usr/lib/ruby/1.8/rake.rb:501:in `synchronize'' > > /usr/lib/ruby/1.8/rake.rb:501:in `invoke_with_call_chain'' > > /usr/lib/ruby/1.8/rake.rb:494:in `invoke'' > > /var/lib/gems/1.8/gems/rails-2.3.3/lib/tasks/databases.rake:117 > > /usr/lib/ruby/1.8/rake.rb:546:in `call'' > > /usr/lib/ruby/1.8/rake.rb:546:in `execute'' > > /usr/lib/ruby/1.8/rake.rb:541:in `each'' > > /usr/lib/ruby/1.8/rake.rb:541:in `execute'' > > /usr/lib/ruby/1.8/rake.rb:508:in `invoke_with_call_chain'' > > /usr/lib/ruby/1.8/rake.rb:501:in `synchronize'' > > /usr/lib/ruby/1.8/rake.rb:501:in `invoke_with_call_chain'' > > /usr/lib/ruby/1.8/rake.rb:494:in `invoke'' > > /usr/lib/ruby/1.8/rake.rb:1931:in `invoke_task'' > > /usr/lib/ruby/1.8/rake.rb:1909:in `top_level'' > > /usr/lib/ruby/1.8/rake.rb:1909:in `each'' > > /usr/lib/ruby/1.8/rake.rb:1909:in `top_level'' > > /usr/lib/ruby/1.8/rake.rb:1948:in `standard_exception_handling'' > > /usr/lib/ruby/1.8/rake.rb:1903:in `top_level'' > > /usr/lib/ruby/1.8/rake.rb:1881:in `run'' > > /usr/lib/ruby/1.8/rake.rb:1948:in `standard_exception_handling'' > > /usr/lib/ruby/1.8/rake.rb:1878:in `run'' > > /usr/bin/rake:28 > > > > Does anyone know how to resolve this? > > > > Many Thanks > > -- > > 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.
RubyonRails_newbie
2009-Dec-29 21:37 UTC
Re: help needed - undefined method `reenable'' for <Rake::Task db:schema:dump => [environment]>:Rake::Task
Hello Johan> Are you on Linux?Yes I am I believe. I''ve uninstalled rake several times and the error is still the same. undefined method `reenable'' for <Rake::Task db:schema:dump => [environment]>:Rake::Task I''ve spent all day looking over this....but now i''m a bit lost. On 29 Dec, 21:15, Johan De Klerk <johandk...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Are you on Linux? > > On Tue, Dec 29, 2009 at 7:31 PM, RubyonRails_newbie < > > > > craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: > > Update - I have also tried this, but with no luck: > >http://antono.info/en/138 > > (which explains to do this: sudo aptitude remove rake > > sudo gem install rake > > > Im at a bit of a loss now.. > > > ANy thoughts? > > > On 29 Dec, 16:23, RubyonRails_newbie <craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> > > wrote: > > > Hello, > > > > I am trying to deploy my app at the moment, and each time I do, I get > > > the following error when i run a trace on it: > > > > rake db:migrate --trace > > > > (in /srv/some area/someplaceelse...) > > > ** Invoke db:migrate (first_time) > > > ** Invoke environment (first_time) > > > ** Execute environment > > > ** Execute db:migrate > > > ** Invoke db:schema:dump (first_time) > > > ** Invoke environment > > > ** Execute db:schema:dump > > > rake aborted! > > > > undefined method `reenable'' for <Rake::Task db:schema:dump => > > > [environment]>:Rake::Task > > > > /var/lib/gems/1.8/gems/rails-2.3.3/lib/tasks/databases.rake:253 > > > /usr/lib/ruby/1.8/rake.rb:546:in `call'' > > > /usr/lib/ruby/1.8/rake.rb:546:in `execute'' > > > /usr/lib/ruby/1.8/rake.rb:541:in `each'' > > > /usr/lib/ruby/1.8/rake.rb:541:in `execute'' > > > /usr/lib/ruby/1.8/rake.rb:508:in `invoke_with_call_chain'' > > > /usr/lib/ruby/1.8/rake.rb:501:in `synchronize'' > > > /usr/lib/ruby/1.8/rake.rb:501:in `invoke_with_call_chain'' > > > /usr/lib/ruby/1.8/rake.rb:494:in `invoke'' > > > /var/lib/gems/1.8/gems/rails-2.3.3/lib/tasks/databases.rake:117 > > > /usr/lib/ruby/1.8/rake.rb:546:in `call'' > > > /usr/lib/ruby/1.8/rake.rb:546:in `execute'' > > > /usr/lib/ruby/1.8/rake.rb:541:in `each'' > > > /usr/lib/ruby/1.8/rake.rb:541:in `execute'' > > > /usr/lib/ruby/1.8/rake.rb:508:in `invoke_with_call_chain'' > > > /usr/lib/ruby/1.8/rake.rb:501:in `synchronize'' > > > /usr/lib/ruby/1.8/rake.rb:501:in `invoke_with_call_chain'' > > > /usr/lib/ruby/1.8/rake.rb:494:in `invoke'' > > > /usr/lib/ruby/1.8/rake.rb:1931:in `invoke_task'' > > > /usr/lib/ruby/1.8/rake.rb:1909:in `top_level'' > > > /usr/lib/ruby/1.8/rake.rb:1909:in `each'' > > > /usr/lib/ruby/1.8/rake.rb:1909:in `top_level'' > > > /usr/lib/ruby/1.8/rake.rb:1948:in `standard_exception_handling'' > > > /usr/lib/ruby/1.8/rake.rb:1903:in `top_level'' > > > /usr/lib/ruby/1.8/rake.rb:1881:in `run'' > > > /usr/lib/ruby/1.8/rake.rb:1948:in `standard_exception_handling'' > > > /usr/lib/ruby/1.8/rake.rb:1878:in `run'' > > > /usr/bin/rake:28 > > > > Does anyone know how to resolve this? > > > > Many Thanks > > > -- > > > 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%2Bunsubscrib e@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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Johan De Klerk
2009-Dec-29 21:44 UTC
Re: Re: help needed - undefined method `reenable'' for <Rake::Task db:schema:dump => [environment]>:Rake::Task
Do you have ssh access? Run this from the command line: lsb_release -a I''ve had this problem before but found it''s very OS and distro specific... On Tue, Dec 29, 2009 at 11:37 PM, RubyonRails_newbie < craigwesty79-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> Hello Johan > > > Are you on Linux? > > Yes I am I believe. I''ve uninstalled rake several times and the error > is still the same. > undefined method `reenable'' for <Rake::Task db:schema:dump => > [environment]>:Rake::Task > > I''ve spent all day looking over this....but now i''m a bit lost. > > On 29 Dec, 21:15, Johan De Klerk <johandk...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Are you on Linux? > > > > On Tue, Dec 29, 2009 at 7:31 PM, RubyonRails_newbie < > > > > > > > > craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: > > > Update - I have also tried this, but with no luck: > > >http://antono.info/en/138 > > > (which explains to do this: sudo aptitude remove rake > > > sudo gem install rake > > > > > Im at a bit of a loss now.. > > > > > ANy thoughts? > > > > > On 29 Dec, 16:23, RubyonRails_newbie <craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> > > > wrote: > > > > Hello, > > > > > > I am trying to deploy my app at the moment, and each time I do, I get > > > > the following error when i run a trace on it: > > > > > > rake db:migrate --trace > > > > > > (in /srv/some area/someplaceelse...) > > > > ** Invoke db:migrate (first_time) > > > > ** Invoke environment (first_time) > > > > ** Execute environment > > > > ** Execute db:migrate > > > > ** Invoke db:schema:dump (first_time) > > > > ** Invoke environment > > > > ** Execute db:schema:dump > > > > rake aborted! > > > > > > undefined method `reenable'' for <Rake::Task db:schema:dump => > > > > [environment]>:Rake::Task > > > > > > /var/lib/gems/1.8/gems/rails-2.3.3/lib/tasks/databases.rake:253 > > > > /usr/lib/ruby/1.8/rake.rb:546:in `call'' > > > > /usr/lib/ruby/1.8/rake.rb:546:in `execute'' > > > > /usr/lib/ruby/1.8/rake.rb:541:in `each'' > > > > /usr/lib/ruby/1.8/rake.rb:541:in `execute'' > > > > /usr/lib/ruby/1.8/rake.rb:508:in `invoke_with_call_chain'' > > > > /usr/lib/ruby/1.8/rake.rb:501:in `synchronize'' > > > > /usr/lib/ruby/1.8/rake.rb:501:in `invoke_with_call_chain'' > > > > /usr/lib/ruby/1.8/rake.rb:494:in `invoke'' > > > > /var/lib/gems/1.8/gems/rails-2.3.3/lib/tasks/databases.rake:117 > > > > /usr/lib/ruby/1.8/rake.rb:546:in `call'' > > > > /usr/lib/ruby/1.8/rake.rb:546:in `execute'' > > > > /usr/lib/ruby/1.8/rake.rb:541:in `each'' > > > > /usr/lib/ruby/1.8/rake.rb:541:in `execute'' > > > > /usr/lib/ruby/1.8/rake.rb:508:in `invoke_with_call_chain'' > > > > /usr/lib/ruby/1.8/rake.rb:501:in `synchronize'' > > > > /usr/lib/ruby/1.8/rake.rb:501:in `invoke_with_call_chain'' > > > > /usr/lib/ruby/1.8/rake.rb:494:in `invoke'' > > > > /usr/lib/ruby/1.8/rake.rb:1931:in `invoke_task'' > > > > /usr/lib/ruby/1.8/rake.rb:1909:in `top_level'' > > > > /usr/lib/ruby/1.8/rake.rb:1909:in `each'' > > > > /usr/lib/ruby/1.8/rake.rb:1909:in `top_level'' > > > > /usr/lib/ruby/1.8/rake.rb:1948:in `standard_exception_handling'' > > > > /usr/lib/ruby/1.8/rake.rb:1903:in `top_level'' > > > > /usr/lib/ruby/1.8/rake.rb:1881:in `run'' > > > > /usr/lib/ruby/1.8/rake.rb:1948:in `standard_exception_handling'' > > > > /usr/lib/ruby/1.8/rake.rb:1878:in `run'' > > > > /usr/bin/rake:28 > > > > > > Does anyone know how to resolve this? > > > > > > Many Thanks > > > > > -- > > > > > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org><rubyonrails-talk%2Bunsubscrib > e@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-/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.
RubyonRails_newbie
2009-Dec-29 22:00 UTC
Re: help needed - undefined method `reenable'' for <Rake::Task db:schema:dump => [environment]>:Rake::Task
Hi Johan,> Do you have ssh access? - yes i have ssh access...> lsb_release -a - do i run this from root?What does this do? Many Thanks On 29 Dec, 21:44, Johan De Klerk <johandk...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Do you have ssh access? > > Run this from the command line: > > lsb_release -a > > I''ve had this problem before but found it''s very OS and distro specific... > > On Tue, Dec 29, 2009 at 11:37 PM, RubyonRails_newbie < > > > > craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: > > Hello Johan > > > > Are you on Linux? > > > Yes I am I believe. I''ve uninstalled rake several times and the error > > is still the same. > > undefined method `reenable'' for <Rake::Task db:schema:dump => > > [environment]>:Rake::Task > > > I''ve spent all day looking over this....but now i''m a bit lost. > > > On 29 Dec, 21:15, Johan De Klerk <johandk...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Are you on Linux? > > > > On Tue, Dec 29, 2009 at 7:31 PM, RubyonRails_newbie < > > > > craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: > > > > Update - I have also tried this, but with no luck: > > > >http://antono.info/en/138 > > > > (which explains to do this: sudo aptitude remove rake > > > > sudo gem install rake > > > > > Im at a bit of a loss now.. > > > > > ANy thoughts? > > > > > On 29 Dec, 16:23, RubyonRails_newbie <craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> > > > > wrote: > > > > > Hello, > > > > > > I am trying to deploy my app at the moment, and each time I do, I get > > > > > the following error when i run a trace on it: > > > > > > rake db:migrate --trace > > > > > > (in /srv/some area/someplaceelse...) > > > > > ** Invoke db:migrate (first_time) > > > > > ** Invoke environment (first_time) > > > > > ** Execute environment > > > > > ** Execute db:migrate > > > > > ** Invoke db:schema:dump (first_time) > > > > > ** Invoke environment > > > > > ** Execute db:schema:dump > > > > > rake aborted! > > > > > > undefined method `reenable'' for <Rake::Task db:schema:dump => > > > > > [environment]>:Rake::Task > > > > > > /var/lib/gems/1.8/gems/rails-2.3.3/lib/tasks/databases.rake:253 > > > > > /usr/lib/ruby/1.8/rake.rb:546:in `call'' > > > > > /usr/lib/ruby/1.8/rake.rb:546:in `execute'' > > > > > /usr/lib/ruby/1.8/rake.rb:541:in `each'' > > > > > /usr/lib/ruby/1.8/rake.rb:541:in `execute'' > > > > > /usr/lib/ruby/1.8/rake.rb:508:in `invoke_with_call_chain'' > > > > > /usr/lib/ruby/1.8/rake.rb:501:in `synchronize'' > > > > > /usr/lib/ruby/1.8/rake.rb:501:in `invoke_with_call_chain'' > > > > > /usr/lib/ruby/1.8/rake.rb:494:in `invoke'' > > > > > /var/lib/gems/1.8/gems/rails-2.3.3/lib/tasks/databases.rake:117 > > > > > /usr/lib/ruby/1.8/rake.rb:546:in `call'' > > > > > /usr/lib/ruby/1.8/rake.rb:546:in `execute'' > > > > > /usr/lib/ruby/1.8/rake.rb:541:in `each'' > > > > > /usr/lib/ruby/1.8/rake.rb:541:in `execute'' > > > > > /usr/lib/ruby/1.8/rake.rb:508:in `invoke_with_call_chain'' > > > > > /usr/lib/ruby/1.8/rake.rb:501:in `synchronize'' > > > > > /usr/lib/ruby/1.8/rake.rb:501:in `invoke_with_call_chain'' > > > > > /usr/lib/ruby/1.8/rake.rb:494:in `invoke'' > > > > > /usr/lib/ruby/1.8/rake.rb:1931:in `invoke_task'' > > > > > /usr/lib/ruby/1.8/rake.rb:1909:in `top_level'' > > > > > /usr/lib/ruby/1.8/rake.rb:1909:in `each'' > > > > > /usr/lib/ruby/1.8/rake.rb:1909:in `top_level'' > > > > > /usr/lib/ruby/1.8/rake.rb:1948:in `standard_exception_handling'' > > > > > /usr/lib/ruby/1.8/rake.rb:1903:in `top_level'' > > > > > /usr/lib/ruby/1.8/rake.rb:1881:in `run'' > > > > > /usr/lib/ruby/1.8/rake.rb:1948:in `standard_exception_handling'' > > > > > /usr/lib/ruby/1.8/rake.rb:1878:in `run'' > > > > > /usr/bin/rake:28 > > > > > > Does anyone know how to resolve this? > > > > > > Many Thanks > > > > > -- > > > > > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscrib e@googlegroups.com><rubyonrails-talk%2Bunsubscrib > > e@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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscrib e@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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Johan De Klerk
2009-Dec-29 22:05 UTC
Re: Re: help needed - undefined method `reenable'' for <Rake::Task db:schema:dump => [environment]>:Rake::Task
It just outputs a bit of info about your system... I dont think root access is needed On Wed, Dec 30, 2009 at 12:00 AM, RubyonRails_newbie < craigwesty79-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> Hi Johan, > > > Do you have ssh access? - yes i have ssh access... > > > lsb_release -a - do i run this from root? > > What does this do? > > Many Thanks > > > On 29 Dec, 21:44, Johan De Klerk <johandk...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Do you have ssh access? > > > > Run this from the command line: > > > > lsb_release -a > > > > I''ve had this problem before but found it''s very OS and distro > specific... > > > > On Tue, Dec 29, 2009 at 11:37 PM, RubyonRails_newbie < > > > > > > > > craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: > > > Hello Johan > > > > > > Are you on Linux? > > > > > Yes I am I believe. I''ve uninstalled rake several times and the error > > > is still the same. > > > undefined method `reenable'' for <Rake::Task db:schema:dump => > > > [environment]>:Rake::Task > > > > > I''ve spent all day looking over this....but now i''m a bit lost. > > > > > On 29 Dec, 21:15, Johan De Klerk <johandk...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > Are you on Linux? > > > > > > On Tue, Dec 29, 2009 at 7:31 PM, RubyonRails_newbie < > > > > > > craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: > > > > > Update - I have also tried this, but with no luck: > > > > >http://antono.info/en/138 > > > > > (which explains to do this: sudo aptitude remove rake > > > > > sudo gem install rake > > > > > > > Im at a bit of a loss now.. > > > > > > > ANy thoughts? > > > > > > > On 29 Dec, 16:23, RubyonRails_newbie <craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> > > > > > wrote: > > > > > > Hello, > > > > > > > > I am trying to deploy my app at the moment, and each time I do, I > get > > > > > > the following error when i run a trace on it: > > > > > > > > rake db:migrate --trace > > > > > > > > (in /srv/some area/someplaceelse...) > > > > > > ** Invoke db:migrate (first_time) > > > > > > ** Invoke environment (first_time) > > > > > > ** Execute environment > > > > > > ** Execute db:migrate > > > > > > ** Invoke db:schema:dump (first_time) > > > > > > ** Invoke environment > > > > > > ** Execute db:schema:dump > > > > > > rake aborted! > > > > > > > > undefined method `reenable'' for <Rake::Task db:schema:dump => > > > > > > [environment]>:Rake::Task > > > > > > > > /var/lib/gems/1.8/gems/rails-2.3.3/lib/tasks/databases.rake:253 > > > > > > /usr/lib/ruby/1.8/rake.rb:546:in `call'' > > > > > > /usr/lib/ruby/1.8/rake.rb:546:in `execute'' > > > > > > /usr/lib/ruby/1.8/rake.rb:541:in `each'' > > > > > > /usr/lib/ruby/1.8/rake.rb:541:in `execute'' > > > > > > /usr/lib/ruby/1.8/rake.rb:508:in `invoke_with_call_chain'' > > > > > > /usr/lib/ruby/1.8/rake.rb:501:in `synchronize'' > > > > > > /usr/lib/ruby/1.8/rake.rb:501:in `invoke_with_call_chain'' > > > > > > /usr/lib/ruby/1.8/rake.rb:494:in `invoke'' > > > > > > /var/lib/gems/1.8/gems/rails-2.3.3/lib/tasks/databases.rake:117 > > > > > > /usr/lib/ruby/1.8/rake.rb:546:in `call'' > > > > > > /usr/lib/ruby/1.8/rake.rb:546:in `execute'' > > > > > > /usr/lib/ruby/1.8/rake.rb:541:in `each'' > > > > > > /usr/lib/ruby/1.8/rake.rb:541:in `execute'' > > > > > > /usr/lib/ruby/1.8/rake.rb:508:in `invoke_with_call_chain'' > > > > > > /usr/lib/ruby/1.8/rake.rb:501:in `synchronize'' > > > > > > /usr/lib/ruby/1.8/rake.rb:501:in `invoke_with_call_chain'' > > > > > > /usr/lib/ruby/1.8/rake.rb:494:in `invoke'' > > > > > > /usr/lib/ruby/1.8/rake.rb:1931:in `invoke_task'' > > > > > > /usr/lib/ruby/1.8/rake.rb:1909:in `top_level'' > > > > > > /usr/lib/ruby/1.8/rake.rb:1909:in `each'' > > > > > > /usr/lib/ruby/1.8/rake.rb:1909:in `top_level'' > > > > > > /usr/lib/ruby/1.8/rake.rb:1948:in `standard_exception_handling'' > > > > > > /usr/lib/ruby/1.8/rake.rb:1903:in `top_level'' > > > > > > /usr/lib/ruby/1.8/rake.rb:1881:in `run'' > > > > > > /usr/lib/ruby/1.8/rake.rb:1948:in `standard_exception_handling'' > > > > > > /usr/lib/ruby/1.8/rake.rb:1878:in `run'' > > > > > > /usr/bin/rake:28 > > > > > > > > Does anyone know how to resolve this? > > > > > > > > Many Thanks > > > > > > > -- > > > > > > > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org><rubyonrails-talk%2Bunsubscrib > e@googlegroups.com><rubyonrails-talk%2Bunsubscrib > > > e@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-/JYPxA39Uh5TLH3MbocFFw@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><rubyonrails-talk%2Bunsubscrib > e@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-/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.
RubyonRails_newbie
2009-Dec-29 22:13 UTC
Re: help needed - undefined method `reenable'' for <Rake::Task db:schema:dump => [environment]>:Rake::Task
it says command not found Hmmm... On 29 Dec, 22:05, Johan De Klerk <johandk...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> It just outputs a bit of info about your system... I dont think root access > is needed > > On Wed, Dec 30, 2009 at 12:00 AM, RubyonRails_newbie < > > > > craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: > > Hi Johan, > > > > Do you have ssh access? - yes i have ssh access... > > > > lsb_release -a - do i run this from root? > > > What does this do? > > > Many Thanks > > > On 29 Dec, 21:44, Johan De Klerk <johandk...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Do you have ssh access? > > > > Run this from the command line: > > > > lsb_release -a > > > > I''ve had this problem before but found it''s very OS and distro > > specific... > > > > On Tue, Dec 29, 2009 at 11:37 PM, RubyonRails_newbie < > > > > craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: > > > > Hello Johan > > > > > > Are you on Linux? > > > > > Yes I am I believe. I''ve uninstalled rake several times and the error > > > > is still the same. > > > > undefined method `reenable'' for <Rake::Task db:schema:dump => > > > > [environment]>:Rake::Task > > > > > I''ve spent all day looking over this....but now i''m a bit lost. > > > > > On 29 Dec, 21:15, Johan De Klerk <johandk...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > Are you on Linux? > > > > > > On Tue, Dec 29, 2009 at 7:31 PM, RubyonRails_newbie < > > > > > > craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: > > > > > > Update - I have also tried this, but with no luck: > > > > > >http://antono.info/en/138 > > > > > > (which explains to do this: sudo aptitude remove rake > > > > > > sudo gem install rake > > > > > > > Im at a bit of a loss now.. > > > > > > > ANy thoughts? > > > > > > > On 29 Dec, 16:23, RubyonRails_newbie <craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> > > > > > > wrote: > > > > > > > Hello, > > > > > > > > I am trying to deploy my app at the moment, and each time I do, I > > get > > > > > > > the following error when i run a trace on it: > > > > > > > > rake db:migrate --trace > > > > > > > > (in /srv/some area/someplaceelse...) > > > > > > > ** Invoke db:migrate (first_time) > > > > > > > ** Invoke environment (first_time) > > > > > > > ** Execute environment > > > > > > > ** Execute db:migrate > > > > > > > ** Invoke db:schema:dump (first_time) > > > > > > > ** Invoke environment > > > > > > > ** Execute db:schema:dump > > > > > > > rake aborted! > > > > > > > > undefined method `reenable'' for <Rake::Task db:schema:dump => > > > > > > > [environment]>:Rake::Task > > > > > > > > /var/lib/gems/1.8/gems/rails-2.3.3/lib/tasks/databases.rake:253 > > > > > > > /usr/lib/ruby/1.8/rake.rb:546:in `call'' > > > > > > > /usr/lib/ruby/1.8/rake.rb:546:in `execute'' > > > > > > > /usr/lib/ruby/1.8/rake.rb:541:in `each'' > > > > > > > /usr/lib/ruby/1.8/rake.rb:541:in `execute'' > > > > > > > /usr/lib/ruby/1.8/rake.rb:508:in `invoke_with_call_chain'' > > > > > > > /usr/lib/ruby/1.8/rake.rb:501:in `synchronize'' > > > > > > > /usr/lib/ruby/1.8/rake.rb:501:in `invoke_with_call_chain'' > > > > > > > /usr/lib/ruby/1.8/rake.rb:494:in `invoke'' > > > > > > > /var/lib/gems/1.8/gems/rails-2.3.3/lib/tasks/databases.rake:117 > > > > > > > /usr/lib/ruby/1.8/rake.rb:546:in `call'' > > > > > > > /usr/lib/ruby/1.8/rake.rb:546:in `execute'' > > > > > > > /usr/lib/ruby/1.8/rake.rb:541:in `each'' > > > > > > > /usr/lib/ruby/1.8/rake.rb:541:in `execute'' > > > > > > > /usr/lib/ruby/1.8/rake.rb:508:in `invoke_with_call_chain'' > > > > > > > /usr/lib/ruby/1.8/rake.rb:501:in `synchronize'' > > > > > > > /usr/lib/ruby/1.8/rake.rb:501:in `invoke_with_call_chain'' > > > > > > > /usr/lib/ruby/1.8/rake.rb:494:in `invoke'' > > > > > > > /usr/lib/ruby/1.8/rake.rb:1931:in `invoke_task'' > > > > > > > /usr/lib/ruby/1.8/rake.rb:1909:in `top_level'' > > > > > > > /usr/lib/ruby/1.8/rake.rb:1909:in `each'' > > > > > > > /usr/lib/ruby/1.8/rake.rb:1909:in `top_level'' > > > > > > > /usr/lib/ruby/1.8/rake.rb:1948:in `standard_exception_handling'' > > > > > > > /usr/lib/ruby/1.8/rake.rb:1903:in `top_level'' > > > > > > > /usr/lib/ruby/1.8/rake.rb:1881:in `run'' > > > > > > > /usr/lib/ruby/1.8/rake.rb:1948:in `standard_exception_handling'' > > > > > > > /usr/lib/ruby/1.8/rake.rb:1878:in `run'' > > > > > > > /usr/bin/rake:28 > > > > > > > > Does anyone know how to resolve this? > > > > > > > > Many Thanks > > > > > > > -- > > > > > > > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscrib e@googlegroups.com><rubyonrails-talk%2Bunsubscrib > > e@googlegroups.com><rubyonrails-talk%2Bunsubscrib > > > > e@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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org > > . > > > > To unsubscribe from this group, send email to > > > > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscrib e@googlegroups.com><rubyonrails-talk%2Bunsubscrib > > e@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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscrib e@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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
RubyonRails_newbie
2009-Dec-30 10:13 UTC
Re: help needed - undefined method `reenable'' for <Rake::Task db:schema:dump => [environment]>:Rake::Task
hello can anyone think of a solution to my issue from yesterday? error = undefined method `reenable'' for <Rake::Task db:schema:dump => [environment]>:Rake::Task i''ve searched all over. sites suggest deleting rake, but this hasn''t helped they have also suggested adding rake to the PATH directory, but unsure how to carry this out.. any other ideas? many thanks On 29 Dec, 22:13, RubyonRails_newbie <craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> it says command not found > > Hmmm... > > On 29 Dec, 22:05, Johan De Klerk <johandk...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > It just outputs a bit of info about your system... I dont think root access > > is needed > > > On Wed, Dec 30, 2009 at 12:00 AM, RubyonRails_newbie < > > > craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: > > > Hi Johan, > > > > > Do you have ssh access? - yes i have ssh access... > > > > > lsb_release -a - do i run this from root? > > > > What does this do? > > > > Many Thanks > > > > On 29 Dec, 21:44, Johan De Klerk <johandk...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > Do you have ssh access? > > > > > Run this from the command line: > > > > > lsb_release -a > > > > > I''ve had this problem before but found it''s very OS and distro > > > specific... > > > > > On Tue, Dec 29, 2009 at 11:37 PM, RubyonRails_newbie < > > > > > craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: > > > > > Hello Johan > > > > > > > Are you on Linux? > > > > > > Yes I am I believe. I''ve uninstalled rake several times and the error > > > > > is still the same. > > > > > undefined method `reenable'' for <Rake::Task db:schema:dump => > > > > > [environment]>:Rake::Task > > > > > > I''ve spent all day looking over this....but now i''m a bit lost. > > > > > > On 29 Dec, 21:15, Johan De Klerk <johandk...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > Are you on Linux? > > > > > > > On Tue, Dec 29, 2009 at 7:31 PM, RubyonRails_newbie < > > > > > > > craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: > > > > > > > Update - I have also tried this, but with no luck: > > > > > > >http://antono.info/en/138 > > > > > > > (which explains to do this: sudo aptitude remove rake > > > > > > > sudo gem install rake > > > > > > > > Im at a bit of a loss now.. > > > > > > > > ANy thoughts? > > > > > > > > On 29 Dec, 16:23, RubyonRails_newbie <craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> > > > > > > > wrote: > > > > > > > > Hello, > > > > > > > > > I am trying to deploy my app at the moment, and each time I do, I > > > get > > > > > > > > the following error when i run a trace on it: > > > > > > > > > rake db:migrate --trace > > > > > > > > > (in /srv/some area/someplaceelse...) > > > > > > > > ** Invoke db:migrate (first_time) > > > > > > > > ** Invoke environment (first_time) > > > > > > > > ** Execute environment > > > > > > > > ** Execute db:migrate > > > > > > > > ** Invoke db:schema:dump (first_time) > > > > > > > > ** Invoke environment > > > > > > > > ** Execute db:schema:dump > > > > > > > > rake aborted! > > > > > > > > > undefined method `reenable'' for <Rake::Task db:schema:dump => > > > > > > > > [environment]>:Rake::Task > > > > > > > > > /var/lib/gems/1.8/gems/rails-2.3.3/lib/tasks/databases.rake:253 > > > > > > > > /usr/lib/ruby/1.8/rake.rb:546:in `call'' > > > > > > > > /usr/lib/ruby/1.8/rake.rb:546:in `execute'' > > > > > > > > /usr/lib/ruby/1.8/rake.rb:541:in `each'' > > > > > > > > /usr/lib/ruby/1.8/rake.rb:541:in `execute'' > > > > > > > > /usr/lib/ruby/1.8/rake.rb:508:in `invoke_with_call_chain'' > > > > > > > > /usr/lib/ruby/1.8/rake.rb:501:in `synchronize'' > > > > > > > > /usr/lib/ruby/1.8/rake.rb:501:in `invoke_with_call_chain'' > > > > > > > > /usr/lib/ruby/1.8/rake.rb:494:in `invoke'' > > > > > > > > /var/lib/gems/1.8/gems/rails-2.3.3/lib/tasks/databases.rake:117 > > > > > > > > /usr/lib/ruby/1.8/rake.rb:546:in `call'' > > > > > > > > /usr/lib/ruby/1.8/rake.rb:546:in `execute'' > > > > > > > > /usr/lib/ruby/1.8/rake.rb:541:in `each'' > > > > > > > > /usr/lib/ruby/1.8/rake.rb:541:in `execute'' > > > > > > > > /usr/lib/ruby/1.8/rake.rb:508:in `invoke_with_call_chain'' > > > > > > > > /usr/lib/ruby/1.8/rake.rb:501:in `synchronize'' > > > > > > > > /usr/lib/ruby/1.8/rake.rb:501:in `invoke_with_call_chain'' > > > > > > > > /usr/lib/ruby/1.8/rake.rb:494:in `invoke'' > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1931:in `invoke_task'' > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1909:in `top_level'' > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1909:in `each'' > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1909:in `top_level'' > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1948:in `standard_exception_handling'' > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1903:in `top_level'' > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1881:in `run'' > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1948:in `standard_exception_handling'' > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1878:in `run'' > > > > > > > > /usr/bin/rake:28 > > > > > > > > > Does anyone know how to resolve this? > > > > > > > > > Many Thanks > > > > > > > > -- > > > > > > > > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscrib e@googlegroups.com><rubyonrails-talk%2Bunsubscrib > > > e@googlegroups.com><rubyonrails-talk%2Bunsubscrib > > > > > e@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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org > > > . > > > > > To unsubscribe from this group, send email to > > > > > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscrib e@googlegroups.com><rubyonrails-talk%2Bunsubscrib > > > e@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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscrib e@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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Frederick Cheung
2009-Dec-30 11:30 UTC
Re: help needed - undefined method `reenable'' for <Rake::Task db:schema:dump => [environment]>:Rake::Task
On Dec 30, 10:13 am, RubyonRails_newbie <craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> hello > > can anyone think of a solution to my issue from yesterday? > > error = undefined method `reenable'' for <Rake::Task db:schema:dump => > [environment]>:Rake::Task >What version of rake do you have? Looking on github suggests that the reenable method was added here http://github.com/jimweirich/rake/commit/a48c35b92e587b0d4eee68d69d7ecbb426f67aba which suggests you need 0.8.1.5 or higher Fred> i''ve searched all over. sites suggest deleting rake, but this hasn''t > helped > they have also suggested adding rake to the PATH directory, but unsure > how to carry this out.. > > any other ideas? > > many thanks > > On 29 Dec, 22:13, RubyonRails_newbie <craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> > wrote: > > > > > it says command not found > > > Hmmm... > > > On 29 Dec, 22:05, Johan De Klerk <johandk...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > It just outputs a bit of info about your system... I dont think root access > > > is needed > > > > On Wed, Dec 30, 2009 at 12:00 AM, RubyonRails_newbie < > > > > craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: > > > > Hi Johan, > > > > > > Do you have ssh access? - yes i have ssh access... > > > > > > lsb_release -a - do i run this from root? > > > > > What does this do? > > > > > Many Thanks > > > > > On 29 Dec, 21:44, Johan De Klerk <johandk...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > Do you have ssh access? > > > > > > Run this from the command line: > > > > > > lsb_release -a > > > > > > I''ve had this problem before but found it''s very OS and distro > > > > specific... > > > > > > On Tue, Dec 29, 2009 at 11:37 PM, RubyonRails_newbie < > > > > > > craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: > > > > > > Hello Johan > > > > > > > > Are you on Linux? > > > > > > > Yes I am I believe. I''ve uninstalled rake several times and the error > > > > > > is still the same. > > > > > > undefined method `reenable'' for <Rake::Task db:schema:dump => > > > > > > [environment]>:Rake::Task > > > > > > > I''ve spent all day looking over this....but now i''m a bit lost. > > > > > > > On 29 Dec, 21:15, Johan De Klerk <johandk...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > Are you on Linux? > > > > > > > > On Tue, Dec 29, 2009 at 7:31 PM, RubyonRails_newbie < > > > > > > > > craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: > > > > > > > > Update - I have also tried this, but with no luck: > > > > > > > >http://antono.info/en/138 > > > > > > > > (which explains to do this: sudo aptitude remove rake > > > > > > > > sudo gem install rake > > > > > > > > > Im at a bit of a loss now.. > > > > > > > > > ANy thoughts? > > > > > > > > > On 29 Dec, 16:23, RubyonRails_newbie <craigwest...@googlemail.com> > > > > > > > > wrote: > > > > > > > > > Hello, > > > > > > > > > > I am trying to deploy my app at the moment, and each time I do, I > > > > get > > > > > > > > > the following error when i run a trace on it: > > > > > > > > > > rake db:migrate --trace > > > > > > > > > > (in /srv/some area/someplaceelse...) > > > > > > > > > ** Invoke db:migrate (first_time) > > > > > > > > > ** Invoke environment (first_time) > > > > > > > > > ** Execute environment > > > > > > > > > ** Execute db:migrate > > > > > > > > > ** Invoke db:schema:dump (first_time) > > > > > > > > > ** Invoke environment > > > > > > > > > ** Execute db:schema:dump > > > > > > > > > rake aborted! > > > > > > > > > > undefined method `reenable'' for <Rake::Task db:schema:dump => > > > > > > > > > [environment]>:Rake::Task > > > > > > > > > > /var/lib/gems/1.8/gems/rails-2.3.3/lib/tasks/databases.rake:253 > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:546:in `call'' > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:546:in `execute'' > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:541:in `each'' > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:541:in `execute'' > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:508:in `invoke_with_call_chain'' > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:501:in `synchronize'' > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:501:in `invoke_with_call_chain'' > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:494:in `invoke'' > > > > > > > > > /var/lib/gems/1.8/gems/rails-2.3.3/lib/tasks/databases.rake:117 > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:546:in `call'' > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:546:in `execute'' > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:541:in `each'' > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:541:in `execute'' > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:508:in `invoke_with_call_chain'' > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:501:in `synchronize'' > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:501:in `invoke_with_call_chain'' > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:494:in `invoke'' > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1931:in `invoke_task'' > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1909:in `top_level'' > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1909:in `each'' > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1909:in `top_level'' > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1948:in `standard_exception_handling'' > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1903:in `top_level'' > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1881:in `run'' > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1948:in `standard_exception_handling'' > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1878:in `run'' > > > > > > > > > /usr/bin/rake:28 > > > > > > > > > > Does anyone know how to resolve this? > > > > > > > > > > Many Thanks > > > > > > > > > -- > > > > > > > > > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscrib e@googlegroups.com><rubyonrails-talk%2Bunsubscrib > > > > e@googlegroups.com><rubyonrails-talk%2Bunsubscrib > > > > > > e@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@googlegroups.com > > > > . > > > > > > To unsubscribe from this group, send email to > > > > > > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscrib e@googlegroups.com><rubyonrails-talk%2Bunsubscrib > > > > e@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@googlegroups.com. > > > > To unsubscribe from this group, send email to > > > > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscrib e@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.
RubyonRails_newbie
2009-Dec-30 12:35 UTC
Re: help needed - undefined method `reenable'' for <Rake::Task db:schema:dump => [environment]>:Rake::Task
Hi. When I do rake --version it says 0.8.1. However, when I do gem list --remote or --local it says I have 0.8.7 Either way I''m on linux and need to find a way to get the correct version so I can see my app and not this dreadful error... :) Day 2 of the error and its getting a bit of a tough cookie to crack... Cheers On Dec 30, 11:30 am, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Dec 30, 10:13 am, RubyonRails_newbie <craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> > wrote:> hello > > > can anyone think of a solution to my issue from yesterday? > > > error = undefined method `reenable'' for <Rake::Task db:schema:dump => > > [environment]>:Rake::Task > > What version of rake do you have? Looking on github suggests that the > reenable method was added herehttp://github.com/jimweirich/rake/commit/a48c35b92e587b0d4eee68d69d7e... > which suggests you need 0.8.1.5 or higher > > Fred > > > > > i''ve searched all over. sites suggest deleting rake, but this hasn''t > > helped > > they have also suggested adding rake to the PATH directory, but unsure > > how to carry this out.. > > > any other ideas? > > > many thanks > > > On 29 Dec, 22:13, RubyonRails_newbie <craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> > > wrote: > > > > it says command not found > > > > Hmmm... > > > > On 29 Dec, 22:05, Johan De Klerk <johandk...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > It just outputs a bit of info about your system... I dont think root access > > > > is needed > > > > > On Wed, Dec 30, 2009 at 12:00 AM, RubyonRails_newbie < > > > > > craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: > > > > > Hi Johan, > > > > > > > Do you have ssh access? - yes i have ssh access... > > > > > > > lsb_release -a - do i run this from root? > > > > > > What does this do? > > > > > > Many Thanks > > > > > > On 29 Dec, 21:44, Johan De Klerk <johandk...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > Do you have ssh access? > > > > > > > Run this from the command line: > > > > > > > lsb_release -a > > > > > > > I''ve had this problem before but found it''s very OS and distro > > > > > specific... > > > > > > > On Tue, Dec 29, 2009 at 11:37 PM, RubyonRails_newbie < > > > > > > > craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: > > > > > > > Hello Johan > > > > > > > > > Are you on Linux? > > > > > > > > Yes I am I believe. I''ve uninstalled rake several times and the error > > > > > > > is still the same. > > > > > > > undefined method `reenable'' for <Rake::Task db:schema:dump => > > > > > > > [environment]>:Rake::Task > > > > > > > > I''ve spent all day looking over this....but now i''m a bit lost. > > > > > > > > On 29 Dec, 21:15, Johan De Klerk <johandk...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > Are you on Linux? > > > > > > > > > On Tue, Dec 29, 2009 at 7:31 PM, RubyonRails_newbie < > > > > > > > > > craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: > > > > > > > > > Update - I have also tried this, but with no luck: > > > > > > > > >http://antono.info/en/138 > > > > > > > > > (which explains to do this: sudo aptitude remove rake > > > > > > > > > sudo gem install rake > > > > > > > > > > Im at a bit of a loss now.. > > > > > > > > > > ANy thoughts? > > > > > > > > > > On 29 Dec, 16:23, RubyonRails_newbie <craigwest...@googlemail.com> > > > > > > > > > wrote: > > > > > > > > > > Hello, > > > > > > > > > > > I am trying to deploy my app at the moment, and each time I do, I > > > > > get > > > > > > > > > > the following error when i run a trace on it: > > > > > > > > > > > rake db:migrate --trace > > > > > > > > > > > (in /srv/some area/someplaceelse...) > > > > > > > > > > ** Invoke db:migrate (first_time) > > > > > > > > > > ** Invoke environment (first_time) > > > > > > > > > > ** Execute environment > > > > > > > > > > ** Execute db:migrate > > > > > > > > > > ** Invoke db:schema:dump (first_time) > > > > > > > > > > ** Invoke environment > > > > > > > > > > ** Execute db:schema:dump > > > > > > > > > > rake aborted! > > > > > > > > > > > undefined method `reenable'' for <Rake::Task db:schema:dump => > > > > > > > > > > [environment]>:Rake::Task > > > > > > > > > > > /var/lib/gems/1.8/gems/rails-2.3.3/lib/tasks/databases.rake:253 > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:546:in `call'' > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:546:in `execute'' > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:541:in `each'' > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:541:in `execute'' > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:508:in `invoke_with_call_chain'' > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:501:in `synchronize'' > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:501:in `invoke_with_call_chain'' > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:494:in `invoke'' > > > > > > > > > > /var/lib/gems/1.8/gems/rails-2.3.3/lib/tasks/databases.rake:117 > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:546:in `call'' > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:546:in `execute'' > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:541:in `each'' > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:541:in `execute'' > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:508:in `invoke_with_call_chain'' > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:501:in `synchronize'' > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:501:in `invoke_with_call_chain'' > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:494:in `invoke'' > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1931:in `invoke_task'' > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1909:in `top_level'' > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1909:in `each'' > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1909:in `top_level'' > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1948:in `standard_exception_handling'' > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1903:in `top_level'' > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1881:in `run'' > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1948:in `standard_exception_handling'' > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1878:in `run'' > > > > > > > > > > /usr/bin/rake:28 > > > > > > > > > > > Does anyone know how to resolve this? > > > > > > > > > > > Many Thanks > > > > > > > > > > -- > > > > > > > > > > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscrib e@googlegroups.com><rubyonrails-talk%2Bunsubscrib > > > > > e@googlegroups.com><rubyonrails-talk%2Bunsubscrib > > > > > > > e@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@googlegroups.com > > > > > . > > > > > > > To unsubscribe from this group, send email to > > > > > > > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscrib e@googlegroups.com><rubyonrails-talk%2Bunsubscrib > > > > > e@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@googlegroups.com. > > > > > To unsubscribe from this group, send email to > > > > > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscrib e@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.
Frederick Cheung
2009-Dec-30 13:09 UTC
Re: help needed - undefined method `reenable'' for <Rake::Task db:schema:dump => [environment]>:Rake::Task
On Dec 30, 12:35 pm, RubyonRails_newbie <craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> Hi. > When I do rake --version it says 0.8.1. > However, when I do gem list --remote or --local it says I have 0.8.7 > > Either way I''m on linux and need to find a way to get the correct > version so I can see my app and not this dreadful error... :) > > Day 2 of the error and its getting a bit of a tough cookie to crack... >At a guess, do you have one version of rake installed via your distro''s package manager and another installed via rubygems ? Fred> Cheers > > On Dec 30, 11:30 am, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > wrote: > > > > > On Dec 30, 10:13 am, RubyonRails_newbie <craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> > > wrote:> hello > > > > can anyone think of a solution to my issue from yesterday? > > > > error = undefined method `reenable'' for <Rake::Task db:schema:dump => > > > [environment]>:Rake::Task > > > What version of rake do you have? Looking on github suggests that the > > reenable method was added herehttp://github.com/jimweirich/rake/commit/a48c35b92e587b0d4eee68d69d7e... > > which suggests you need 0.8.1.5 or higher > > > Fred > > > > i''ve searched all over. sites suggest deleting rake, but this hasn''t > > > helped > > > they have also suggested adding rake to the PATH directory, but unsure > > > how to carry this out.. > > > > any other ideas? > > > > many thanks > > > > On 29 Dec, 22:13, RubyonRails_newbie <craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> > > > wrote: > > > > > it says command not found > > > > > Hmmm... > > > > > On 29 Dec, 22:05, Johan De Klerk <johandk...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > It just outputs a bit of info about your system... I dont think root access > > > > > is needed > > > > > > On Wed, Dec 30, 2009 at 12:00 AM, RubyonRails_newbie < > > > > > > craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: > > > > > > Hi Johan, > > > > > > > > Do you have ssh access? - yes i have ssh access... > > > > > > > > lsb_release -a - do i run this from root? > > > > > > > What does this do? > > > > > > > Many Thanks > > > > > > > On 29 Dec, 21:44, Johan De Klerk <johandk...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > Do you have ssh access? > > > > > > > > Run this from the command line: > > > > > > > > lsb_release -a > > > > > > > > I''ve had this problem before but found it''s very OS and distro > > > > > > specific... > > > > > > > > On Tue, Dec 29, 2009 at 11:37 PM, RubyonRails_newbie < > > > > > > > > craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: > > > > > > > > Hello Johan > > > > > > > > > > Are you on Linux? > > > > > > > > > Yes I am I believe. I''ve uninstalled rake several times and the error > > > > > > > > is still the same. > > > > > > > > undefined method `reenable'' for <Rake::Task db:schema:dump => > > > > > > > > [environment]>:Rake::Task > > > > > > > > > I''ve spent all day looking over this....but now i''m a bit lost. > > > > > > > > > On 29 Dec, 21:15, Johan De Klerk <johandk...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > > Are you on Linux? > > > > > > > > > > On Tue, Dec 29, 2009 at 7:31 PM, RubyonRails_newbie < > > > > > > > > > > craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: > > > > > > > > > > Update - I have also tried this, but with no luck: > > > > > > > > > >http://antono.info/en/138 > > > > > > > > > > (which explains to do this: sudo aptitude remove rake > > > > > > > > > > sudo gem install rake > > > > > > > > > > > Im at a bit of a loss now.. > > > > > > > > > > > ANy thoughts? > > > > > > > > > > > On 29 Dec, 16:23, RubyonRails_newbie <craigwest...@googlemail.com> > > > > > > > > > > wrote: > > > > > > > > > > > Hello, > > > > > > > > > > > > I am trying to deploy my app at the moment, and each time I do, I > > > > > > get > > > > > > > > > > > the following error when i run a trace on it: > > > > > > > > > > > > rake db:migrate --trace > > > > > > > > > > > > (in /srv/some area/someplaceelse...) > > > > > > > > > > > ** Invoke db:migrate (first_time) > > > > > > > > > > > ** Invoke environment (first_time) > > > > > > > > > > > ** Execute environment > > > > > > > > > > > ** Execute db:migrate > > > > > > > > > > > ** Invoke db:schema:dump (first_time) > > > > > > > > > > > ** Invoke environment > > > > > > > > > > > ** Execute db:schema:dump > > > > > > > > > > > rake aborted! > > > > > > > > > > > > undefined method `reenable'' for <Rake::Task db:schema:dump => > > > > > > > > > > > [environment]>:Rake::Task > > > > > > > > > > > > /var/lib/gems/1.8/gems/rails-2.3.3/lib/tasks/databases.rake:253 > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:546:in `call'' > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:546:in `execute'' > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:541:in `each'' > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:541:in `execute'' > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:508:in `invoke_with_call_chain'' > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:501:in `synchronize'' > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:501:in `invoke_with_call_chain'' > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:494:in `invoke'' > > > > > > > > > > > /var/lib/gems/1.8/gems/rails-2.3.3/lib/tasks/databases.rake:117 > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:546:in `call'' > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:546:in `execute'' > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:541:in `each'' > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:541:in `execute'' > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:508:in `invoke_with_call_chain'' > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:501:in `synchronize'' > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:501:in `invoke_with_call_chain'' > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:494:in `invoke'' > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1931:in `invoke_task'' > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1909:in `top_level'' > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1909:in `each'' > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1909:in `top_level'' > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1948:in `standard_exception_handling'' > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1903:in `top_level'' > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1881:in `run'' > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1948:in `standard_exception_handling'' > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1878:in `run'' > > > > > > > > > > > /usr/bin/rake:28 > > > > > > > > > > > > Does anyone know how to resolve this? > > > > > > > > > > > > Many Thanks > > > > > > > > > > > -- > > > > > > > > > > > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscrib e@googlegroups.com><rubyonrails-talk%2Bunsubscrib > > > > > > e@googlegroups.com><rubyonrails-talk%2Bunsubscrib > > > > > > > > e@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@googlegroups.com > > > > > > . > > > > > > > > To unsubscribe from this group, send email to > > > > > > > > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscrib e@googlegroups.com><rubyonrails-talk%2Bunsubscrib > > > > > > e@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@googlegroups.com. > > > > > > To unsubscribe from this group, send email to > > > > > > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscrib e@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.
RubyonRails_newbie
2009-Dec-30 17:59 UTC
Re: help needed - undefined method `reenable'' for <Rake::Task db:schema:dump => [environment]>:Rake::Task
Yes possibly. How wold I check this and if there are multiples, which one needs removing and how is it best achieved? Thanks again. On Dec 30, 1:09 pm, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Dec 30, 12:35 pm, RubyonRails_newbie <craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> > wrote:> Hi. > > When I do rake --version it says 0.8.1. > > However, when I do gem list --remote or --local it says I have 0.8.7 > > > Either way I''m on linux and need to find a way to get the correct > > version so I can see my app and not this dreadful error... :) > > > Day 2 of the error and its getting a bit of a tough cookie to crack... > > At a guess, do you have one version of rake installed via your > distro''s package manager and another installed via rubygems ? > > Fred > > > > > Cheers > > > On Dec 30, 11:30 am, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > > wrote: > > > > On Dec 30, 10:13 am, RubyonRails_newbie <craigwest...-gM/Ye1E23myhRSP0FMvGiw@public.gmane.orgm> > > > wrote:> hello > > > > > can anyone think of a solution to my issue from yesterday? > > > > > error = undefined method `reenable'' for <Rake::Task db:schema:dump => > > > > [environment]>:Rake::Task > > > > What version of rake do you have? Looking on github suggests that the > > > reenable method was added herehttp://github.com/jimweirich/rake/commit/a48c35b92e587b0d4eee68d69d7e... > > > which suggests you need 0.8.1.5 or higher > > > > Fred > > > > > i''ve searched all over. sites suggest deleting rake, but this hasn''t > > > > helped > > > > they have also suggested adding rake to the PATH directory, but unsure > > > > how to carry this out.. > > > > > any other ideas? > > > > > many thanks > > > > > On 29 Dec, 22:13, RubyonRails_newbie <craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> > > > > wrote: > > > > > > it says command not found > > > > > > Hmmm... > > > > > > On 29 Dec, 22:05, Johan De Klerk <johandk...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > It just outputs a bit of info about your system... I dont think root access > > > > > > is needed > > > > > > > On Wed, Dec 30, 2009 at 12:00 AM, RubyonRails_newbie < > > > > > > > craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: > > > > > > > Hi Johan, > > > > > > > > > Do you have ssh access? - yes i have ssh access... > > > > > > > > > lsb_release -a - do i run this from root? > > > > > > > > What does this do? > > > > > > > > Many Thanks > > > > > > > > On 29 Dec, 21:44, Johan De Klerk <johandk...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > Do you have ssh access? > > > > > > > > > Run this from the command line: > > > > > > > > > lsb_release -a > > > > > > > > > I''ve had this problem before but found it''s very OS and distro > > > > > > > specific... > > > > > > > > > On Tue, Dec 29, 2009 at 11:37 PM, RubyonRails_newbie < > > > > > > > > > craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: > > > > > > > > > Hello Johan > > > > > > > > > > > Are you on Linux? > > > > > > > > > > Yes I am I believe. I''ve uninstalled rake several times and the error > > > > > > > > > is still the same. > > > > > > > > > undefined method `reenable'' for <Rake::Task db:schema:dump => > > > > > > > > > [environment]>:Rake::Task > > > > > > > > > > I''ve spent all day looking over this....but now i''m a bit lost. > > > > > > > > > > On 29 Dec, 21:15, Johan De Klerk <johandk...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > > > Are you on Linux? > > > > > > > > > > > On Tue, Dec 29, 2009 at 7:31 PM, RubyonRails_newbie < > > > > > > > > > > > craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: > > > > > > > > > > > Update - I have also tried this, but with no luck: > > > > > > > > > > >http://antono.info/en/138 > > > > > > > > > > > (which explains to do this: sudo aptitude remove rake > > > > > > > > > > > sudo gem install rake > > > > > > > > > > > > Im at a bit of a loss now.. > > > > > > > > > > > > ANy thoughts? > > > > > > > > > > > > On 29 Dec, 16:23, RubyonRails_newbie <craigwest...@googlemail.com> > > > > > > > > > > > wrote: > > > > > > > > > > > > Hello, > > > > > > > > > > > > > I am trying to deploy my app at the moment, and each time I do, I > > > > > > > get > > > > > > > > > > > > the following error when i run a trace on it: > > > > > > > > > > > > > rake db:migrate --trace > > > > > > > > > > > > > (in /srv/some area/someplaceelse...) > > > > > > > > > > > > ** Invoke db:migrate (first_time) > > > > > > > > > > > > ** Invoke environment (first_time) > > > > > > > > > > > > ** Execute environment > > > > > > > > > > > > ** Execute db:migrate > > > > > > > > > > > > ** Invoke db:schema:dump (first_time) > > > > > > > > > > > > ** Invoke environment > > > > > > > > > > > > ** Execute db:schema:dump > > > > > > > > > > > > rake aborted! > > > > > > > > > > > > > undefined method `reenable'' for <Rake::Task db:schema:dump => > > > > > > > > > > > > [environment]>:Rake::Task > > > > > > > > > > > > > /var/lib/gems/1.8/gems/rails-2.3.3/lib/tasks/databases.rake:253 > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:546:in `call'' > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:546:in `execute'' > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:541:in `each'' > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:541:in `execute'' > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:508:in `invoke_with_call_chain'' > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:501:in `synchronize'' > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:501:in `invoke_with_call_chain'' > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:494:in `invoke'' > > > > > > > > > > > > /var/lib/gems/1.8/gems/rails-2.3.3/lib/tasks/databases.rake:117 > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:546:in `call'' > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:546:in `execute'' > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:541:in `each'' > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:541:in `execute'' > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:508:in `invoke_with_call_chain'' > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:501:in `synchronize'' > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:501:in `invoke_with_call_chain'' > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:494:in `invoke'' > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1931:in `invoke_task'' > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1909:in `top_level'' > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1909:in `each'' > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1909:in `top_level'' > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1948:in `standard_exception_handling'' > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1903:in `top_level'' > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1881:in `run'' > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1948:in `standard_exception_handling'' > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1878:in `run'' > > > > > > > > > > > > /usr/bin/rake:28 > > > > > > > > > > > > > Does anyone know how to resolve this? > > > > > > > > > > > > > Many Thanks > > > > > > > > > > > > -- > > > > > > > > > > > > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscrib e@googlegroups.com><rubyonrails-talk%2Bunsubscrib > > > > > > > e@googlegroups.com><rubyonrails-talk%2Bunsubscrib > > > > > > > > > e@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@googlegroups.com > > > > > > > . > > > > > > > > > To unsubscribe from this group, send email to > > > > > > > > > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscrib e@googlegroups.com><rubyonrails-talk%2Bunsubscrib > > > > > > > e@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@googlegroups.com. > > > > > > > To unsubscribe from this group, send email to > > > > > > > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscrib e@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.
Frederick Cheung
2009-Dec-30 21:00 UTC
Re: help needed - undefined method `reenable'' for <Rake::Task db:schema:dump => [environment]>:Rake::Task
On Dec 30, 5:59 pm, RubyonRails_newbie <craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> Yes possibly. How wold I check this and if there are multiples, which > one needs removing and how is it best achieved? > > Thanks again.Well sounds like you''ve done the checking. You''d want to remove the one installed by your distro (in general distro provided stuff lags quite a bit behind whats available via rubygems. I also seem to recall that on some distros the distro provided rubygems is hobbled a bt in order to make it work nicer with the package management system - some people thus recommend installing rubygems separately (I don''t use linux myself though so not sure whether this is still current etc)) Fred -- 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.
RubyonRails_newbie
2009-Dec-30 21:16 UTC
Re: help needed - undefined method `reenable'' for <Rake::Task db:schema:dump => [environment]>:Rake::Task
Hi there, Still trying to resolve this... Looking on gem list --remote i have this: rake (0.8.7) LIkewise when I do gem list --local i get: rake (0.8.7) If I do: apt-get autoremove rake and then run rake --version, it says ''''ERROR: While executing gem ... (RuntimeError) Unknown command db:migrate'''' So - I tried to unistall it all again and reinstall rake and the gem at root level I''m still getting the same error, so was wondering if anyone had any suggestions? Many Thanks On 30 Dec, 17:59, RubyonRails_newbie <craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> Yes possibly. How wold I check this and if there are multiples, which > one needs removing and how is it best achieved? > > Thanks again. > > On Dec 30, 1:09 pm, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > wrote: > > > > > On Dec 30, 12:35 pm, RubyonRails_newbie <craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> > > wrote:> Hi. > > > When I do rake --version it says 0.8.1. > > > However, when I do gem list --remote or --local it says I have 0.8.7 > > > > Either way I''m on linux and need to find a way to get the correct > > > version so I can see my app and not this dreadful error... :) > > > > Day 2 of the error and its getting a bit of a tough cookie to crack... > > > At a guess, do you have one version of rake installed via your > > distro''s package manager and another installed via rubygems ? > > > Fred > > > > Cheers > > > > On Dec 30, 11:30 am, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > > > wrote: > > > > > On Dec 30, 10:13 am, RubyonRails_newbie <craigwest...@googlemail.com> > > > > wrote:> hello > > > > > > can anyone think of a solution to my issue from yesterday? > > > > > > error = undefined method `reenable'' for <Rake::Task db:schema:dump => > > > > > [environment]>:Rake::Task > > > > > What version of rake do you have? Looking on github suggests that the > > > > reenable method was added herehttp://github.com/jimweirich/rake/commit/a48c35b92e587b0d4eee68d69d7e... > > > > which suggests you need 0.8.1.5 or higher > > > > > Fred > > > > > > i''ve searched all over. sites suggest deleting rake, but this hasn''t > > > > > helped > > > > > they have also suggested adding rake to the PATH directory, but unsure > > > > > how to carry this out.. > > > > > > any other ideas? > > > > > > many thanks > > > > > > On 29 Dec, 22:13, RubyonRails_newbie <craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> > > > > > wrote: > > > > > > > it says command not found > > > > > > > Hmmm... > > > > > > > On 29 Dec, 22:05, Johan De Klerk <johandk...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > It just outputs a bit of info about your system... I dont think root access > > > > > > > is needed > > > > > > > > On Wed, Dec 30, 2009 at 12:00 AM, RubyonRails_newbie < > > > > > > > > craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: > > > > > > > > Hi Johan, > > > > > > > > > > Do you have ssh access? - yes i have ssh access... > > > > > > > > > > lsb_release -a - do i run this from root? > > > > > > > > > What does this do? > > > > > > > > > Many Thanks > > > > > > > > > On 29 Dec, 21:44, Johan De Klerk <johandk...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > > Do you have ssh access? > > > > > > > > > > Run this from the command line: > > > > > > > > > > lsb_release -a > > > > > > > > > > I''ve had this problem before but found it''s very OS and distro > > > > > > > > specific... > > > > > > > > > > On Tue, Dec 29, 2009 at 11:37 PM, RubyonRails_newbie < > > > > > > > > > > craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: > > > > > > > > > > Hello Johan > > > > > > > > > > > > Are you on Linux? > > > > > > > > > > > Yes I am I believe. I''ve uninstalled rake several times and the error > > > > > > > > > > is still the same. > > > > > > > > > > undefined method `reenable'' for <Rake::Task db:schema:dump => > > > > > > > > > > [environment]>:Rake::Task > > > > > > > > > > > I''ve spent all day looking over this....but now i''m a bit lost. > > > > > > > > > > > On 29 Dec, 21:15, Johan De Klerk <johandk...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > > > > Are you on Linux? > > > > > > > > > > > > On Tue, Dec 29, 2009 at 7:31 PM, RubyonRails_newbie < > > > > > > > > > > > > craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: > > > > > > > > > > > > Update - I have also tried this, but with no luck: > > > > > > > > > > > >http://antono.info/en/138 > > > > > > > > > > > > (which explains to do this: sudo aptitude remove rake > > > > > > > > > > > > sudo gem install rake > > > > > > > > > > > > > Im at a bit of a loss now.. > > > > > > > > > > > > > ANy thoughts? > > > > > > > > > > > > > On 29 Dec, 16:23, RubyonRails_newbie <craigwest...@googlemail.com> > > > > > > > > > > > > wrote: > > > > > > > > > > > > > Hello, > > > > > > > > > > > > > > I am trying to deploy my app at the moment, and each time I do, I > > > > > > > > get > > > > > > > > > > > > > the following error when i run a trace on it: > > > > > > > > > > > > > > rake db:migrate --trace > > > > > > > > > > > > > > (in /srv/some area/someplaceelse...) > > > > > > > > > > > > > ** Invoke db:migrate (first_time) > > > > > > > > > > > > > ** Invoke environment (first_time) > > > > > > > > > > > > > ** Execute environment > > > > > > > > > > > > > ** Execute db:migrate > > > > > > > > > > > > > ** Invoke db:schema:dump (first_time) > > > > > > > > > > > > > ** Invoke environment > > > > > > > > > > > > > ** Execute db:schema:dump > > > > > > > > > > > > > rake aborted! > > > > > > > > > > > > > > undefined method `reenable'' for <Rake::Task db:schema:dump => > > > > > > > > > > > > > [environment]>:Rake::Task > > > > > > > > > > > > > > /var/lib/gems/1.8/gems/rails-2.3.3/lib/tasks/databases.rake:253 > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:546:in `call'' > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:546:in `execute'' > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:541:in `each'' > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:541:in `execute'' > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:508:in `invoke_with_call_chain'' > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:501:in `synchronize'' > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:501:in `invoke_with_call_chain'' > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:494:in `invoke'' > > > > > > > > > > > > > /var/lib/gems/1.8/gems/rails-2.3.3/lib/tasks/databases.rake:117 > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:546:in `call'' > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:546:in `execute'' > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:541:in `each'' > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:541:in `execute'' > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:508:in `invoke_with_call_chain'' > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:501:in `synchronize'' > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:501:in `invoke_with_call_chain'' > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:494:in `invoke'' > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1931:in `invoke_task'' > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1909:in `top_level'' > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1909:in `each'' > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1909:in `top_level'' > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1948:in `standard_exception_handling'' > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1903:in `top_level'' > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1881:in `run'' > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1948:in `standard_exception_handling'' > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1878:in `run'' > > > > > > > > > > > > > /usr/bin/rake:28 > > > > > > > > > > > > > > Does anyone know how to resolve this? > > > > > > > > > > > > > > Many Thanks > > > > > > > > > > > > > -- > > > > > > > > > > > > > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscrib e@googlegroups.com><rubyonrails-talk%2Bunsubscrib > > > > > > > > e@googlegroups.com><rubyonrails-talk%2Bunsubscrib > > > > > > > > > > e@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@googlegroups.com > > > > > > > > . > > > > > > > > > > To unsubscribe from this group, send email to > > > > > > > > > > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscrib e@googlegroups.com><rubyonrails-talk%2Bunsubscrib > > > > > > > > e@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@googlegroups.com. > > > > > > > > To unsubscribe from this group, send email to > > > > > > > > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscrib e@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.
Frederick Cheung
2009-Dec-31 10:22 UTC
Re: help needed - undefined method `reenable'' for <Rake::Task db:schema:dump => [environment]>:Rake::Task
On Dec 30, 9:16 pm, RubyonRails_newbie <craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> Hi there, > > Still trying to resolve this... > Looking on gem list --remote i have this: > rake (0.8.7) > > LIkewise when I do gem list --local i get: > rake (0.8.7) > > If I do: apt-get autoremove rake and then run rake --version, it says > ''''ERROR: While executing gem ... (RuntimeError) Unknown command > db:migrate'''' >that''s weird - that would only make sense if you''d typed gem db:migrate!> So - I tried to unistall it all again and reinstall rake and the gem > at root levelWell you definitely don''t want to reinstall rate from apt - you only want the gem version. I really don''t know enough about installing ruby on a linux machine to comment any further though - you''ve got yourself into some weird state Fred> > I''m still getting the same error, so was wondering if anyone had any > suggestions? > > Many Thanks > > On 30 Dec, 17:59, RubyonRails_newbie <craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> > wrote: > > > > > Yes possibly. How wold I check this and if there are multiples, which > > one needs removing and how is it best achieved? > > > Thanks again. > > > On Dec 30, 1:09 pm, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > > wrote: > > > > On Dec 30, 12:35 pm, RubyonRails_newbie <craigwest...-gM/Ye1E23myhRSP0FMvGiw@public.gmane.orgm> > > > wrote:> Hi. > > > > When I do rake --version it says 0.8.1. > > > > However, when I do gem list --remote or --local it says I have 0.8.7 > > > > > Either way I''m on linux and need to find a way to get the correct > > > > version so I can see my app and not this dreadful error... :) > > > > > Day 2 of the error and its getting a bit of a tough cookie to crack... > > > > At a guess, do you have one version of rake installed via your > > > distro''s package manager and another installed via rubygems ? > > > > Fred > > > > > Cheers > > > > > On Dec 30, 11:30 am, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > > > > wrote: > > > > > > On Dec 30, 10:13 am, RubyonRails_newbie <craigwest...@googlemail.com> > > > > > wrote:> hello > > > > > > > can anyone think of a solution to my issue from yesterday? > > > > > > > error = undefined method `reenable'' for <Rake::Task db:schema:dump => > > > > > > [environment]>:Rake::Task > > > > > > What version of rake do you have? Looking on github suggests that the > > > > > reenable method was added herehttp://github.com/jimweirich/rake/commit/a48c35b92e587b0d4eee68d69d7e... > > > > > which suggests you need 0.8.1.5 or higher > > > > > > Fred > > > > > > > i''ve searched all over. sites suggest deleting rake, but this hasn''t > > > > > > helped > > > > > > they have also suggested adding rake to the PATH directory, but unsure > > > > > > how to carry this out.. > > > > > > > any other ideas? > > > > > > > many thanks > > > > > > > On 29 Dec, 22:13, RubyonRails_newbie <craigwest...@googlemail.com> > > > > > > wrote: > > > > > > > > it says command not found > > > > > > > > Hmmm... > > > > > > > > On 29 Dec, 22:05, Johan De Klerk <johandk...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > > It just outputs a bit of info about your system... I dont think root access > > > > > > > > is needed > > > > > > > > > On Wed, Dec 30, 2009 at 12:00 AM, RubyonRails_newbie < > > > > > > > > > craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: > > > > > > > > > Hi Johan, > > > > > > > > > > > Do you have ssh access? - yes i have ssh access... > > > > > > > > > > > lsb_release -a - do i run this from root? > > > > > > > > > > What does this do? > > > > > > > > > > Many Thanks > > > > > > > > > > On 29 Dec, 21:44, Johan De Klerk <johandk...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > > > Do you have ssh access? > > > > > > > > > > > Run this from the command line: > > > > > > > > > > > lsb_release -a > > > > > > > > > > > I''ve had this problem before but found it''s very OS and distro > > > > > > > > > specific... > > > > > > > > > > > On Tue, Dec 29, 2009 at 11:37 PM, RubyonRails_newbie < > > > > > > > > > > > craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: > > > > > > > > > > > Hello Johan > > > > > > > > > > > > > Are you on Linux? > > > > > > > > > > > > Yes I am I believe. I''ve uninstalled rake several times and the error > > > > > > > > > > > is still the same. > > > > > > > > > > > undefined method `reenable'' for <Rake::Task db:schema:dump => > > > > > > > > > > > [environment]>:Rake::Task > > > > > > > > > > > > I''ve spent all day looking over this....but now i''m a bit lost. > > > > > > > > > > > > On 29 Dec, 21:15, Johan De Klerk <johandk...-Re5JQEeQqe8@public.gmane.orgm> wrote: > > > > > > > > > > > > Are you on Linux? > > > > > > > > > > > > > On Tue, Dec 29, 2009 at 7:31 PM, RubyonRails_newbie < > > > > > > > > > > > > > craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: > > > > > > > > > > > > > Update - I have also tried this, but with no luck: > > > > > > > > > > > > >http://antono.info/en/138 > > > > > > > > > > > > > (which explains to do this: sudo aptitude remove rake > > > > > > > > > > > > > sudo gem install rake > > > > > > > > > > > > > > Im at a bit of a loss now.. > > > > > > > > > > > > > > ANy thoughts? > > > > > > > > > > > > > > On 29 Dec, 16:23, RubyonRails_newbie <craigwest...@googlemail.com> > > > > > > > > > > > > > wrote: > > > > > > > > > > > > > > Hello, > > > > > > > > > > > > > > > I am trying to deploy my app at the moment, and each time I do, I > > > > > > > > > get > > > > > > > > > > > > > > the following error when i run a trace on it: > > > > > > > > > > > > > > > rake db:migrate --trace > > > > > > > > > > > > > > > (in /srv/some area/someplaceelse...) > > > > > > > > > > > > > > ** Invoke db:migrate (first_time) > > > > > > > > > > > > > > ** Invoke environment (first_time) > > > > > > > > > > > > > > ** Execute environment > > > > > > > > > > > > > > ** Execute db:migrate > > > > > > > > > > > > > > ** Invoke db:schema:dump (first_time) > > > > > > > > > > > > > > ** Invoke environment > > > > > > > > > > > > > > ** Execute db:schema:dump > > > > > > > > > > > > > > rake aborted! > > > > > > > > > > > > > > > undefined method `reenable'' for <Rake::Task db:schema:dump => > > > > > > > > > > > > > > [environment]>:Rake::Task > > > > > > > > > > > > > > > /var/lib/gems/1.8/gems/rails-2.3.3/lib/tasks/databases.rake:253 > > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:546:in `call'' > > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:546:in `execute'' > > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:541:in `each'' > > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:541:in `execute'' > > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:508:in `invoke_with_call_chain'' > > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:501:in `synchronize'' > > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:501:in `invoke_with_call_chain'' > > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:494:in `invoke'' > > > > > > > > > > > > > > /var/lib/gems/1.8/gems/rails-2.3.3/lib/tasks/databases.rake:117 > > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:546:in `call'' > > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:546:in `execute'' > > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:541:in `each'' > > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:541:in `execute'' > > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:508:in `invoke_with_call_chain'' > > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:501:in `synchronize'' > > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:501:in `invoke_with_call_chain'' > > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:494:in `invoke'' > > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1931:in `invoke_task'' > > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1909:in `top_level'' > > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1909:in `each'' > > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1909:in `top_level'' > > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1948:in `standard_exception_handling'' > > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1903:in `top_level'' > > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1881:in `run'' > > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1948:in `standard_exception_handling'' > > > > > > > > > > > > > > /usr/lib/ruby/1.8/rake.rb:1878:in `run'' > > > > > > > > > > > > > > /usr/bin/rake:28 > > > > > > > > > > > > > > > Does anyone know how to resolve this? > > > > > > > > > > > > > > > Many Thanks > > > > > > > > > > > > > > -- > > > > > > > > > > > > > > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscrib e@googlegroups.com><rubyonrails-talk%2Bunsubscrib > > > > > > > > > e@googlegroups.com><rubyonrails-talk%2Bunsubscrib > > > > > > > > > > > e@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@googlegroups.com > > > > > > > > > . > > > > > > > > > > > To unsubscribe from this group, send email to > > > > > > > > > > > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscrib e@googlegroups.com><rubyonrails-talk%2Bunsubscrib > > > > > > > > > e@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@googlegroups.com. > > > > > > > > > To unsubscribe from this group, send email to > > > > > > > > > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscrib e@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.