Jump To Content

LearnHub




How to Install Merb

Install the gem


$ sudo gem install merb --include-dependencies

Or install from source

If you feel like living on the edge, or you want to contribute with some code or documentation.

Check out the source


$ svn co http://svn.devjavu.com/merb/trunk merb
$ cd merb

Generate and install the gem


$ rake gem
$ sudo gem install pkg/merb-0.5.0.gem

  1. Carsten saidFri, 25 Jan 2008 04:28:05 -0000 ( Link )

    Merb is a good time, what is your ORM of choice?

    Actions
    Vote
    Current Rating
    0
    Rate Up
    Rate Down
    No Votes

    Post Comments

  2. wmoxam saidFri, 25 Jan 2008 16:06:34 -0000 ( Link )

    I haven’t really gotten a chance to play with Datamapper yet.

    I honestly do like ActiveRecord though … it’s my favourite part of Rails (along with Observers)

    Actions
    Vote
    Current Rating
    0
    Rate Up
    Rate Down
    No Votes

    Post Comments

  3. Carsten saidMon, 28 Jan 2008 16:23:08 -0000 ( Link )

    I agree, I was using Datamapper but it’s definitely not at the same level of development as ActiveRecord.

    Actions
    Vote
    Current Rating
    0
    Rate Up
    Rate Down
    No Votes

    Post Comments

  4. anteaya saidSat, 08 Mar 2008 21:21:20 -0000 ( Link )

    I am curious about compatibility with databases. Does merb come with a database? I wonder because when I had sql installed and then downloaded and installed instant rails, they didn’t play well together and I had to end up uninstalling sql in order to get instant rails to work.

    Currently rails 2.0.2 uses sqlite. Will there be any conflicts for me when I acquire merb?

    Actions
    Vote
    Current Rating
    1
    Rate Up
    Rate Down
    1 Total Vote

    Post Comments

  5. JohnPhilipGreen saidSat, 08 Mar 2008 22:39:31 -0000 ( Link )

    Damn, setting up merb is easy.

    anteaya: sqlite isn’t really recommended for situations where traffic is important. I’ve used MySQL for almost everything I’ve worked on.

    Actions
    Vote
    Current Rating
    1
    Rate Up
    Rate Down
    1 Total Vote

    Post Comments

  6. Carsten saidThu, 20 Mar 2008 22:10:55 -0000 ( Link )

    Postgre is a pretty sweet option too for a production database server. I’ve actually been playing with DataMapper a lot lately and I’ve got to admit that I am really loving it!

    Actions
    Vote
    Current Rating
    1
    Rate Up
    Rate Down
    1 Total Vote

    Post Comments

Your Comment
Textile is Enabled (View Reference)