Sha256: 5e81bba55c7edc3da49342d276f8fff2224b6fd5656cf5cdef4e2c543772e3c5

Contents?: true

Size: 1.9 KB

Versions: 30

Compression:

Stored size: 1.9 KB

Contents

There are some basic principles that Ramaze tries to follow:

* KISS (Keep It Super Simple)

  Ramaze doesn't introduce any major change of paradigm for everyone familiar
  with Ruby and the basics of Web-development.

* POLS (Principle Of Least Surprise)

  Ramaze tries to be intuitive and easy to learn. Most functionality is built in
  a way to help, not to obfuscate or confuse.

* Modular design

  Use what you want and how you want it.

  Through Ruby Ramaze provides one of the most powerful programming-languages
  available, giving you full control over your system.

  Even the most essential parts of Ramaze can easily be replaced and/or modified
  without losing the advantage of the whole framework. 

* Minimal dependencies

  Nothing besides Ruby is required for the basic features.

  Of course you can take advantage of several wonderful libraries, but Ramaze is
  built in a way to be run on any basic setup.

* Documentation

  Document everything, classes, modules, methods, configuration...

  Through 100% documentation Ramaze gives the developer easy and solid
  understanding of the underlying concepts and functionality.

* Open development

  Everyone is welcome to contribute to Ramaze in the easiest way possible. The
  repository is open for patches passing the Test-suite.

* Examples

  Everyone learns different, some only read the source, others browse
  documentation, but everyone loves examples for a quick and painless start.

  Ramaze addresses this need and offers a wide variety of examples of usage,
  basic functionality, project-layout and more advanced applications.

* Fully BDD (Behaviour Driven Design)

  Ramaze has a very complete set of so-called specifications built by RSpec.
  These specs define the way Ramaze has to behave.

  The specs are checked every time a new patch is pushed into the repository,
  deciding whether the changes the patch applies are valid and don't break the framework.

Version data entries

30 entries across 30 versions & 5 rubygems

Version Path
Pistos-ramaze-2008.09 doc/readme_chunks/principles.txt
Pistos-ramaze-2008.12 doc/readme_chunks/principles.txt
Pistos-ramaze-2009.01 doc/readme_chunks/principles.txt
Pistos-ramaze-2009.02 doc/readme_chunks/principles.txt
clivecrous-ramaze-0.3.9.5 doc/readme_chunks/principles.txt
manveru-ramaze-2008.07 doc/readme_chunks/principles.txt
manveru-ramaze-2008.08 doc/readme_chunks/principles.txt
manveru-ramaze-2008.09 doc/readme_chunks/principles.txt
manveru-ramaze-2008.10 doc/readme_chunks/principles.txt
manveru-ramaze-2008.12 doc/readme_chunks/principles.txt
manveru-ramaze-2009.01 doc/readme_chunks/principles.txt
ptomato-ramaze-2009.02.1 doc/readme_chunks/principles.txt
ptomato-ramaze-2009.02 doc/readme_chunks/principles.txt
ramaze-0.0.9 doc/readme_chunks/principles.txt
ramaze-0.1.3 doc/readme_chunks/principles.txt
ramaze-0.1.2 doc/readme_chunks/principles.txt
ramaze-0.1.1 doc/readme_chunks/principles.txt
ramaze-0.1.4 doc/readme_chunks/principles.txt
ramaze-0.1.0 doc/readme_chunks/principles.txt
ramaze-0.2.1 doc/readme_chunks/principles.txt