Re: Class visibility in rake tasks

2010-05-25 Thread ingcarlos
try this task in the console. type heroku console --app name_of_your_app_hosted_in_heroku. On May 20, 6:35 pm, Paul Leader wrote: > I have a really odd bug that I can't work out. > > I have a pair of rake tasks for bootstrapping my database with basic > initial data that look a bit like this

Class visibility in rake tasks

2010-05-20 Thread Paul Leader
I have a really odd bug that I can't work out. I have a pair of rake tasks for bootstrapping my database with basic initial data that look a bit like this task :default_user => :environment do u = User.new( :login => 'foo', :password => '**', :password_confirmation => '**', :email =