Carsten said:
Merb is a good time, what is your ORM of choice?
$ sudo gem install merb --include-dependenciesIf you feel like living on the edge, or you want to contribute with some code or documentation.
$ svn co http://svn.devjavu.com/merb/trunk merb
$ cd merb$ rake gem
$ sudo gem install pkg/merb-0.5.0.gem
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?
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.