Go to Google Groups Home    EnkiBlog
Re: rake db:migrate fails:

subaqua <danm...@gmail.com>

FWIW ...  I added :

  require 'delegate'

to top of lib/enki/config.rb

and that resolved this problem.  I am running ruby 1.9.1p129 which
might explain this ... I'm not sure.

On 6 June, 15:13, subaqua <danm...@gmail.com> wrote:

> Just downloaded Enki and am trying to get it up and running.  I have a
> working rails environment and I think I have all the Enki prereq gems
> installed.

> I updated the enki.rb file in config/ but when I run rake db:migrate,
> I get this:

> uninitialized constant Enki::SimpleDelegator

> Any ideas?