public
Description: The official book for the Ramaze web framework
Homepage: http://ramaze.net
Clone URL: git://github.com/manveru/ramaze-book.git
Click here to lend your support to: ramaze-book and make a donation at www.pledgie.com !
name age message
file README.markdown Sat Aug 16 08:22:29 -0700 2008 Update README [manveru]
file Rakefile Fri Aug 15 02:55:22 -0700 2008 Adjust html generation [manveru]
directory chapter/ Sat Aug 16 08:21:54 -0700 2008 Move text from ramaze.markdown into chapter/ [manveru]
directory public/ Fri Aug 15 00:36:00 -0700 2008 Add small ramaze app to rebuild css/html [manveru]
directory source/ Thu May 22 11:44:42 -0700 2008 Remove japanese string until we figure out CJK [manveru]
file start.rb Sat Aug 16 08:22:50 -0700 2008 Update start.rb [manveru]
README.markdown

Ramaze, the book

The offical book for the Ramaze web application framework.

General information

A work in progress to create a compilation of:

  • frequently asked questions
  • meta-information
  • best practices
  • in-depth discussions
  • anything else...

This is a community effort, initiated by Michael 'manveru' Fellinger, Ramaze developer and passionate Rubyist.

The source is kept in a git repository at github

Dependencies

To build html from the markdown source you will need the maruku and syntax libraries:

gem install maruku syntax

{:shell}

You can test your setup by running

rake build

{:shell}