I fixed this problem in the 1.0.x branch. As a quick fix, you can just make
sure that the default cache isn't set:

dependency("merb-cache", merb_gems_version) do
  Merb::Cache.setup do
    register(Merb::Cache::FileStore) unless Merb.cache
  end
end

- Matt

On Fri, Feb 6, 2009 at 12:31 PM, myabc <[email protected]> wrote:

>
> > On Feb 3, 12:17 pm, Larry Kelly <[email protected]> wrote:
> > > I've created an app and a resource with merb-gen.
> > > When I run rake db:automigrate I get the message:
> > >
> > > Rake Aborted!
> > > Default store already setup
> > >
> > > The schema was not created.  No tables are visible in the store.
> > > Using SQLite3, Latest version of Fedora.  Any ideas on how I can get
> > > past this?
>
> If you can survive without caching (at least during your development
> process) then just go ahead and comment out the merb-cache dependency.
> I've had to do this for a few newly generated projects over the last
> couple days (see
> http://github.com/nedap/locomotive_sample_app/commit/6d8ced5b9b1d547a36a6f408735313ba6352727e
> )
>
> Alex
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"merb" 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/merb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to