Umm yes ok I just got pointed to
http://antono.info/en/138
which told me that it''s an apt-get install issue.
thank you
On Jul 10, 5:05 pm, PB0711
<hpben...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
wrote:> Hello all,
>
> I''m sure that this has been asked somewhere and probably answered
but
> I can''t seem to find it searching, so I''ll ask.
>
> I''m following the wiki rails (http://wiki.rubyonrails.org/getting-
> started/first-rails-app-walkthrough) walkthrough and when I run
''rake
> db:migrate'' I get an abort. Any ideas?
>
> Cheers,
>
> Paul
>
> rake db:migrate
> (in /home/user/Ruby/1stApp)
> == CreateUsers: migrating
> ===================================================> --
create_table(:users)
> -> 0.0027s
> == CreateUsers: migrated (0.0028s)
> ==========================================>
> rake aborted!
> undefined method `reenable'' for <Rake::Task db:schema:dump
=>
> [environment]>:Rake::Task
>
> (See full trace by running task with --trace)
>
> ruby --version
> ruby 1.8.7 (2008-08-11 patchlevel 72) [x86_64-linux]
> user@tux-lama:~/Ruby/1stApp$ rails --version
> Rails 2.3.2
> user@tux-lama:~/Ruby/1stApp$ rake --version
> rake, version 0.8.1
> user@tux-lama:~/Ruby/1stApp$ uname -a
> Linux tux-lama 2.6.28-13-generic #45-Ubuntu SMP Tue Jun 30 22:12:12
> UTC 2009 x86_64 GNU/Linux