Sha256: 1f950bc17361fdf17d37f1672020eba6063180d5c6ff45cf89ac73ea79e0e0a8

Contents?: true

Size: 923 Bytes

Versions: 18

Compression:

Stored size: 923 Bytes

Contents

There are some examples for your instant pleasure inside the examples-directory
in the Ramaze-distribution.
To start up an example, you can use the Ramaze binary located in bin/ramaze 
for example:

  $ ramaze examples/hello.rb

Or:

  $ cd examples/blog
  $ ramaze

Since ramaze uses the start.rb by default if you don't pass anything else.

For more information about the usage of ramaze try:

  $ ramaze --help


Examples include:

* examples/hello.rb
  Hello, World!

* examples/simple.rb
  A bit more advanced than the hello-example, but still very basic.

* examples/blog
  Not yet fully functional, but coming along.

* examples/whywiki
  A basic examples of a minimalistic application, based on the Wiki of \_why in
  his camping-framework.

* examples/templates
  examples of real usage of the templating-engines. Tries to implement the same
  functionality in each `template_*.rb` file using a different engine.

Version data entries

18 entries across 18 versions & 5 rubygems

Version Path
Pistos-ramaze-2008.09 doc/readme_chunks/examples.txt
Pistos-ramaze-2008.12 doc/readme_chunks/examples.txt
Pistos-ramaze-2009.01 doc/readme_chunks/examples.txt
Pistos-ramaze-2009.02 doc/readme_chunks/examples.txt
clivecrous-ramaze-0.3.9.5 doc/readme_chunks/examples.txt
manveru-ramaze-2008.07 doc/readme_chunks/examples.txt
manveru-ramaze-2008.08 doc/readme_chunks/examples.txt
manveru-ramaze-2008.09 doc/readme_chunks/examples.txt
manveru-ramaze-2008.10 doc/readme_chunks/examples.txt
manveru-ramaze-2008.12 doc/readme_chunks/examples.txt
manveru-ramaze-2009.01 doc/readme_chunks/examples.txt
ptomato-ramaze-2009.02.1 doc/readme_chunks/examples.txt
ptomato-ramaze-2009.02 doc/readme_chunks/examples.txt
ramaze-2008.11 doc/readme_chunks/examples.txt
ramaze-2009.01 doc/readme_chunks/examples.txt
ramaze-2008.06 doc/readme_chunks/examples.txt
ramaze-2009.03 doc/readme_chunks/examples.txt
ramaze-2009.02 doc/readme_chunks/examples.txt