Hello World

  1. Generate a new app with
    merb-gen app helloworld
    

    and change into the newly created directory

    cd helloworld
    
  2. Generate a new resource by running:
    merb-gen resource person
    

    now it's time to fill in the blanks!

Check this page for more detailed information

 
hello_world.txt · Last modified: 2008/10/21 22:47 by mattetti