Sha256: cdabbaf7885ebe92da8680bc53f8069bf9006a047d77ced9da2b50445694eef5

Contents?: true

Size: 919 Bytes

Versions: 6

Compression:

Stored size: 919 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 main.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

6 entries across 6 versions & 1 rubygems

Version Path
ramaze-0.0.8 doc/readme_chunks/examples.txt
ramaze-0.0.9 doc/readme_chunks/examples.txt
ramaze-0.1.0 doc/readme_chunks/examples.txt
ramaze-0.1.2 doc/readme_chunks/examples.txt
ramaze-0.1.3 doc/readme_chunks/examples.txt
ramaze-0.1.1 doc/readme_chunks/examples.txt