Jump To Content
Merb

Merb


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
Carsten
  • Authority 300
Post Body
Carsten said:

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

  • Quote
  • Posted 7 months ago.
wmoxam
  • Authority 398
Post Body
wmoxam said:

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)

  • Quote
  • Posted 7 months ago.
Carsten
  • Authority 300
Post Body
Carsten said:

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

  • Quote
  • Posted 7 months ago.
anteaya
  • Authority 229
Post Body
anteaya said:

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?

  • Quote
  • Posted 5 months ago.
JohnPhilipGreen
  • Authority 395
Post Body
JohnPhilipGreen said:

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.

  • Quote
  • Posted 5 months ago.
Carsten
  • Authority 300
Post Body
Carsten said:

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!

  • Quote
  • Posted 5 months ago.
  • Your comment will be modifiable for 10 minutes after posted.

Page Author

Avatar
wmoxam
Name
wmoxam

From Here You Can…

Information

Most Recent Related Content

  • Lesson
    Avatar
    Lesson_page_128x128
    Title
    Using Haml
    Body
    h1. An introduction to haml "haml":http://haml.hamptoncatlin.com is template...
    Author
    wmoxam wmoxam

Published In…

© 2008 Wesley Moxam, All Rights Reserved.