I recently tried to upgrade from Hobo 1.0 to Hobo 1.3R and after doing so,
it looks like I no longer have any rake tasks available. Running any rake
task gives me:
rake aborted!
undefined method `task' for #<Hobo3Awesome::Application:0xb663778c>
(See full trace by running task with --trace)
My Rakefile looks like this (auto-generated):
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be
available to Rake.
require File.expand_path('../config/application', __FILE__)
require 'rake'
Hobo3Awesome::Application.load_tasks
My lib/tasks directory is empty. None of my previous rake tasks appear to
work like db:reset, etc.
Thoughts?
--
You received this message because you are subscribed to the Google Groups "Hobo
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/hobousers?hl=en.