The frozen gems are the ones that merb is likely to use. Try using bin/merb
and see what happens.
-- Yehuda

On Thu, Nov 20, 2008 at 1:15 PM, Mariusz Cieśla <[EMAIL PROTECTED]> wrote:

>
> On 20 Lis, 22:10, "Yehuda Katz" <[EMAIL PROTECTED]> wrote:
> > It looks like you're running off of edge merbivore sources, which
> currently
> > generate code that specifies use of DM 0.9.6. Check if that's the case
> in
> > your dependencies.rb
> > -- Yehuda
>
> dependencies.rb:
>
> #v+
> merb_gems_version = "1.0"
> dm_gems_version   = "0.9.7"
>
> dependency "merb-assets", merb_gems_version        # Provides link_to,
> asset_path, auto_link, image_tag methods (and lots more)
> dependency "merb-helpers", merb_gems_version       # Provides the
> form, date/time, and other helpers
> dependency "merb-mailer", merb_gems_version        # Integrates mail
> support via Merb Mailer
> dependency "merb-slices", merb_gems_version        # Provides a
> mechanism for letting plugins provide controllers, views, etc. to your
> app
> dependency "merb-auth-core", merb_gems_version          # An
> authentication slice (Merb's equivalent to Rails' restful
> authentication)
> dependency "merb-auth-more", merb_gems_version
> dependency "merb-auth-slice-password", merb_gems_version
> dependency "merb_has_flash"
>
> dependency "dm-core", dm_gems_version         # The datamapper ORM
> dependency "dm-aggregates", dm_gems_version   # Provides your DM
> models with count, sum, avg, min, max, etc.
> dependency "dm-timestamps", dm_gems_version   # Automatically populate
> created_at, created_on, etc. when those properties are present.
> dependency "dm-types" , dm_gems_version        # Provides additional
> types, including csv, json, yaml.
> dependency "dm-validations", dm_gems_version  # Validation framework
> dependency "dm-constraints", dm_gems_version  # Validation framework
> dependency "dm-observer", dm_gems_version
> dependency "dm-sweatshop"
> #v-
>
> I'm not the developer myself (I just do front-end stuff in this
> application) but I see there are some gems frozen in the gems/
> directory. Can this be the issue?
>
> Thanks in advance.
> M.
> >
>


-- 
Yehuda Katz
Developer | Engine Yard
(ph) 718.877.1325

--~--~---------~--~----~------------~-------~--~----~
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