Running Merb on Edge 5

Posted by Kurt Schrader Sun, 17 Aug 2008 21:29:00 GMT

The easiest way to run Merb from edge:

$ sudo gem install sake
$ sake -i http://github.com/wycats/merb-more/tree/master%2Ftools%2Fmerb-dev.rake?raw=true
$ sake merb:clone
$ sake merb:install:all

This will install the edge versions of all of the merb gems.

To keep things up to date, navigate to the directory that you ran the commands in and do:

$ sake merb:update
$ sake merb:install:all
Comments

Leave a comment

  1. Avatar
    steven 1 day later:

    the second command (sake...) shows this- bash: sake: command not found

    (ubuntu 8.04)

  2. Avatar
    Kurt 1 day later:

    @steven: Did the first command complete correctly? That should install the 'sake' command that the rest of the commands use.

  3. Avatar
    steven 3 days later:

    yes, the first one installed sake successfully.

  4. Avatar
    Michael Johnston 7 days later:

    If I have followed this procedure, and if I want to install the edge version of a plugin (specifically merb-mailer) into my app, how can I do it?

  5. Avatar
    Kurt 8 days later:

    @steven: Is the sake command in your path?

    @michael: put dependency "merb-mailer" in your init.rb and it will use the gem.

Comments