Peter,

Currently the 1.0.x branch on github can be considered the stable
branch. That said, a simple "gem install merb" won't give you the
latest code but will install merb-1.0.12. If you want the latest
stable (1.0.13) you currently still need to git clone the repo and
checkout the 1.0.x branch. merb-1.0.13 will be released really soon
though, hopefully, and will basically be what's currently in 1.0.x,
probably without any further changes.

If you're unsure how to get at that code, try the following:

git clone git://github.com/wycats/merb.git
cd merb
git checkout -b 1.0.x --track origin/1.0.x
rake install

Also, feel free to hop into #merb on irc.freenode.net if you have any questions.

cheers
snusnu

On Mon, Oct 26, 2009 at 11:57, Peter HW <[email protected]> wrote:
>
> Hello,
>
> its is a bit confuse to understand wich merb is right for production
> right now, as the stable merb.
> Wich is the stable version you'd advise ?
>
> I need it installed on a:
> - linux
> - max osx sl
> - ruby 1.8.7
>
> Is 'gem install' the right way to go ? What about dependencies, do
> they all work on the stable version ?
>
> Best regards,
> --
> Pete HW
> [email protected]
>
> >
>

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