I''m running Rails 3.0.1 and Rake 0.9.2.2 and when I run Rake I get these warnings: WARNING: ''require ''rake/rdoctask'''' is deprecated. Please use ''require ''rdoc/task'' (in RDoc 2.4.2+)'' instead. at /home/ed/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/ rdoctask.rb WARNING: Global access to Rake DSL methods is deprecated. Please include ... Rake::DSL into classes and modules which use the Rake DSL methods. WARNING: DSL method Vu::Application#task called at /home/ed/.rvm/gems/ ruby-1.9.3-p0/gems/railties-3.0.1/lib/rails/application.rb:214:in `initialize_tasks'' Do I need a new version of something? -- 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.
Add this lines to your Gemfile and run bundle gem ''rake'', ''~> 0.9.2.2'' gem "rdoc", ''~> 3.12'' On Feb 5, 6:41 pm, "soldier.coder" <geekprogrammer...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> I''m running Rails 3.0.1 and Rake 0.9.2.2 and when I run Rake I get > these warnings: > > WARNING: ''require ''rake/rdoctask'''' is deprecated. Please use ''require > ''rdoc/task'' (in RDoc 2.4.2+)'' instead. > at /home/ed/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/ > rdoctask.rb > WARNING: Global access to Rake DSL methods is deprecated. Please > include > ... Rake::DSL into classes and modules which use the Rake DSL > methods. > WARNING: DSL method Vu::Application#task called at /home/ed/.rvm/gems/ > ruby-1.9.3-p0/gems/railties-3.0.1/lib/rails/application.rb:214:in > `initialize_tasks'' > > Do I need a new version of something?-- 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.
did that still getting it On Feb 5, 1:13 pm, Alex Mercer <alexey.boby...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Add this lines to your Gemfile and run bundle > gem ''rake'', ''~> 0.9.2.2'' > gem "rdoc", ''~> 3.12'' > > On Feb 5, 6:41 pm, "soldier.coder" <geekprogrammer...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> > wrote: > > > > > > > > > I''m running Rails 3.0.1 and Rake 0.9.2.2 and when I run Rake I get > > these warnings: > > > WARNING: ''require ''rake/rdoctask'''' is deprecated. Please use ''require > > ''rdoc/task'' (in RDoc 2.4.2+)'' instead. > > at /home/ed/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/ > > rdoctask.rb > > WARNING: Global access to Rake DSL methods is deprecated. Please > > include > > ... Rake::DSL into classes and modules which use the Rake DSL > > methods. > > WARNING: DSL method Vu::Application#task called at /home/ed/.rvm/gems/ > > ruby-1.9.3-p0/gems/railties-3.0.1/lib/rails/application.rb:214:in > > `initialize_tasks'' > > > Do I need a new version of something?-- 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.