Changeset 736

Show
Ignore:
Timestamp:
10/09/07 23:16:26 (1 year ago)
Author:
has.s..@gmail.com
Message:

Updates to README dependencies. Closes #220. Thanx gthiesfeld@gmail.com

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/README

    r496 r736  
    66 
    77* mongrel 
     8* json 
    89* erubis 
    9 * json 
    1010* mime-types 
    11 * archive-tar-minitar 
    1211* rspec 
     12* hpricot 
     13* mocha 
     14* rubigen 
     15* haml 
     16* markaby 
     17* mailfactory 
    1318* activerecord (if you want to store sessions in a database) 
    1419 
    1520Then you can build the merb gem from svn trunk like so: 
    1621 
    17   $ sudo gem install mongrel erubis json mime-types archive-tar-minitar rspec activerecord rubigen --include-dependencies 
     22  $ sudo gem install mongrel json erubis mime-types rspec hpricot mocha rubigen haml markaby mailfactory -y 
    1823  $ svn co http://svn.devjavu.com/merb/trunk merb 
    1924  $ cd merb